On Wed, Jul 1, 2009 at 3:46 PM, TL<[email protected]> wrote: > open_with.py: > Provides the generic support for exporting a node to an external > editor and updating the node when the external editor saves the file.
Actually, most of the functionality is in the core these days. Only the "idle" hook that updates the node from the temp file is in open_with.py. This behaviour is now in contextmenu.py, making open_with.py useless with qt ui. It may be that vim.py works "out of the box" without open_with (on qt) if contextmenu.py is loaded. I leave verifying this as an excercise for someone that uses vim. BTW, with contextmenu, the "doubleclick" thing could be removed, using context menu item "open in vim" instead. -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
