-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note to plugins which are currently not activly maintained as mar…
…ked inside MAINTAINERS
- Loading branch information
Showing
11 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ static GtkWidget *keyb2; | |
PLUGIN_VERSION_CHECK(224) | ||
/* All plugins must set name, description, version and author. */ | ||
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, | ||
_("Doc"), _("Call documentation viewer on current symbol."), VERSION, | ||
_("Doc"), _("Call documentation viewer on current symbol. \n This plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), VERSION, | ||
"Yura Siamshka <[email protected]>") | ||
|
||
/* Keybinding(s) */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ GeanyData *geany_data; | |
PLUGIN_VERSION_CHECK(224) | ||
|
||
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, | ||
_("Extra Selection"), _("Column mode, select to line / brace / anchor."), | ||
_("Extra Selection"), _("Column mode, select to line / brace / anchor. \n This plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), | ||
"0.52", "Dimitar Toshkov Zhekov <[email protected]>") | ||
|
||
/* Keybinding(s) */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ GeanyData *geany_data; | |
PLUGIN_VERSION_CHECK(224) | ||
|
||
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, | ||
_("Insert Numbers"), _("Insert/Fill columns with numbers."), | ||
_("Insert Numbers"), _("Insert/Fill columns with numbers.\n This plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), | ||
"0.2.2", "Dimitar Toshkov Zhekov <[email protected]>") | ||
|
||
/* Keybinding(s) */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ PLUGIN_SET_TRANSLATABLE_INFO( | |
LOCALEDIR, | ||
GETTEXT_PACKAGE, | ||
"GeanyPG", | ||
_("gpg encryption plugin for geany"), | ||
_("GPG encryption plugin for geany. \n This plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), | ||
"0.1", | ||
_("Hans Alves <[email protected]>")) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,9 @@ | |
|
||
PLUGIN_VERSION_CHECK(224) | ||
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, | ||
"GeanyPrj", _("Alternative project support."), VERSION, | ||
"Yura Siamashka <[email protected]>") | ||
"GeanyPrj", _("Alternative project support. \n This plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), | ||
VERSION, | ||
"Yura Siamashka <[email protected]>") | ||
|
||
GeanyPlugin *geany_plugin; | ||
GeanyData *geany_data; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ PLUGIN_SET_TRANSLATABLE_INFO( | |
LOCALEDIR, | ||
GETTEXT_PACKAGE, | ||
_("GeanyVC"), | ||
_("Interface to different Version Control systems."), | ||
_("Interface to different Version Control systems. \n This plugins is currently not developed actively. Would you like to help by contributing to this plugin?"), | ||
VERSION, | ||
"Yura Siamashka <[email protected]>,\nFrank Lanitz <[email protected]>") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ GeanyData *geany_data; | |
PLUGIN_VERSION_CHECK(224) | ||
|
||
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Scope Debugger"), | ||
_("Relatively simple GDB front-end."), "0.94", | ||
_("Relatively simple GDB front-end. This plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), "0.94", | ||
"Dimitar Toshkov Zhekov <[email protected]>") | ||
|
||
/* Keybinding(s) */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,9 @@ GeanyData *geany_data; | |
|
||
PLUGIN_VERSION_CHECK(224) | ||
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, | ||
_("Shift Column"), | ||
_("Shift a selection left and right"), | ||
VERSION, "Andrew L Janke <[email protected]>") | ||
_("Shift Column"), | ||
_("Shift a selection left and right. This plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), | ||
VERSION, "Andrew L Janke <[email protected]>") | ||
|
||
|
||
static GtkWidget *menu_item_shift_left = NULL; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,7 @@ PLUGIN_SET_TRANSLATABLE_INFO( | |
LOCALEDIR, | ||
GETTEXT_PACKAGE, | ||
_("TreeBrowser"), | ||
_("This plugin adds a tree browser to Geany, allowing the user to browse files using a tree view of the directory being browsed."), | ||
_("This plugin adds a tree browser to Geany, allowing the user to browse files using a tree view of the directory being browsed.\n This plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), | ||
"0.20" , | ||
"Adrian Dimitrov ([email protected])") | ||
|
||
|