code-google-com / editra-plugins

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

[macrolauncher] Edit macro name #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if you could edit the macro name/type labels in the list
control. It isn't immediately obvious that you have to open the macro file
and then edit it to set the name in the file.

This could be mitigated some if after clicking on "New Macro" it would
automatically open the macro file in the Editor to be worked on.

Original issue reported on code.google.com by CodyPrec...@gmail.com on 23 May 2009 at 1:05

GoogleCodeExporter commented 9 years ago
To edit label/type would be difficult (I am not saying impossible) the module 
has to
change the macro, then load it to see if anything wasn't broken, then register 
it. 

Another option that says 'edit label/type' and opens the macro in editor is what
'Edit' does right now, that would be just clutter (and the new macro should be
automatically opened in the editor, wasn't it?)

I believe that after you edit first macro, it will become obvious what needs to 
be
done to change the label.

Original comment by roman.ch...@gmail.com on 26 May 2009 at 6:46

GoogleCodeExporter commented 9 years ago
Hello,

Yes it would be good to open the macro by default in the editor when clicking 
new.

I think this is still a valid request for future enhancement though. It would 
not be
very hard to implement, just need to scan the file for those module level 
variables
and swap out the values. Might also make sense to have those variables use the
__var__ convention to show there importance a little more clearly and it would 
make
this operation easier as well.

Anyway reopening to keep track of as a future idea, this is not critical for 
first
version.

Cody

Original comment by CodyPrec...@gmail.com on 26 May 2009 at 8:26