On Wed, Apr 6, 2011 at 4:08 PM, RAH <[email protected]> wrote: > 3) The doc says "rightclick on the node and chose refresh to disk". > There is no such choice on the right click menu.
Please ensure you are using the Qt ui, i.e. you have pyqt installed. > 4) If I create a node "@mystuff bla bla bla" what does it mean ? How > different is it from "mystuff bla bla bla". It's not different in any way, unless you write a script that treats @mystuff somehow. @ is just a convention that says something may be "special", it doesn't force anythng to be special. > 5) Can I import a directory to a node so that it expands automatically > in @file children ? Yes, though that's not easy yet (projectwizard and active_path plugins help). -- 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.
