Branch: refs/heads/master
Author: Jiřà Techet <techet(a)gmail.com>
Committer: Jiřà Techet <techet(a)gmail.com>
Date: Sun, 05 May 2024 19:46:08 UTC
Commit: bdb0f78f54942bd687416dce4b870c1642f453b7
https://github.com/geany/geany-plugins/commit/bdb0f78f54942bd687416dce4b870…
Log Message:
-----------
geanyctags, projectorganizer, vimode: Encourage users to use github
I still get patches by email from time to time which is slightly archaic.
Modified Paths:
--------------
geanyctags/README
projectorganizer/README
vimode/README
Modified: geanyctags/README
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -109,9 +109,10 @@ Get the code from::
Ideas, questions, patches and bug reports
=========================================
-Please direct all questions, bug reports and patches to the plugin author using the
-email address listed below or to the Geany mailing list to get some help from other
-Geany users.
+Please direct all questions, bug reports and patches to the combined geany-plugins
+project at https://github.com/geany/geany-plugins and open the corresponding
+bug report or pull request there. To notify the author of this plugin about
+your post, mention him using his github user name (@techee).
2010-2014 by Jiřà Techet
techet(at)gmail(dot)com
Modified: projectorganizer/README
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -228,9 +228,10 @@ Get the code from::
Ideas, questions, patches and bug reports
=========================================
-Please direct all questions, bug reports and patches to the plugin author using the
-email address listed below or to the Geany mailing list to get some help from other
-Geany users.
+Please direct all questions, bug reports and patches to the combined geany-plugins
+project at https://github.com/geany/geany-plugins and open the corresponding
+bug report or pull request there. To notify the author of this plugin about
+your post, mention him using his github user name (@techee).
2010-2014 by Jiřà Techet
techet(at)gmail(dot)com
Modified: vimode/README
6 lines changed, 4 insertions(+), 2 deletions(-)
===================================================================
@@ -182,8 +182,10 @@ Jiřà Techet, <techet(at)gmail(dot)com>.
Bug Reports
-----------
-To report bugs, please use the Geany-Plugins GitHub page at
-https://github.com/geany/geany-plugins/issues
+Please direct all questions, bug reports and patches to the combined geany-plugins
+project at https://github.com/geany/geany-plugins and open the corresponding
+bug report or pull request there. To notify the author of this plugin about
+your post, mention him using his github user name (@techee).
License
=======
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Jiřà Techet <techet(a)gmail.com>
Committer: Jiřà Techet <techet(a)gmail.com>
Date: Sun, 05 May 2024 19:54:04 UTC
Commit: 2a8f159ecfa3fccf6670f1db91f343de97ac83b3
https://github.com/geany/geany-plugins/commit/2a8f159ecfa3fccf6670f1db91f34…
Log Message:
-----------
geanyctags, projectorganizer, vimode: Use https in URLs
Modified Paths:
--------------
geanyctags/README
projectorganizer/README
projectorganizer/src/prjorg-main.c
vimode/README
vimode/src/backends/backend-geany.c
Modified: geanyctags/README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -11,7 +11,7 @@ GeanyCtags adds a simple support for generating and querying ctags files for a G
project. It requires that the ctags command is installed in a system path. On
unix systems, distributions usually provide the ctags package; on Windows, the
ctags binary can be found in the zip Windows distribution from the ctags home
-page (http://ctags.sourceforge.net).
+page (https://ctags.sourceforge.net).
Even though Geany supports symbol definition searching by itself within the open files
(and with a plugin support within the whole project), tag regeneration can become
@@ -97,7 +97,7 @@ Downloads
GeanyCtags is part of the combined Geany Plugins release.
For more information and downloads, please visit
-http://plugins.geany.org/geany-plugins/
+https://plugins.geany.org/geany-plugins/
Development Code
================
Modified: projectorganizer/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -216,7 +216,7 @@ Downloads
Project Organizer is part of the combined Geany Plugins release.
For more information and downloads, please visit
-http://plugins.geany.org/geany-plugins/
+https://plugins.geany.org/geany-plugins/
Development Code
================
Modified: projectorganizer/src/prjorg-main.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -223,5 +223,5 @@ void plugin_cleanup(void)
void plugin_help (void)
{
- utils_open_browser("http://plugins.geany.org/projectorganizer.html");
+ utils_open_browser("https://plugins.geany.org/projectorganizer.html");
}
Modified: vimode/README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -106,7 +106,7 @@ This is an incomplete list of known limitations of the plugin:
* only the 'g' flag is supported in the substitute command
* in search and substitute the regular expressions are based on Scintilla regular
expressions which differ from Vim. Check the Scintilla documentation at
- http://www.scintilla.org/ScintillaDoc.html#Searching for more details.
+ https://www.scintilla.org/ScintillaDoc.html#Searching for more details.
In addition, \c is also supported to allow case-insensitive search.
FAQ
@@ -200,7 +200,7 @@ Downloads
=========
Vimode is part of the combined Geany Plugins release. For more information and
-downloads, please visit http://plugins.geany.org/geany-plugins/
+downloads, please visit https://plugins.geany.org/geany-plugins/
Source Code
===========
Modified: vimode/src/backends/backend-geany.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -337,5 +337,5 @@ void plugin_cleanup(void)
void plugin_help(void)
{
- utils_open_browser("http://plugins.geany.org/vimode.html");
+ utils_open_browser("https://plugins.geany.org/vimode.html");
}
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Jiřà Techet <techet(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 19 May 2024 11:54:54 UTC
Commit: 51ed8e4ea54d95cdebb6e19002e2f62cd2457c0f
https://github.com/geany/geany-plugins/commit/51ed8e4ea54d95cdebb6e19002e2f…
Log Message:
-----------
Merge pull request #1348 from techee/readme_updates
geanyctags, projectorganizer, vimode: Some README and URL updates
Modified Paths:
--------------
geanyctags/README
projectorganizer/README
projectorganizer/src/prjorg-main.c
vimode/README
vimode/src/backends/backend-geany.c
Modified: geanyctags/README
17 lines changed, 10 insertions(+), 7 deletions(-)
===================================================================
@@ -9,9 +9,11 @@ About
GeanyCtags adds a simple support for generating and querying ctags files for a Geany
project. It requires that the ctags command is installed in a system path. On
-unix systems, distributions usually provide the ctags package; on Windows, the
-ctags binary can be found in the zip Windows distribution from the ctags home
-page (http://ctags.sourceforge.net).
+unix systems, distributions usually provide the ctags (original but orphaned
+and unmaintained) or universal-ctags (forked and maintained) packages. On Windows,
+the universal-ctags binaries can be downloaded from::
+
+ https://github.com/universal-ctags/ctags-win32/releases
Even though Geany supports symbol definition searching by itself within the open files
(and with a plugin support within the whole project), tag regeneration can become
@@ -97,7 +99,7 @@ Downloads
GeanyCtags is part of the combined Geany Plugins release.
For more information and downloads, please visit
-http://plugins.geany.org/geany-plugins/
+https://plugins.geany.org/geany-plugins/
Development Code
================
@@ -109,9 +111,10 @@ Get the code from::
Ideas, questions, patches and bug reports
=========================================
-Please direct all questions, bug reports and patches to the plugin author using the
-email address listed below or to the Geany mailing list to get some help from other
-Geany users.
+Please direct all questions, bug reports and patches to the combined geany-plugins
+project at https://github.com/geany/geany-plugins and open the corresponding
+bug report or pull request there. To notify the author of this plugin about
+your post, mention him using his github user name (@techee).
2010-2014 by Jiřà Techet
techet(at)gmail(dot)com
Modified: projectorganizer/README
9 lines changed, 5 insertions(+), 4 deletions(-)
===================================================================
@@ -216,7 +216,7 @@ Downloads
Project Organizer is part of the combined Geany Plugins release.
For more information and downloads, please visit
-http://plugins.geany.org/geany-plugins/
+https://plugins.geany.org/geany-plugins/
Development Code
================
@@ -228,9 +228,10 @@ Get the code from::
Ideas, questions, patches and bug reports
=========================================
-Please direct all questions, bug reports and patches to the plugin author using the
-email address listed below or to the Geany mailing list to get some help from other
-Geany users.
+Please direct all questions, bug reports and patches to the combined geany-plugins
+project at https://github.com/geany/geany-plugins and open the corresponding
+bug report or pull request there. To notify the author of this plugin about
+your post, mention him using his github user name (@techee).
2010-2014 by Jiřà Techet
techet(at)gmail(dot)com
Modified: projectorganizer/src/prjorg-main.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -223,5 +223,5 @@ void plugin_cleanup(void)
void plugin_help (void)
{
- utils_open_browser("http://plugins.geany.org/projectorganizer.html");
+ utils_open_browser("https://plugins.geany.org/projectorganizer.html");
}
Modified: vimode/README
10 lines changed, 6 insertions(+), 4 deletions(-)
===================================================================
@@ -106,7 +106,7 @@ This is an incomplete list of known limitations of the plugin:
* only the 'g' flag is supported in the substitute command
* in search and substitute the regular expressions are based on Scintilla regular
expressions which differ from Vim. Check the Scintilla documentation at
- http://www.scintilla.org/ScintillaDoc.html#Searching for more details.
+ https://www.scintilla.org/ScintillaDoc.html#Searching for more details.
In addition, \c is also supported to allow case-insensitive search.
FAQ
@@ -182,8 +182,10 @@ Jiřà Techet, <techet(at)gmail(dot)com>.
Bug Reports
-----------
-To report bugs, please use the Geany-Plugins GitHub page at
-https://github.com/geany/geany-plugins/issues
+Please direct all questions, bug reports and patches to the combined geany-plugins
+project at https://github.com/geany/geany-plugins and open the corresponding
+bug report or pull request there. To notify the author of this plugin about
+your post, mention him using his github user name (@techee).
License
=======
@@ -198,7 +200,7 @@ Downloads
=========
Vimode is part of the combined Geany Plugins release. For more information and
-downloads, please visit http://plugins.geany.org/geany-plugins/
+downloads, please visit https://plugins.geany.org/geany-plugins/
Source Code
===========
Modified: vimode/src/backends/backend-geany.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -337,5 +337,5 @@ void plugin_cleanup(void)
void plugin_help(void)
{
- utils_open_browser("http://plugins.geany.org/vimode.html");
+ utils_open_browser("https://plugins.geany.org/vimode.html");
}
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Jiřà Techet <techet(a)gmail.com>
Committer: Jiřà Techet <techet(a)gmail.com>
Date: Sat, 18 May 2024 16:06:22 UTC
Commit: de9a25bb9e7aff4c7f89677120df1f9d80e419cd
https://github.com/geany/geany-plugins/commit/de9a25bb9e7aff4c7f89677120df1…
Log Message:
-----------
geanyctags: Add information about universal-ctags
Modified Paths:
--------------
geanyctags/README
Modified: geanyctags/README
8 lines changed, 5 insertions(+), 3 deletions(-)
===================================================================
@@ -9,9 +9,11 @@ About
GeanyCtags adds a simple support for generating and querying ctags files for a Geany
project. It requires that the ctags command is installed in a system path. On
-unix systems, distributions usually provide the ctags package; on Windows, the
-ctags binary can be found in the zip Windows distribution from the ctags home
-page (https://ctags.sourceforge.net).
+unix systems, distributions usually provide the ctags (original but orphaned
+and unmaintained) or universal-ctags (forked and maintained) packages. On Windows,
+the universal-ctags binaries can be downloaded from::
+
+ https://github.com/universal-ctags/ctags-win32/releases
Even though Geany supports symbol definition searching by itself within the open files
(and with a plugin support within the whole project), tag regeneration can become
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).