Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread nakedmind
On Thursday, May 22, 2014 12:16:45 AM UTC+8, Edward K. Ream wrote: > > On Wed, May 21, 2014 at 10:11 AM, nakedmind > > wrote: > > On Wednesday, May 21, 2014 7:20:44 PM UTC+8, Terry wrote: > >> > >> I wonder if it would be sense for Leo's select body code to use a hook > >> or something simil

Training Class for LEO

2014-05-21 Thread ErikTheRed
I'm wondering if a qualified individual, in the US, may be interested in putting together a 1 week hands on training course for Leo, from Zero to Hero with an emphasis on documentation projects and coded development practices. If need be perhaps a two week course would be merited to address s

Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread Edward K. Ream
On Wed, May 21, 2014 at 10:11 AM, nakedmind wrote: > On Wednesday, May 21, 2014 7:20:44 PM UTC+8, Terry wrote: >> >> I wonder if it would be sense for Leo's select body code to use a hook >> or something similar to find the body widget, so that plugins could >> change the meaning of "the body widg

Reinhard, please check g.compute_directives_re

2014-05-21 Thread Edward K. Ream
I made the minimal change to g.compute_directives_re per your letter to me several months ago. It's at rev 06bc30e31f64... I did not use extract.py: if you want to commit another change using git, please do so. Note that the present code works with Python 3.x. Please ensure any future change

Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread nakedmind
On Wednesday, May 21, 2014 7:20:44 PM UTC+8, Terry wrote: > > I wonder if it would be sense for Leo's select body code to use a hook > or something similar to find the body widget, so that plugins could > change the meaning of "the body widget" more easily. Will make a note. > > I don't know

Re: File tab "changed" indicator not cleared when undo?

2014-05-21 Thread Edward K. Ream
On Tue, Apr 15, 2014 at 2:49 AM, wrote: > I found it *MUCH* easier to look at the Leo sources using PyCharm Did you try using the clone-find-all or clone-find-all-flattened commands? EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsu

Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread Edward K. Ream
On Wed, May 21, 2014 at 7:15 AM, Jacob Peck wrote: >> One more thing. No keyboard shortcut to switch to the editor pane from the >> outline pane? Hitting enter does not work. Alt-b does not also. > > Ctrl+G might work. It's supposed to work everywhere, afaik. Ctrl-G (keyboard-quit) knows nothin

Re: multi-language editing in Leo

2014-05-21 Thread Edward K. Ream
On Mon, Apr 14, 2014 at 4:50 PM, Terry Brown wrote: > @language r latex > > is the same as just > > @language r ... > I.e. Leo looks at only the first word on a @language line, allowing you > to list other inactive languages after that word. Interesting idea. > Then, put this code on a butt

Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread Jacob Peck
On 5/21/2014 1:29 AM, nakedmind wrote: One more thing. No keyboard shortcut to switch to the editor pane from the outline pane? Hitting enter does not work. Alt-b does not also. Ctrl+G might work. It's supposed to work everywhere, afaik. -->Jake -- You received this message because you are

Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread Edward K. Ream
On Wed, May 21, 2014 at 6:54 AM, 'Terry Brown' via leo-editor wrote: > On Tue, 20 May 2014 08:17:03 -0500 > "Edward K. Ream" wrote: > >> On Mon, May 19, 2014 at 8:51 AM, Edward K. Ream >> wrote: >> >> >> > The richtext editor works for me on Linux (14.04) but not on Windows >> > 7. Rather than

Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread dufriz
On Tue, May 20, 2014 at 12:42 PM, Edward K. Ream wrote: > On Mon, May 19, 2014 at 11:08 PM, nakedmind > wrote: > > > The richtext plugin is nice and i think will be super useful to me. > However, > > instead of manually having to open and close the editor, i think it > could be > > better and mor

Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread 'Terry Brown' via leo-editor
On Tue, 20 May 2014 08:17:03 -0500 "Edward K. Ream" wrote: > On Mon, May 19, 2014 at 8:51 AM, Edward K. Ream > wrote: > > > > The richtext editor works for me on Linux (14.04) but not on Windows > > 7. Rather than filling the body pane it fills only a part of it. > > Worse, the editor is not

Re: Editable WYSIWYG as an evolution of the viewrendered pane plugin?

2014-05-21 Thread 'Terry Brown' via leo-editor
On Tue, 20 May 2014 22:29:16 -0700 (PDT) nakedmind wrote: > On Tuesday, May 20, 2014 7:30:46 PM UTC+8, Terry wrote: > > > > > > Here are the docs. - I think it already does what you're proposing. > > > > Awesome! thanks. > > One more thing. No keyboard shortcut to switch to the editor pane > f