jenndhemus / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

[Enhancement] Toolbox for Projects plugin #123

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What Plugin does this relate to? What version of the Plugin?
Projects 1.3

Why:
Projects neeads a toolbox option, where the user can define commands to be
launch against the project. This feature would be extremmely useful for
many projects, especially web projects, where one would be able to define
shortcuts to database analisys or app creation or project server
initialization(django). 

How it should work:
Toolbox could be a option that appears when you click with the right button
in the project of the projects panel. When the user places the mouse over
the option "toolbox", there should appear a new window where it would
choose one of the commands or create a new command. Commands should be
written in python and should have some variables avaiable to it like the
path of the folder/file in which it is runned against(TARGET_PATH), and the
path of the project(PROJECT_PATH). 

Would be cool to have:
There should be a configuration option in the projects plugin management
where the user should have the option to share a "script" with many
projects. Like, all django projects would need a "create_app" action, per
example.

Original issue reported on code.google.com by italo.maia@gmail.com on 12 Jul 2009 at 4:50