Hi.
I recenly downloaded SqlCommander finding it useful and practical.
I am lookig for a functionality that automatically create Stored Procedures for CRUD. The idea is that you select a table from the server explorer and a right-click let me generate CRUD procedures for that table.
I was planning on doing this witha a plugin, but it seems that plugins only let me create new menuitems in Plugins, and not inside a contextual menu.
Shouuld I consider modifying the application code to do this or is there another interface that let me perform my task?
thks,
Nicolas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Adding custom commands (and modifying existing) to context menus will be a great feature especially if this commands are in some kind on scripting language (java script, vb script, etc.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have a look at my project DBInspector here on source forge. I am looking to utilize QC for a platform to integrate my code generation tools. I have been looking for a good implementation of Weifen Luo's docking suite and this is it :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I recenly downloaded SqlCommander finding it useful and practical.
I am lookig for a functionality that automatically create Stored Procedures for CRUD. The idea is that you select a table from the server explorer and a right-click let me generate CRUD procedures for that table.
I was planning on doing this witha a plugin, but it seems that plugins only let me create new menuitems in Plugins, and not inside a contextual menu.
Shouuld I consider modifying the application code to do this or is there another interface that let me perform my task?
thks,
Nicolas.
Is this feature still of interest?
Adding custom commands (and modifying existing) to context menus will be a great feature especially if this commands are in some kind on scripting language (java script, vb script, etc.)
Have a look at my project DBInspector here on source forge. I am looking to utilize QC for a platform to integrate my code generation tools. I have been looking for a good implementation of Weifen Luo's docking suite and this is it :)