On Thu, Nov 29, 2012 at 6:30 AM, Ville M. Vainio <[email protected]> wrote:
> I wouldn't change the save logic, I'd just execute "save" for the full > .leo document when > > - Node has changed in external editor. > - The node that changed is the only dirty node in the whole leo document. > > I don't use xemacs/vim plugin, but rather "edit in" in right click menu > (contextmenu.py plugin IIRC). > Ok. In that case the contextmenu plugin should handle this. > > I agree that this is not an elegant proposal, in that it involves a > potentially surprising (if useful) special case. > > I have to think this a bit more. Perhaps some kind of extra warning in the > UI for this scenario would do the trick as well. > I agree that if the code is going to do something like this it should issue a clear warning that something has happened. Otoh, such "clear warnings" tend to get ignored :-) Indeed, the problem is that you are *already* ignoring such a clear warning! Adding another warning is not likely to be a big help... Edward -- 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.
