Re: remove command created using @g.command

2012-07-22 Thread felix74
Thanks Edward for suggesting this. However, the reason for starting this post is due to my own stupidity. I was having problems with fixing a bug in a command I created using @g.command. I just forgot that I had to run the script before the updated command was available in the Minibuffer. I

Re: remove command created using @g.command

2012-07-21 Thread Edward K. Ream
On Mon, Jul 16, 2012 at 11:55 PM, felix74 wrote: > How can I remove a command created using the @g.command decorator without > having to reload leo. Why do you want to do this? If you simply want to redefine what a command means, you could use k.registerCommand:: c.k.registerCommand(command_na

remove command created using @g.command

2012-07-16 Thread felix74
How can I remove a command created using the @g.command decorator without having to reload leo. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/Yuczma0MSwoJ. T