Re: Incorrect text highlighted using Find commands

2014-09-18 Thread lewis
OK search now correctly highlights the correct text in the @edit html\conf.py node. I went F3 all the way to the end and then F2 back up the tree. When it reaches the node *Web pages--TOC--@edit html\leo_toc.html.txt* line 4:* .. sphinx-quickstart on Mon Mar 30 16:39:02 2009.* it logs a

Re: launchLeo failed

2014-09-18 Thread Edward K. Ream
On Wed, Sep 17, 2014 at 9:01 PM, F.S. speech.f...@gmail.com wrote: Well this is the first time I am running the files from git repo. In the past this was never a problem. But now I got the following message from the github downloaded version: [snip] File

Re: Delayed loading of large nodes

2014-09-18 Thread Edward K. Ream
On Wed, Sep 17, 2014 at 3:03 PM, Fidel N fidelpe...@gmail.com wrote: it works great here, thanks for this Edward Thanks for the report. Maybe the code is beta quality now ;-) With the update, also noticed the big blue square surrounding the selected widget, its also great. Those things

Caution: mass updates to plugins

2014-09-18 Thread Edward K. Ream
Several recent revs today have updated about 20 plugins. All tests pass and indeed most changes actually involve comments. Nevertheless, these changes may have broken one or more plugins in some way. I apologize for this, but imo the changes were overdue. Clearly, they should be done before

Re: Incorrect text highlighted using Find commands

2014-09-18 Thread Edward K. Ream
On Thu, Sep 18, 2014 at 10:04 AM, Edward K. Ream On Thu, Sep 18, 2014 at 4:16 AM, lewis lewisn...@operamail.com wrote: it logs a message: backwardsHelper bad index: i = 0, j = 8762 Fixed at rev 9a42be0, Leo build: 20140918102605 Keep those reports coming ;-) This is the time to fix as many

Leo stylesheets now predefine all colors defined in leoColors.py, and more...

2014-09-18 Thread Edward K. Ream
Leo style sheets now support all colors names in Leo's color_db, defined in leoColor.py. For example, the following setting works without any explicit definition of mistyrose2. @color head-bg = @mistyrose2 These colors are (mostly) the same as:

Re: Leo stylesheets now predefine all colors defined in leoColors.py, and more...

2014-09-18 Thread Jacob M. Peck
Nice work! These colors are (mostly) the same as: http://www.yourhtmlsource.com/stylesheets/namedcolours.html Here's a semi-interactive Leo colormap: http://leo-editor.github.io/snippets/colormap.html Hover over a color to get Leo's internal name for it. :) --Jake -- You received this

Re: Leo stylesheets now predefine all colors defined in leoColors.py, and more...

2014-09-18 Thread Edward K. Ream
On Thu, Sep 18, 2014 at 3:25 PM, Jacob M. Peck gatesph...@gmail.com wrote: Here's a semi-interactive Leo colormap: http://leo-editor.github.io/snippets/colormap.html Hover over a color to get Leo's internal name for it. :) Thanks. I'll add this link to the discussion of colors in

Re: Leo stylesheets now predefine all colors defined in leoColors.py, and more...

2014-09-18 Thread Edward K. Ream
On Thursday, September 18, 2014 1:29:43 PM UTC-5, Edward K. Ream wrote: Leo style sheets now support all colors names in Leo's color_db, defined in leoColor.py. leoSettings.leo now has a flashy new color chooser. Clicking the pick-color-name button puts a combo box into the icon area that

Re: Reloading visual settings

2014-09-18 Thread 'Terry Brown' via leo-editor
On Wed, 17 Sep 2014 14:10:41 -0500 Edward K. Ream edream...@gmail.com wrote: In myLeoSettings.leo, somewhere under @settings, showing only organizer nodes for the @values nodes, not the @value nodes themselves: @theme default @bool theme_is_dark = False theme settings [snip]