Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geanyctags, projectorganizer, vimode: Some README and URL updates #1348

Merged
merged 3 commits into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions geanyctags/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
================
Expand All @@ -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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe mention that the github username can usually be found in the MAINTAINERS file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll probably skip this level of indirection and mention it directly in the documentation. I normally check geany-plugins only from time to time but I have an email notification enabled when someone mentions me.


2010-2014 by Jiří Techet
techet(at)gmail(dot)com
9 changes: 5 additions & 4 deletions projectorganizer/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
================
Expand All @@ -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
2 changes: 1 addition & 1 deletion projectorganizer/src/prjorg-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
10 changes: 6 additions & 4 deletions vimode/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
=======
Expand All @@ -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
===========
Expand Down
2 changes: 1 addition & 1 deletion vimode/src/backends/backend-geany.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}