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

2014-05-20 Thread Edward K. Ream
On Mon, May 19, 2014 at 11:08 PM, nakedmind eric.medina.atie...@gmail.com 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 more convenient to define a @richtext node which

Re: Contributions (such as bug fixes) and Pull Requests

2014-05-20 Thread Edward K. Ream
On Mon, May 19, 2014 at 5:37 PM, SegundoBob segundo...@gmail.com wrote: I submitted a very minor bug fix as a pull request last Wednesday. Thanks for this work, Bob. Is someone monitoring pull requests? I should be, but I don't think I am. My memory of the sketchy discussion of new

Re: Contributions (such as bug fixes) and Pull Requests

2014-05-20 Thread Edward K. Ream
On Tue, May 20, 2014 at 5:54 AM, Edward K. Ream edream...@gmail.com wrote: What you did is fine. However, I don't see any reason to change LeoPyRef.leo. Do you? There is no urgency. The fix is one line. The web interface seems much less flexible than the SourceTree interface that I

Re: Simple Test that consistently causes Gtk-CRITICAL error messages

2014-05-20 Thread Edward K. Ream
On Wed, May 14, 2014 at 9:00 PM, SegundoBob segundo...@gmail.com wrote: As you may have guessed from my posting on 2014-03-22, so far as I have been able to determine, the only time these Gtk-CRITICAL errors occur is when a button created by the mod_scripting.py plugin is clicked--and they

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

2014-05-20 Thread 'Terry Brown' via leo-editor
On Mon, 19 May 2014 21:08:22 -0700 (PDT) nakedmind eric.medina.atie...@gmail.com wrote: On Thursday, May 15, 2014 10:06:04 PM UTC+8, Terry wrote: On Thu, 15 May 2014 14:19:21 +0200 dufriz duf...@gmail.com javascript: wrote: I have tried that plugin too. It's nice, but as far as

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

2014-05-20 Thread 'Terry Brown' via leo-editor
On Mon, 19 May 2014 08:51:23 -0500 Edward K. Ream edream...@gmail.com wrote: On Thu, May 15, 2014 at 9:06 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I think it will, depends on how it's set up, it's just an embedding of http://ckeditor.com/ The richtext editor

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

2014-05-20 Thread Jacob Peck
This feature already exists! Read the plugin's docs for @rich and @norich nodes. --Jake On 5/20/2014 12:08 AM, nakedmind wrote: On Thursday, May 15, 2014 10:06:04 PM UTC+8, Terry wrote: On Thu, 15 May 2014 14:19:21 +0200 dufriz duf...@gmail.com javascript: wrote: I have tried

Re: rich text

2014-05-20 Thread Edward K. Ream
On Wed, Aug 14, 2013 at 7:42 AM, Edward K. Ream edream...@gmail.com wrote: However, it isn't functional when I create the editor with any of the cke-editor commands. I see an CKE editor (resizeable) appearing to float above the body pane, but it never contains any content and does not

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

2014-05-20 Thread Edward K. Ream
On Mon, May 19, 2014 at 8:51 AM, Edward K. Ream edream...@gmail.com 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 enabled. I'm pretty sure that I had troubles with

Re: Context-sensitive key bindings?

2014-05-20 Thread Edward K. Ream
On Thu, May 8, 2014 at 6:20 PM, Fidel N fidelpe...@gmail.com wrote: Hi, I think its a bit tricky but its definitely possible. You have to bind ESC to one custom made command, lets say you call it press-escape. Imo, this is a misleading answer, although the topic is tricky. First, make sure

Re: Using leoBridge from within Leo, or using several outlines from a main one

2014-05-20 Thread Edward K. Ream
On Mon, May 5, 2014 at 5:56 AM, Fidel N fidelpe...@gmail.com wrote: Im trying to use another outline from within the current outline. Basically,the objective is to have another outline nodes and tree loaded as virtual nodes so I can work with them from within the currently open outline. The

Re: Context-sensitive key bindings?

2014-05-20 Thread Fidel N
Sorry for that, didn't know about the bindings yet =O This saved me too a lot of trouble for when I decide to change them. On Tue, May 20, 2014 at 3:29 PM, Edward K. Ream edream...@gmail.com wrote: On Thu, May 8, 2014 at 6:20 PM, Fidel N fidelpe...@gmail.com wrote: Hi, I think its a bit

Coming soon: pep 8 (Upper-case) class names

2014-05-20 Thread Edward K. Ream
Using pep-8 naming conventions for classes is a simple step that helps distinguish types. In the next few days I'll probably complete the transition in Leo's code base. That is, within Leo's core the calls to the ctors will now look like, for example:: v = leoNodes.Vnode(...) p =

Re: spatial versioning

2014-05-20 Thread Edward K. Ream
On Mon, Apr 28, 2014 at 9:16 AM, 'Terry Brown terry_n_br...@yahoo.com' via leo-editor leo-editor@googlegroups.com wrote: On Mon, 28 Apr 2014 06:43:45 -0500 Kent Tenney kten...@gmail.com wrote: Standard version control is time-based, my workmethods seem to want space-based versioning, IE: the

Re: Turning on more Google Groups features

2014-05-20 Thread Edward K. Ream
On Wed, Apr 16, 2014 at 5:42 PM, T P wing...@gmail.com wrote: I was wondering why some features of Google Groups aren't enabled for this group? I've just enabled tags and allow users to customize the web view Let me know if there are any problems. Edward -- You received this message because

Re: Leo 4.11 Final release date info wrong?

2014-05-20 Thread Edward K. Ream
On Wed, Apr 16, 2014 at 8:30 AM, Jacob Peck gatesph...@gmail.com wrote: Edward, perhaps we should cull the bzr_version.py file from the repo? Done at rev 8babb7ed1a4dfc432... Also, I revised leoVersion.py at rev a0413580bb5fa3b1... Among other things, it removes one of my pet peeves: if not

Re: File tab changed indicator not cleared when undo?

2014-05-20 Thread Edward K. Ream
On Tue, Apr 15, 2014 at 2:49 AM, wing...@gmail.com wrote: When I change something and then undo that change, the asterisk at the front of the file tab that indicates that the file is modified never goes away? Apparently, the LeoTabbedTopLevel(QtGui.QTabWidget).setChanged (self,c,changed)

Re: Simple Test that consistently causes Gtk-CRITICAL error messages

2014-05-20 Thread Segundo Bob
On 05/20/2014 04:08 AM, Edward K. Ream wrote: Have you googled for ways of suppressing these errors? Now I have. The only suggestion I found was a very bad suggestion: redirect stderr to /dev/null. I doubt that there is any way to suppress these errors. The glib developers refuse to fix the

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

2014-05-20 Thread nakedmind
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 from the outline pane? Hitting enter does not work. Alt-b does not also. -- You