-
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.
Merge pull request #540 from frlan/feature/show-unmaintained-in-plugi…
…n-manager Add note to plugins which are currently not actively maintained
- Loading branch information
Showing
11 changed files
with
35 additions
and
16 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. \nThis 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,9 @@ 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." | ||
"\nThis 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,9 @@ 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." | ||
"\nThis 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,9 @@ PLUGIN_SET_TRANSLATABLE_INFO( | |
LOCALEDIR, | ||
GETTEXT_PACKAGE, | ||
"GeanyPG", | ||
_("gpg encryption plugin for geany"), | ||
_("GPG encryption plugin for geany." | ||
"\nThis 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Copyright 2007 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> | ||
* Copyright 2007 Enrico Tröger <[email protected]> | ||
* Copyright 2007 Nick Treleaven <[email protected]> | ||
* Copyright 2007,2008 Yura Siamashka <[email protected]> | ||
* Copyright 2007, 2008 Yura Siamashka <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -36,8 +36,11 @@ | |
|
||
PLUGIN_VERSION_CHECK(224) | ||
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, | ||
"GeanyPrj", _("Alternative project support."), VERSION, | ||
"Yura Siamashka <[email protected]>") | ||
"GeanyPrj", _("Alternative project support. \nThis 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,9 @@ PLUGIN_SET_TRANSLATABLE_INFO( | |
LOCALEDIR, | ||
GETTEXT_PACKAGE, | ||
_("GeanyVC"), | ||
_("Interface to different Version Control systems."), | ||
_("Interface to different Version Control systems." | ||
"\nThis 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,9 @@ 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." | ||
"\nThis 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,11 @@ 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." | ||
"\nThis 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,10 @@ 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." | ||
"\nThis plugin currently has no maintainer. Would you like to help " | ||
"by contributing to this plugin?"), | ||
"0.20" , | ||
"Adrian Dimitrov ([email protected])") | ||
|
||
|