Re: Leo's long-term direction

2011-01-25 Thread Edward K. Ream
On Mon, Jan 24, 2011 at 1:00 PM, Terry Brown > Remember that the free panel layout branch allows the tabs to be moved into > their own panels and back again... I have not used this yet, but it's flexibility was part of the reason I wrote this post. It's time for me to explore this branch... Ed

Re: Leo's long-term direction

2011-01-25 Thread Edward K. Ream
On Mon, Jan 24, 2011 at 4:45 PM, MC wrote: > Coming from an Emacs up-bringing, I often wonder why Leo opens a new Window > for each Leo file instead of switching to a different buffer and projecting > an outline pane for that Leo file. As Ville says, this is what the qttabs gui now does. Cont

Terry, what's the status of the free_layout plugin?

2011-01-25 Thread Edward K. Ream
I'm having trouble loading the free_layout plugin. There are problems importing nested_splitter.py. Some suggestions: 1. Please don't use @shadow when sharing code. It causes all sorts of problems. 2. Please put @file nested_spliiter.py in leoPlugins.leo. 3. Please use fully qualified imports

Re: Leo's long-term direction

2011-01-25 Thread MC
Many thanks to Edward, Ville, and Terry for all the great new features. I was not aware of the the qttabs gui and will definitely give it a try. My preference for a fixed layout work area and a mostly mouse-free user-experience may be a relic of a bygone computing age. For whatever reason, my e

Re: Important: Qttabs is now the default ui

2011-01-25 Thread Edward K. Ream
On Sat, Jan 22, 2011 at 11:20 AM, Ville M. Vainio wrote: > > There appears to be a problem with this, from the code: > >    self.alwaysShowTabs = True >        # Set to true to workaround a problem >        # setting the window title when tabs are shown. > > I can't claim to know what the problem

Re: Leo's long-term direction

2011-01-25 Thread Edward K. Ream
On Tue, Jan 25, 2011 at 9:55 AM, MC wrote: > My preference for a fixed layout work area and a mostly mouse-free > user-experience may be a relic of a bygone computing age. I think we agree here. I like to keep things as simple visually as possible. > complicated 'chords' certainly seems a sho

Re: gitarchive.py

2011-01-25 Thread Edward K. Ream
On Sat, Jan 22, 2011 at 11:33 AM, Ville M. Vainio wrote: > I have "productized" git functionality as a plugin. Thanks for this. I added this plugin to LeoPluginsRef.leo and corrected some Py3k syntax errors: changed "print x" to print(x) in two places. The changes are on the trunk at rev 3821

Re: where is the Leo-version-number.pkg in Leo-4.8 zip?

2011-01-25 Thread Edward K. Ream
On Thu, Jan 20, 2011 at 12:28 PM, YAN - Yet another newbee wrote: > Hello Edward, > > Ok...so what's the most direct (i.e. easiest) way to install Leo on > the Mac.  Would following the instructions that begin with the > following be the way to go? I suspect so, but alas, there are no guarantees

Re: Small bug on @url directive

2011-01-25 Thread Edward K. Ream
On Sun, Jan 23, 2011 at 1:47 PM, Offray Vladimir Luna Cárdenas wrote: > Hi all, > > I have found that If I don't put the url inside a node ending with a > white space, the url and the @language get concatenated and they > combined url does't work. It works for me. However, url's are handled by s

Re: quickstart.leo error

2011-01-25 Thread Edward K. Ream
On Tue, Jan 18, 2011 at 10:31 PM, Steve Throckmorton wrote: > I'm learning to use Leo and noticed that in quickstart.leo (build 3752), > under "Tree manipulation basics" the key chords for Promote and Demote are > reversed.  Promote is shown as "C-}" and Demote as "C-{".  quickstart.leo Thanks fo

Re: Terry, what's the status of the free_layout plugin?

2011-01-25 Thread Terry Brown
On Tue, 25 Jan 2011 07:55:12 -0800 (PST) "Edward K. Ream" wrote: > I'm having trouble loading the free_layout plugin. There are problems > importing nested_splitter.py. Give it another shot now. So, assuming you can get it started, it seems to be working fine allowing manual manipulation of t

Re: Leo's long-term direction

2011-01-25 Thread Terry Brown
On Tue, 25 Jan 2011 10:35:51 -0600 "Edward K. Ream" wrote: > This brings up another subtle key-handling issue. I want to bind > Ctrl-S to save-all-files when using the qttabs gui, and bind Ctrl-S to > the legacy save command otherwise. Right now, there is no way to do > that. Hmm, I know peopl

Re: Small bug on @url directive

2011-01-25 Thread Steve Throckmorton
Since I already chimed in, I'll answer the question too. Here's the list of plugins: plugins_menu.py leo_to_html.py mod_scripting.py quicksearch.py UNL.py contextmenu.py nav_qt.py That said, I also tried with no plugins. I commented all of them out in both in both leoSettings and myLeo

Re: Leo's long-term direction

2011-01-25 Thread Edward K. Ream
On Tue, Jan 25, 2011 at 11:43 AM, Terry Brown wrote: > Hmm, I know people can set things however they like, but I'm so used to that > not happening, it would catch me by surprise.  Also, I think it's > inconsistent with all other multi-tab editors I've seen.  Ctrl-S saves > this... whatever th

Re: Terry, what's the status of the free_layout plugin?

2011-01-25 Thread Edward K. Ream
On Tue, Jan 25, 2011 at 11:41 AM, Terry Brown wrote: > On Tue, 25 Jan 2011 07:55:12 -0800 (PST) > "Edward K. Ream" wrote: > >> I'm having trouble loading the free_layout plugin.  There are problems >> importing nested_splitter.py. Sorry, same problems, with both Python 2k and 3k. I've cleared m

Re: Leo's long-term direction

2011-01-25 Thread Terry Brown
On Tue, 25 Jan 2011 14:42:34 -0600 "Edward K. Ream" wrote: > On Tue, Jan 25, 2011 at 11:43 AM, Terry Brown wrote: > > > Hmm, I know people can set things however they like, but I'm so used to > > that not happening, it would catch me by surprise.  Also, I think it's > > inconsistent with all

Re: Leo's long-term direction

2011-01-25 Thread Edward K. Ream
On Tue, Jan 25, 2011 at 3:00 PM, Terry Brown wrote: > On Tue, 25 Jan 2011 14:42:34 -0600 > Ctrl-S saving everything in all tabs is surprising, so you'd need a different > key-binding, as opposed to a different command?  Obviously this is a trivial > preference kind of point, but I think the out

Re: Leo's long-term direction

2011-01-25 Thread Ville M. Vainio
On Mon, Jan 24, 2011 at 7:36 PM, Edward K. Ream wrote: > I've been wondering about what's next for me recently.  Today it all > came together in a sequence of Aha's. Hopefully somewhere among the next things is the proper autocompleter implementation (QCompleter) ;-). -- Ville M. Vainio @@ For

Re: Terry, what's the status of the free_layout plugin?

2011-01-25 Thread Terry Brown
On Tue, 25 Jan 2011 14:59:26 -0600 "Edward K. Ream" wrote: > Sorry, same problems, with both Python 2k and 3k. I'm branching onto another machine, and my first observation ... launchpad is slow for an initial branch. Of course a smarter monkey would had done a lightweight checkout... hmm, bzr

@url code improvement suggestions

2011-01-25 Thread Ville M. Vainio
Possibly discussed before - I was implementing this improvement myself, but it appears current "core" code needs some changes. I want to have this: @path /tmp @url ./foo.txt Clicking the @url should open foo.txt in default program (notepad, gedit...). I.e. do os.startfile or xdg-open (nicely

Re: Design of the key-handling project

2011-01-25 Thread tfer
I think that TL was responsible for a lot of the Vim related binding stuff. I have not found it complete and reliable enough to use so I welcome this work. I think this also needs work for completion/expansion/template-with- stops work. I foresee the need for things like the folowing: a mode wh

Template functionality with Qt

2011-01-25 Thread tfer
Having worked with Tk text canvases more that Qt, there still seem to be things that it had that have to be worked around as the Qt people just haven't seen the need for. One is the block cursor, I giving Leo Vim like functionality, it would be nice if one where supported, theses new kids just don

Hello, updated from Rev 3031 to 3793 - 1 issue

2011-01-25 Thread TL
Hello Edward, Ville, and old time colleagues. I went underground for a while to develop software tools and programs (using Leo of course). As part of that endeavor, I decided to freeze my development environment including Leo. A few days ago I came up for air and decided to try the latest Leo rev

File association not working in WinXP

2011-01-25 Thread Steve Throckmorton
I installed Leo using LeoSetup-4.8-final.exe. The file association for .leo files caused Leo to start up when a .leo file was double-clicked but not to open the indicated file. The command line as deli