It's because I started prototyping it outside Leo, to get quicker turnaround (just edit the code, and run "python bigdash.py" on the terminal.
On Fri, Mar 9, 2012 at 4:02 PM, Edward K. Ream <[email protected]> wrote: > > > On Mar 9, 5:40 am, lewis <[email protected]> wrote: > >> ss = unicode(qs) >> >> NameError >> : >> global name 'unicode' is not defined >> [end] > > Fixed on the trunk at rev 5099. I changed unicode to g.toUnicode, > which is the Leo way. > > Also added bigdash.py to leoPluginsRef.py. > > Ville, presumably there is a reason why bigdash.py doesn't import > leo.core.leoGlobals as g at the top level. Can you tell us why? > > 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. > -- 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.
