It looks like Leo may be the best option for 'live' reStructuredText on Windows

2013-09-13 Thread rholland
Hi, I thought you may be interested in the results of my effort to find a WYSIWYM (side by side) reST text editor for Windows. There are a number of solutions but it looks like they either run in the browser on a remote server or need to be compiled. It seems as if people have a lot of

Re: It looks like Leo may be the best option for 'live' reStructuredText on Windows

2013-09-13 Thread rholland
On Friday, September 13, 2013 2:34:04 AM UTC-7, rholland wrote: Hi, I thought you may be interested in the results of my effort to find a WYSIWYM (side by side) reST text editor for Windows. There are a number of solutions but it looks like they either run in the browser on a remote

ellipsis on Command menu items?

2013-09-13 Thread rholland
I'm not sure why the command menu items are followed by ellipsis. Presumably they were there to indicate flyouts at some point, but now there are arrow pointers to do that and the ellipsis are not used on any other menus. I think they are visually confusing and should be removed. Not sure if

Re: ellipsis on Command menu items?

2013-09-13 Thread rholland
Let me correct what I previously wrote (this reflects practice on Windows). After looking a bit more carefully I see that Leo is consistent with the ellipsis - the only menu where they do not show up is the created at run-time plug-in menu. However the practice on Windows appears to be 1) no

Re: ellipsis on Command menu items?

2013-09-13 Thread Jacob Peck
On 9/13/2013 6:41 AM, rholland wrote: Let me correct what I previously wrote (this reflects practice on Windows). After looking a bit more carefully I see that Leo is consistent with the ellipsis - the only menu where they do not show up is the created at run-time plug-in menu. Well, in my

Re: ellipsis on Command menu items?

2013-09-13 Thread Edward K. Ream
On Fri, Sep 13, 2013 at 5:08 AM, rholland rod.h.holl...@gmail.com wrote: I'm not sure why the command menu items are followed by ellipsis. Good catch. The fix (to leoSettings.leo) is on the trunk at rev 5971. Some people may have to remove the ellipses from their copy of myLeoSettings.leo

Vim plugin and installation issues

2013-09-13 Thread Stephen Boulet
I made a node in myLeoSettings.leo: @enabled-plugins. The text for this node is just vim. I also edited the nodes under vim plugin in leoSettings.leo to @@string vim_cmd = C:\Program Files (x86)\Vim\vim73\gvim --servername LEO and @@string vim_exe = C:\Program Files (x86)\Vim\vim73\gvim to

Re: Possible bug: ScriptFile.py not generating correctly (ignores text after @others)

2013-09-13 Thread Edward K. Ream
On Thu, Sep 12, 2013 at 3:28 PM, Jacob Peck gatesph...@gmail.com wrote: What quotes are you talking about?It's hidden in the sentinels: #@+node:*Read ('this is a test') out loud using TTS* Remove the quotes and the script saves correctly. Leave them in and it doesn't. Well, using the

Re: ellipsis on Command menu items?

2013-09-13 Thread Terry Brown
On Fri, 13 Sep 2013 03:41:06 -0700 (PDT) rholland rod.h.holl...@gmail.com wrote: 1) no ellipsis for flyouts - the triangle provides the indication 2) use an ellipsis if the primary menu brings up a dialog box (or something that require further user input). +1, they're redundant where the

Re: Vim plugin and installation issues

2013-09-13 Thread Edward K. Ream
On Thu, Sep 12, 2013 at 5:14 PM, Stephen Boulet stephen.bou...@gmail.comwrote: I made a node in myLeoSettings.leo: @enabled-plugins. The text for this node is just vim. It should be vim.py, the name of the plugin's .py file. Edward -- You received this message because you are subscribed to

Re: Possible bug: ScriptFile.py not generating correctly (ignores text after @others)

2013-09-13 Thread Edward K. Ream
On Friday, September 13, 2013 8:17:21 AM UTC-5, Edward K. Ream wrote: #@+node:*Read ('this is a test') out loud using TTS* Remove the quotes and the script saves correctly. Leave them in and it doesn't. Well, using the old save code, at least. No idea with your current work.

Re: Possible bug: ScriptFile.py not generating correctly (ignores text after @others)

2013-09-13 Thread Edward K. Ream
On Friday, September 13, 2013 8:34:45 AM UTC-5, Edward K. Ream wrote: The example works for me. The code is based on the code that writes external files. Any bug would have shown up in many other places... I generated scriptFile.py using Leo's execute-script command. Is that what you did?

Re: Possible bug: ScriptFile.py not generating correctly (ignores text after @others)

2013-09-13 Thread Jacob Peck
On 9/13/2013 9:36 AM, Edward K. Ream wrote: On Friday, September 13, 2013 8:34:45 AM UTC-5, Edward K. Ream wrote: The example works for me. The code is based on the code that writes external files. Any bug would have shown up in many other places... I generated scriptFile.py using Leo's

Re: Possible bug: ScriptFile.py not generating correctly (ignores text after @others)

2013-09-13 Thread Jacob Peck
On 9/13/2013 9:47 AM, Jacob Peck wrote: Potentially could have been executing the Import and Definition node rather than the parent node - as that would give the same result as seen above in the original report... perhaps both Fidel and I were being sloppy? Wait, no, that wouldn't do it.

Moderated forum

2013-09-13 Thread Stephen Boulet
I posted a question yesterday (I'm a group member), but it hasn't shown up. Is there a moderation queue? I included a png in it; is that a problem? -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop receiving

Re: Moderated forum

2013-09-13 Thread Jacob Peck
On 9/13/2013 10:40 AM, Stephen Boulet wrote: I posted a question yesterday (I'm a group member), but it hasn't shown up. Is there a moderation queue? I included a png in it; is that a problem? -- You received this message because you are subscribed to the Google Groups leo-editor group. To

Re: Possible bug: ScriptFile.py not generating correctly (ignores text after @others)

2013-09-13 Thread Edward K. Ream
On Fri, Sep 13, 2013 at 8:48 AM, Jacob Peck gatesph...@gmail.com wrote: Either way, it looks like the bug has been fixed. Thanks for the confirmation. Looks like one of life's mysteries, TM. Edward -- You received this message because you are subscribed to the Google Groups leo-editor