Re: linking .leo files

2012-05-24 Thread Matt Wilkie
...found https://groups.google.com/d/topic/leo-editor-users/0meTMe4yQeo/discussion, which concludes with use @url. There was initial confusion because @url is not listed in the index (http://webpages.charter.net/edreamleo/genindex.html#U) and my intuitive attempt to use the same syntax as @file

Re: linking .leo files

2012-05-24 Thread Matt Wilkie
There was initial confusion because @url is not listed in the index (http://webpages.charter.net/edreamleo/genindex.html#U) If the website search engine could be coaxed to allow @ as a valid search character this and many other questions could be answered with much less effort. What is the

Re: Beyond Leo tweaks

2012-05-24 Thread ne1uno
On May 16, 12:34 pm, Edward K. Ream edream...@gmail.com wrote: From time to time, however, I have the desire to use Leo to do something else besides develop Leo itself.  Now is such a time.  I plan to revisit the leoInspect module.  The idea is to develop a very fast inference engine based

RE: PyOhio Talk

2012-05-24 Thread Ville Vainio
Quick comment: Leo is an outliner that is often used as an ide Sent from my Windows Phone -- From: tfer Sent: 5/24/2012 2:29 AM To: leo-editor@googlegroups.com Subject: PyOhio Talk I'm putting together a proposal for a talk on Leo at the PyOhio conference in Columbus,

Re: viewrendered panes now support ctrl-clicks on urls

2012-05-24 Thread Edward K. Ream
On Wed, May 23, 2012 at 9:27 PM, Matt Wilkie map...@gmail.com wrote: very cool, thanks! You're welcome. Imo, all of Leo's docstrings should be formatted with reStructuredText, or at least compatible with rST, so that help-for-command can use the viewrendered pane instead of lamely putting the

Re: Caution: rev 5334 contains major changes to Leo's language-description tables

2012-05-24 Thread Edward K. Ream
On Wed, May 23, 2012 at 9:29 PM, Brian Theado [jcl is] likely this: http://en.wikipedia.org/wiki/Job_Control_Language Thanks for this. // would probably suffice as a comment delim, but I don't think anyone is likely to use Leo to edit a jcl file. It's ancient history. EKR -- You received

Viewrendered command names now start with vr

2012-05-24 Thread Edward K. Ream
As of rev 5343, all viewrendered command names start with vr. As a result:: alt-xvrtab now shows all the viewrendered commands. I also removed the vr-close and vr-show commands: use vr and vr-hide instead. Having two commands that do the same thing is surprisingly confusing. The only

Re: Viewrendered command names now start with vr

2012-05-24 Thread Edward K. Ream
On May 24, 9:01 am, Edward K. Ream edream...@gmail.com wrote: As of rev 5343, all viewrendered command names start with vr. As a This reminds me, I'll have to check bindings in leoSettings.leo... The check-bindings script reports one problem, but it has nothing to do with the vr commands.

Re: linking .leo files

2012-05-24 Thread Matt Wilkie
thanks Terry! I've not really looked at bookmarks yet; dunno why. Oh yeah, now I do: 'cause I don't use browser bookmarks much, finding it easier most of the time to search or jump to the url bar and type a few characters and bring up my history that way. Stripping the leading @url and being

Re: Leo 4.10 final released

2012-05-24 Thread Matt Wilkie
The highlights of Leo 4.10: -- ...  - The bigdash plugin searches across multiple files. bigdash.py is not listed in my local ...\leo-editor\leo\config\leoSettings.leo#Candidates for settings in myLeoSettings.leo. Shouldn't it be? Leo 4.10 final, build 5281, 2012-04-26

Re: PyOhio Talk

2012-05-24 Thread tfer
Good, changed to: Leo is a pure python, open source outliner, often used as an IDE. As a project manager, it handles all your files, no matter what language(s) you're using. Uniquely, it lets you to organize your projects below the file level, (elsewhere only doable informally with section

Re: viewrendered panes now support ctrl-clicks on urls

2012-05-24 Thread Edward K. Ream
On May 24, 8:10 am, Edward K. Ream edream...@gmail.com wrote: Imo, all of Leo's docstrings should be formatted with reStructuredText, or at least compatible with rST, so that help-for-command can use the viewrendered pane instead of lamely putting the docstring to the log pane. Actually,

Re: PyOhio Talk

2012-05-24 Thread Edward K. Ream
On Wed, May 23, 2012 at 6:29 PM, tfer tfethers...@aol.com wrote: I'm putting together a proposal for a talk on Leo at the PyOhio conference in Columbus, July 28th 29th.  If accepted, it should give us an introductory video as these talks are normally taped. That's great news. Thanks very

RE: PyOhio Talk

2012-05-24 Thread Ville Vainio
Idea: quick start.leo is probably handy demo material, as it illustrates most of the core concepts Sent from my Windows Phone -- From: tfer Sent: 5/24/2012 2:29 AM To: leo-editor@googlegroups.com Subject: PyOhio Talk I'm putting together a proposal for a talk on Leo

A little template hack for docstrings

2012-05-24 Thread Edward K. Ream
As or rev 5348, patterns of the form !command-name! get translated to the key binding for command-name, or the string Alt-xcommand- nameReturn if there is no key binding. Example 1: docstring for isearch-forward:: '''Begin a forward incremental search. - Plain characters extend the

Re: A little template hack for docstrings

2012-05-24 Thread Terry Brown
On Thu, 24 May 2012 19:23:26 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: As or rev 5348, patterns of the form !command-name! get translated to the key binding for command-name, or the string Alt-xcommand- nameReturn if there is no key binding. That's neat. You could go with an rst