Re: Segmentation fault when run Leo on Linux

2018-04-11 Thread Brandon Hall
I am still getting the Seg fault after attempting to install it using git via the command git clone https://github.com/leo-editor/leo-editor. On Tuesday, April 10, 2018 at 6:03:19 AM UTC-7, Edward K. Ream wrote: > > On Mon, Apr 9, 2018 at 9:08 PM, Brandon Hall > wrote: > >> Hello, I installe

A new LeoU lesson: How devs should use git branches

2018-04-11 Thread Edward K. Ream
The main LeoU page now contains a link to Lesson 6: How devs should use git branches . This is a slightly edited version of Marcel Franke's excellent tutorial, including the picture that m

Re: question re: forward-word / ctrl+arrow stops

2018-04-11 Thread k-hen
Nevermind, I figured this out - I was looking for the 'smart' versions of the functions. added shortcut in myLeoSettings for: forward-word-smart = Ctrl+Right back-word-smart = Ctrl+Left Kevin On Wednesday, April 11, 2018 at 1:45:07 PM UTC-4, k-hen wrote: > > Hi All, > > Sorry for all my beginn

question re: forward-word / ctrl+arrow stops

2018-04-11 Thread k-hen
Hi All, Sorry for all my beginner questions, but could someone please help point be in the right direction to edit/replace the ctrl+arrow functions to also stop on operators? say I have the body text: 'test1', '', 'test2' In leo, if I start at the beginning of the line then ctrl+right-arrow,

Re: Completed #848:

2018-04-11 Thread Edward K. Ream
On Wed, Apr 11, 2018 at 8:21 AM, Edward K. Ream wrote: In short, adding another special case to handleSpecialMenus seems good > enough. > ​It might be possible generalizing ​ ​LeoMenu.handleSpecialMenus itself. That would be a local change, and so safe enough. But looking at the code I don't

Re: Completed #848:

2018-04-11 Thread Edward K. Ream
On Wed, Apr 11, 2018 at 7:58 AM, Terry Brown wrote: I wonder about a more generic solution > ​... > ​ > Because I just ran into another need for a dynamic menu the other day. > ​Hmm. I can understand your wish, but I really really really do not want to further complicate the menu code. You can

Re: Completed #848:

2018-04-11 Thread Terry Brown
On Wed, 11 Apr 2018 05:26:47 -0700 (PDT) "Edward K. Ream" wrote: > #848 Recent Files menu will break for foreign languages > is now > complete. The first non-blank, non-comment line of the node `@menu > Recent Files' can contain an alternate

Completed #848:

2018-04-11 Thread Edward K. Ream
#848 Recent Files menu will break for foreign languages is now complete. The first non-blank, non-comment line of the node `@menu Recent Files' can contain an alternate (translated) menu name. You should *not* just change the headline of th

Completed #850: replace Meta by Alt on MacOS

2018-04-11 Thread Edward K. Ream
#850: Optionally convert Meta to Alt on MacOs seems to be working, but the code is tricky. Please report any problems immediately. This feature is disabled by default. To enable, set @bool replace-meta-with-alt = True. Edward