On Wed, 6 Jul 2011 10:11:33 -0700 (PDT) Josef <[email protected]> wrote:
> Please enlighten me: what are uA's ? > > I haven't been able to find the expansion for this acronym yet. > For me, as a simple user of Leo, there are trees with nodes, which > consist of a head and a body. So what is the uA ? Poking around in the docs. I can't find any reference to them :-) Every node has a python dictionary associated with it which can be accessed as p.u (I think?) or v.u (certainly) when you're scripting Leo, a lot of plugins use it to store info. they need, like icons for a node, color of a node, etc. The dictionary is saved in the .leo file, so it's a very useful feature for scripting. Historically the dictionary has been called as "unknown attributes", meaning things not known to Leo's core, hence uA. Cheers -Terry -- 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.
