Here's yet another little project ;-) I thought of using QCompleter to provide word completion (the stupid kind, without context analysis) with Ctags. This shouldn't be too hard. However, the main point of ctags is quick "jump to definition" which may open a file outside leo. @edit nodes are just the ticket here, but I think we need some kind of @buffers tree (at the beginning of the outline) where all the automatically opened files go as @edit nodes. The hard part is that these should never be saved with outline. Basically, the xml writer should ignore children of @buffers completely.
Luckily, almost everything here is easy to do in plugins. -- 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 -~----------~----~----~----~------~----~------~--~---
