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" wrote: > As or rev 5348, patterns of the form !! get translated > to the key binding for command-name, or the string command- > name if there is no key binding. That's neat. You could go with an rst role, :cmd:`isearch-forward`, where cm

A little template hack for docstrings

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

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 at

Re: PyOhio Talk

2012-05-24 Thread Edward K. Ream
On Wed, May 23, 2012 at 6:29 PM, tfer 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 much for this.

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" 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, help-for-command

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 comme

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-0

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 abl

Re: Viewrendered command names now start with vr

2012-05-24 Thread Edward K. Ream
On May 24, 9:01 am, "Edward K. Ream" 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. EKR -- You re

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:: vr 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 drawback o

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

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 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 docstring to the

Re: linking .leo files

2012-05-24 Thread Terry Brown
On Wed, 23 May 2012 23:01:38 -0700 Matt Wilkie wrote: > ...found > https://groups.google.com/d/topic/leo-editor-users/0meTMe4yQeo/discussion, > which concludes with "use @url". Also, there's the bookmarks.py plugin, which has a couple of functions: My projects (@bookmarks) First project

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: Beyond Leo tweaks

2012-05-24 Thread ne1uno
On May 16, 12:34 pm, "Edward K. Ream" 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 on what might