Rev 2831 of the trunk contains a mass update to plugins: replaced
'unicode', etc. with g.u, g.isUnicode, etc.

This affects codewisecompleter.py, ctagscompleter.py, plugins_menu.py,
quicksearch.py, run_nodes.py, stickynotes.py, toolbar.py and
xcc_nodes.py.

Please test these plugins and report any problems immediately.
Thanks.

Edward

P.S. I did *not* attempt to change the following lines in
startIPython:

    argv = [str(s) for s in args.split()]

I suspect what is meant is:

argv = [g.toEncodedString(s) for s in args.split()]

but I'll let Ville be the final judge of that.

EKR

-- 
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.

Reply via email to