Re: Caution: a further reorg in progress

2014-09-07 Thread EmanueL Czirai
installing libxkbcommon-x11 gives a different message: ./launchLeo.py Traceback (most recent call last): File "./launchLeo.py", line 8, in leo.core.runLeo.run() File "/home/emacs/build/leo-editor/leo/core/runLeo.py", line 81, in run g.app.loadManager.load(fileName,pymacs) File "/home

The new body editor

2014-09-07 Thread 'Terry Brown' via leo-editor
Wow, quite the revolution in the short time I was away :-) I'm hopeful that QScintilla will be good for Leo. It seems like this would be a good time to get body editors to behave in a way that allows better integration with free_layout and related things like the stickynotes and tabula plugins.

Re: Caution: a further reorg in progress

2014-09-07 Thread EmanueL Czirai
On Mon, Sep 8, 2014 at 2:52 AM, Edward K. Ream wrote: > On Sun, Sep 7, 2014 at 3:16 PM, EmanueL Czirai wrote: > > Hi. Does this mean git master will not work? > > Except for rare 5-10 minute periods, immediately corrected, the git > master should always work. > Thanks. Good to know. > > > comm

Re: Caution: a further reorg in progress

2014-09-07 Thread Edward K. Ream
On Sun, Sep 7, 2014 at 3:16 PM, EmanueL Czirai wrote: > Hi. Does this mean git master will not work? Except for rare 5-10 minute periods, immediately corrected, the git master should always work. > commit 7fbc178ee512c00da0a514962fe32d98337afdac > Author: Edward K. Ream > Date: Sun Sep 7 15:1

Re: Caution: a further reorg in progress

2014-09-07 Thread EmanueL Czirai
Hi. Does this mean git master will not work? (or maybe I'm doing it wrong?) commit 7fbc178ee512c00da0a514962fe32d98337afdac Author: Edward K. Ream Date: Sun Sep 7 15:14:13 2014 -0500 Updated leoPyRef.leo to include new qt files. Leo build: 20140907151414 $ python --version Python 3.4

Re: Delayed loading of large nodes

2014-09-07 Thread Fidel N
Great, thanks Edward. Going to be away for a few days, this is the first thing I'll do when Im back On Sun, Sep 7, 2014 at 9:59 PM, Edward K. Ream wrote: > On Sun, Sep 7, 2014 at 2:34 PM, Edward K. Ream > wrote: > > >> Also, didn't seem to notice the buttons yet. That is a work in > progress,

Re: Delayed loading of large nodes

2014-09-07 Thread Edward K. Ream
On Sun, Sep 7, 2014 at 2:34 PM, Edward K. Ream wrote: >> Also, didn't seem to notice the buttons yet. That is a work in progress, or >> should we see those already? Rev 6adccac now corrects some problems with the button code. I consider this alpha code. The code is disabled by default. Here i

Re: Delayed loading of large nodes

2014-09-07 Thread Edward K. Ream
On Sun, Sep 7, 2014 at 10:51 AM, Fidel N wrote: > I have just been working with "semi-large" nodes, and noticed the increase > in performance very much. > Now its not a pain at all to work with such nodes, thanks Edward :) You're welcome. > Also, didn't seem to notice the buttons yet. That is a

Re: Caution: a further reorg in progress

2014-09-07 Thread Edward K. Ream
On Sunday, September 7, 2014 10:09:13 AM UTC-5, Edward K. Ream wrote: > Recent revs moved class LeoQtGui from leo/plugins/qtGui to a new file: leo/plugins/qt_gui.py. The reorg appears to be complete. Here are the new files, all in leo/plugins: - qt_commands.py contains several commands create

Fwd: Important: body text lost switching @file to @auto-rst

2014-09-07 Thread Matt Wilkie
Hi Folks, I'm back. And Sorry to have dropped off the list abruptly and Leo development community without comment or parting word. I have no excuse or sound reason, other than it's easy to get involved in too many things and then not be able to carry through on any of them adequately. Still, it w

Re: Delayed loading of large nodes

2014-09-07 Thread Fidel N
I have just been working with "semi-large" nodes, and noticed the increase in performance very much. Now its not a pain at all to work with such nodes, thanks Edward :) Also, didn't seem to notice the buttons yet. That is a work in progress, or should we see those already? -- You received this

Caution: a further reorg in progress

2014-09-07 Thread Edward K. Ream
Recent revs moved class LeoQtGui from leo/plugins/qtGui to a new file: leo/plugins/qt_gui.py. All tests pass, and imo this is likely to be safe. Nonetheless, I recommend a bit of extra vigilance. The following describes several more reorgs that will happen today. I expect no real problems. T