On Tue, Dec 11, 2012 at 5:33 AM, tfer <[email protected]> wrote:
> I don't get the boxes that used to be to the left of each headline, are
> they still supposed to be there?
Are you talking about the icon box? It should always be there.
User-supplied icons also work for me. Iirc, some icons may have been
removed from the distro, which might affect you. However:
1. The todo plugin works as expected.
2. The following script inserts a (persistent) icon:
fn = g.os_path_finalize_join(g.app.loadDir,
'..','Icons','Tango','16x16','status','error.png')
c.editCommands.insertIconFromFile(path=fn)
c.bodyWantsFocusNow()
3. The insert-icon command works.
HTH.
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.