I think there is another problem that is probably unrelated to the Log
Pane problems.

I think openWithFileName() is not quite correct.  The symptom is as
follows.

When opening an outline executes this @script node:

# 2011-10-14 14:14:05

g.openWithFileName('/home/bob/.leo/workbook.leo', c)
g.openWithFileName('/media/sda1/BobH/1/Leo/Snippets.leo', c)
g.openWithFileName('/media/sda1/BobH/1/Leo/Groceries.leo', c)
c.frame.bringToFront()
---------- End @script contents ----------

The console ends up containing these messages:


10:14:39 ~$ leomy
10:14:48 ~$ *** isPython3: False
Leo 4.9 final, build 4411, June 21, 2011
Python 2.7.1, qt version 4.7.2
linux2
reading settings in /home/bob/bzrWork/pluginPath/leo/config/
leoSettings.leo
reading settings in /home/bob/.leo/myLeoSettings.leo
reading settings in /home/bob/.leo/workbook.leo
createRecentFilesMenuItems Recent Files Menu does not exist
<module>,openWithFileName,createMenu,updateRecentFiles
createRecentFilesMenuItems Recent Files Menu does not exist
<module>,openWithFileName,createMenu,updateRecentFiles
------ End Console Contents -------------------

I think this is the output of a trace statement in
createRecentFilesMenuItems() and the list at the end is the call stack.

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