New bookmark functions

2017-11-28 Thread Terry Brown
Couple of new things for bookmarks. There's now a promote bookmark action, which moves the bookmark to the beginning of the list - I find myself doing this manually a lot. Being able to do it in one action is better. Also, the keyboard modifiers for left-clicks on bookmarks are now configurable:

Re: rev 3b6b820c: first crack at pip install docs

2017-11-28 Thread Edward K. Ream
On Tuesday, November 28, 2017 at 5:00:26 PM UTC-6, Matt Wilkie wrote: > > > https://github.com/leo-editor/leo-editor/commit/3b6b820c105df6f7c53cadedcec776c0974542d9 > > Note: they don't work yet because there is no package on pypi.org! I got > to fighting with git conflicts and have run out of t

Re: Wrapping up the console gui

2017-11-28 Thread Edward K. Ream
On Tuesday, November 28, 2017 at 7:59:37 PM UTC-6, Edward K. Ream wrote: ​3b40ebc is a major milestone. Both Ctrl-F and cff work. > > The only remaining issue is that the tree isn't redrawn to show the proper > nodes. I expect this to happen soon. > Rev 03ec50d completes this project by properl

Re: Wrapping up the console gui

2017-11-28 Thread Edward K. Ream
On Tue, Nov 28, 2017 at 2:15 PM, Edward K. Ream wrote: The infrastructure looks complete. > ​3b40ebc is a major milestone. Both Ctrl-F and cff work. The only remaining issue is that the tree isn't redrawn to show the proper nodes. I expect this to happen soon. Edward -- You received this me

rev 3b6b820c: first crack at pip install docs

2017-11-28 Thread Matt Wilkie
https://github.com/leo-editor/leo-editor/commit/3b6b820c105df6f7c53cadedcec776c0974542d9 Note: they don't work yet because there is no package on pypi.org! I got to fighting with git conflicts and have run out of time. More later. Sorry Matt -- You received this message because you are subscrib

Re: Wrapping up the console gui

2017-11-28 Thread Edward K. Ream
On Tuesday, November 28, 2017 at 4:11:34 AM UTC-6, Edward K. Ream wrote: This post summarizes the present state of the console/curses gui and > discusses further work, including #509 > . > The infrastructure looks complete. It consists of th

Re: List of all *python* dependencies and why

2017-11-28 Thread Offray Vladimir Luna Cárdenas
On 28/11/17 09:57, Matt Wilkie wrote: > From bare Python 2 install, linux (debian and kin): > >     apt install python-pyqt5 >     pip install leo > In Arch/Manjaro and alike: yaourt -S leo That's it. But (Ana/mini)conda would provide a distro/OS neutral single way to install/update the softwa

Re: Leo's usage tips

2017-11-28 Thread Edward K. Ream
On Tue, Nov 28, 2017 at 8:39 AM, vitalije wrote: > I have just created a new issue > , and want to > discuss it here. > > jEdit editor had this nice feature. On every start a dialog would appear > giving some useful tip on some not so obvious e

Re: Summary of installation discussions

2017-11-28 Thread Edward K. Ream
On Tue, Nov 28, 2017 at 7:20 AM, vitalije wrote: > >> Over the long history of Leo, I would suggest the majority of Leo's users >> read and attempt to follow installation instructions, and choose options >> which suit their needs. >> >> Perhaps, you are right in suggesting that majority of Leo's

Re: Summary of installation discussions

2017-11-28 Thread Edward K. Ream
On Tue, Nov 28, 2017 at 6:09 AM, lewis wrote: Over the long history of Leo, I would suggest the majority of Leo's users > read and attempt to follow installation instructions, and choose options > which suit their needs. > ​True, but we want to minimize the words that need to be read before a pr

Re: List of all *python* dependencies and why

2017-11-28 Thread Matt Wilkie
thanks for the extended background/justification Terry :) > Matt's pip install seems to get Leo running with minimal effort, as long as you use Python 3. ​ They common configurations are minimal, they just aren't all wrapped up in a single simple instruction set: >From bare Python 3 install, wind

Re: Leo's usage tips

2017-11-28 Thread Terry Brown
On Tue, 28 Nov 2017 06:39:28 -0800 (PST) vitalije wrote: > Perhaps we can have somewhere a page displaying the whole list with > the possibility for each user to add new entries. I think collecting these from email might be cumbersome. Something editable on GitHub (just a text file) would be go

Leo's usage tips

2017-11-28 Thread vitalije
I have just created a new issue , and want to discuss it here. jEdit editor had this nice feature. On every start a dialog would appear giving some useful tip on some not so obvious editor functions and possibilities, shortcuts, best practic

Re: Summary of installation discussions

2017-11-28 Thread vitalije
> > > Over the long history of Leo, I would suggest the majority of Leo's users > read and attempt to follow installation instructions, and choose options > which suit their needs. > > Perhaps, you are right in suggesting that majority of Leo's users read docs. But who can tell how many potenti

Re: Summary of installation discussions

2017-11-28 Thread vitalije
> 1. Not everyone will want to install Leo the same way. > > 2. We want to make trying Leo for the first time as easy as possible. > > 3. We can assume that people read little or no docs before trying to > install Leo. > > It is not enough that "at least one (thousand) user(s) do read docs befor

Re: Summary of installation discussions

2017-11-28 Thread lewis
On Tuesday, November 28, 2017 at 7:17:46 AM UTC+11, Viktor Ransmayr wrote: > > Hello Edward, > > Here's my initial feedback to your questions: > > 2017-11-27 17:52 GMT+01:00 Edward K. Ream > >: > > 3. We can assume that people read little or no docs before trying to >> install Leo. >> > > VR>

Re: Wrapping up the console gui

2017-11-28 Thread Edward K. Ream
On Tuesday, November 28, 2017 at 4:11:34 AM UTC-6, Edward K. Ream wrote: > It's time to move on to more important projects. Any future enhancements to this project will be labeled "Unlikely". Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" grou

Wrapping up the console gui

2017-11-28 Thread Edward K. Ream
This post summarizes the present state of the console/curses gui and discusses further work, including #509 . *Status* The curses/console gui project is of little importance to most people including me. It is a niche. The project is useful