Skip to content

Commit

Permalink
geanyprj: Show the plugin name in the plugin manager instead of gener…
Browse files Browse the repository at this point in the history
…ic "Project"
  • Loading branch information
techee committed Nov 9, 2014
1 parent ec93784 commit 49993af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geanyprj/src/geanyprj.c
Expand Up @@ -35,7 +35,7 @@
#include "geanyprj.h"

PLUGIN_VERSION_CHECK(221)
PLUGIN_SET_INFO(_("Project"), _("Alternative project support."), VERSION,
PLUGIN_SET_INFO("GeanyPrj", _("Alternative project support."), VERSION,
"Yura Siamashka <yurand2@gmail.com>")

GeanyData *geany_data;
Expand Down

4 comments on commit 49993af

@b4n
Copy link
Member

@b4n b4n commented on 49993af Nov 9, 2014

Choose a reason for hiding this comment

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

@techee @fralan I'm not sure this is great, having a clear title is nice. Maybe finding something that is obvious enough yet includes a name to differentiate it from other project plugins… but I don't have anything awesome to propose right now.

@techee
Copy link
Member Author

@techee techee commented on 49993af Nov 9, 2014 via email

Choose a reason for hiding this comment

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

@codebrainz
Copy link
Member

Choose a reason for hiding this comment

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

Is GeanyPrj still maintained/relevant with GProject existing? If they do same thing, they should be merged or one removed/deprecated, if not, they should be called and be described by whatever they do (ex. "Project") and it would be obvious. IMO part of the value of Geany-Plugin project is curating the best of each type of plugin that people should use, rather than a warehouse of a bunch of random stuff.</2¢>

@techee
Copy link
Member Author

@techee techee commented on 49993af Nov 9, 2014 via email

Choose a reason for hiding this comment

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

Please sign in to comment.