Leo and OSX and keyboard events and the Meta key

2016-06-08 Thread 'Karsten Wolf' via leo-editor
Hi. For using Leo on OSX I started redefining lots of shortcuts to the Control key (on OSX == Meta) because keys such as Ctrl-H (== Cmd-H on OSX) for editing the headline is caught by the System and hides the frontmost app. Also the usual editing shortcuts a mac user expects are very different

Re: Leo and OSX and keyboard events and the Meta key

2016-06-13 Thread 'Karsten Wolf' via leo-editor
... > Many thanks for this good work. Rev d03bea4 makes the changes you suggest. > All is well on Windows, but not tested yet on MacOS. I'm running it daily for a week or so on 10.6 and 10.10 from the same source and the errors I encounter are mine, then some lack of understanding what's happeni

Leo highlights and annoyances as seen from a new user

2016-07-04 Thread 'Karsten Wolf' via leo-editor
Having used Leo heavily for over a month now here's a little feedback. I work on OSX 10.6 and 10.10 and use the same github leo for both with python 2.7.10, QT4 and anaconda python 2 on 10.6 The highlights: + Having a project with multiple files in an outline with is in my view the most impor

Re: Why is Leo great?

2016-07-08 Thread 'Karsten Wolf' via leo-editor
On Tuesday, July 5, 2016 at 7:46:21 PM UTC+2, Propadovic Nenad wrote: ... > I'd appreciate examples which *show* me why Leo is great. I really want to > love it, honestly. I *tried* to find it extremely useful ten years ago, > when I stumbled upon it after reading about the greatness of outli

Re: Leo and OSX and keyboard events and the Meta key

2016-07-30 Thread 'Karsten Wolf' via leo-editor
I published my leo settings file with the mac shortcuts on github https://github.com/karstenw/leo-shortcuts-osx Comments, corrections and enhancements welcome. -karsten -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this gr

How to undefine a keyboard shortcut in leoSettings.leo?

2016-10-21 Thread 'Karsten Wolf' via leo-editor
I tried to test the current 5.4 candidate and realized, that I had edited leoSettings.leo to undefine all Alt+ shortcuts. On Mac Alt is used to get alternate characters from the keyboard. Using it as a command key is just weird on that platform. So how must I define this in myLeoSettings.leo th

Re: How to undefine a keyboard shortcut in leoSettings.leo?

2016-10-22 Thread 'Karsten Wolf' via leo-editor
On 22.10.2016, at 18:16, Edward K. Ream wrote: > On Fri, Oct 21, 2016 at 4:43 PM, 'Karsten Wolf' via leo-editor < > ... > ​Have you tried? > >backward-find-character = None Yes. It does not work. In myLeoSettings.leo I have: backward-find-character

Re: How does instant update work in Pharo?

2017-07-08 Thread &#x27;Karsten Wolf&#x27; via leo-editor
Disclaimer: This may sound like a rant but it isn't. I got out of that rabbit hole a decade ago. For me programming in Smalltalk is dreaming of the ideal software and programming in Python is Getting things done. >From what I have seen, Pharo is the current popular Squeak derivative. I might >b

Re: Leo 5.7 final released

2018-03-01 Thread &#x27;Karsten Wolf&#x27; via leo-editor
> On 27.02.2018, at 17:51, Edward K. Ream wrote: > > Leo 5.7 final, http://leoeditor.com, is now available on SourceForge and on > GitHub. Seems to work on OSX. Two minor issues which both started with the previous update a few weeks ago: - searching and replacing with "Replace-then-Find" d

Re: Leo 5.7 final released

2018-03-02 Thread &#x27;Karsten Wolf&#x27; via leo-editor
... > ​Which update are you talking about? 5.7b1 or b2?​ 5.7b1 Now on 5.8 devel ... > ​A search for "tip" in leoSettings.leo will show you: > >@bool show-tips = True​ Fixed and gone. Thanks. -karsten -- You received this message because you are subscribed to the Google Groups "le

macos 10.13 - leo 6.7.0 with miniconda

2022-10-15 Thread &#x27;Karsten Wolf&#x27; via leo-editor
Is there a way to switch off the tabbed gui? I prefer 1 window per doc. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+unsubscr...@googlegroups.com. To

Re: macos 10.13 - leo 6.7.0 with miniconda

2022-10-15 Thread &#x27;Karsten Wolf&#x27; via leo-editor
How would that work? What is in the desktop shortcut? I launch my outlines with a acript like this: python3 launchLeo.py --gui=qt $* The --gui=qt is ignored by leo. On Saturday, October 15, 2022 at 5:33:20 PM UTC+2 tbp1...@gmail.com wrote: > You can just open a new Leo session for each outli

Re: macos 10.13 - leo 6.7.0 with miniconda

2022-10-15 Thread &#x27;Karsten Wolf&#x27; via leo-editor
On Saturday, October 15, 2022 at 9:16:12 PM UTC+2 tbp1... wrote: > Yes, you do not need to specify *--gui=qt*. You will get that by default. I tried --gui=qttabs and --gui=qt. No difference. > > Every time you run your launch script, you should get a new Leo window. > Each one can have j

Re: macos 10.13 - leo 6.7.0 with miniconda

2022-10-16 Thread &#x27;Karsten Wolf&#x27; via leo-editor
I dont have a right-click menu on any tab. I can close or move tabs. That's all. On Sunday, October 16, 2022 at 5:59:37 AM UTC+2 tbp1...@gmail.com wrote: > It looks like *Horizontal Tile*, *Vertical Tile*, and *Detach* all do the > same thing. And what they do isn't what @kars wants, I think.

Re: ENB: fixing Leo's key handling

2018-04-19 Thread &#x27;Karsten Wolf&#x27; via leo-editor
... > Note that apparently simple tests can be fraught. There is a bug against > ks.isPlainKey. It ends with: > > if s in string.printable: > return True > if len(s) > 1: > return False > return unicodedata.category(s).startswith('C') > > Why this fails is mysteri

Re: Schedule for keys2 branch, Leo 5.7.2

2018-04-20 Thread &#x27;Karsten Wolf&#x27; via leo-editor
I still can't type the "@" character in keys2 which is Alt-L on OSX. Printing all key bindings shows: Alt+L extend-to-line the same as for the master branch. On master pressing Alt-L creates an "@". > -- You received this message because you are subscribed to the Google Groups "le

Re: Schedule for keys2 branch, Leo 5.7.2

2018-04-21 Thread &#x27;Karsten Wolf&#x27; via leo-editor
... > To see what's happening, enable the trace and traceKeys switch in > filter.eventFilter.​ > > Output in terminal: eventFilter binding: Alt+L, stroke: , char: u'@' but no "@" char created. Digging. -- You received this message because you are subscribed to the Google Groups "leo-

Re: Schedule for keys2 branch, Leo 5.7.2

2018-04-21 Thread &#x27;Karsten Wolf&#x27; via leo-editor
After some digging I think that the keys2 branch is working as advertised; and that's a problem for OSX users. I traced the Alt-L "@" event until here, where I assume 'extend-to-line' will be executed: > leo-editor-clone-git/leo/core/leoKeys.py(3778)masterCommand() -> c.doCommand(func, commandN

Re: Schedule for keys2 branch, Leo 5.7.2

2018-04-21 Thread &#x27;Karsten Wolf&#x27; via leo-editor
On Saturday, April 21, 2018 at 2:20:03 PM UTC+2, Karsten Wolf wrote: > > After some digging I think that the keys2 branch is working as advertised; > > I was wrong. It only kind of worked like advertised. An accidental discovery was the doMacTweaks() method. It did not work in keys2. It looked

Re: The keys2 branch is now code complete

2018-04-26 Thread &#x27;Karsten Wolf&#x27; via leo-editor
> > On Wed, Apr 18, 2018 at 2:28 PM, 'Karsten Wolf' via leo-editor < > leo-e...@googlegroups.com > wrote: > > ​Are you having any problems with devel at present? > > Edward > -- You received this message because you are subscribed to the Google Groups &qu

Current state of shortcuts on macOS

2018-06-13 Thread &#x27;Karsten Wolf&#x27; via leo-editor
macOS 10.12.6 Anaconda Python 2.7.12 I updated Leo just now and ran into two serious bugs and an annoyance.. Bug #1: One more modifier switch Before the update on macOS the following mapping of modifier keys was true: Leo - macOS Alt = Alt Ctrl = Command Meta = Control Shift = Shift After

Re: Current state of shortcuts on macOS

2018-06-13 Thread &#x27;Karsten Wolf&#x27; via leo-editor
On Wednesday, June 13, 2018 at 1:08:40 PM UTC+2, Edward K. Ream wrote: > > On Wed, Jun 13, 2018 at 3:03 AM, 'Karsten Wolf' via leo-editor < > leo-e...@googlegroups.com > wrote: > > ​> I updated Leo just now and ran into two serious bugs and an > annoyance..

Re: Current state of shortcuts on macOS

2018-06-20 Thread &#x27;Karsten Wolf&#x27; via leo-editor
On Tuesday, June 19, 2018 at 5:41:31 PM UTC+2, Edward K. Ream wrote: > > On Wednesday, June 13, 2018 at 3:03:03 AM UTC-5, Karsten Wolf wrote: > > >> Before the update on macOS the following mapping of modifier keys was >> true: >> >> Leo - macOS >> >> Alt = Alt >> Ctrl = Command >> Meta = Contro

Re: macos 10.13 - leo 6.7.0 with miniconda

2022-10-16 Thread &#x27;Karsten Wolf&#x27; via leo-editor
... I should have mentioned that the old code created so-called "SDI" windows . To repeat, I have no recollection of how Leo switched between open documents. 5.7.2 had normal windows. SDI windows are annoying but iirc were WIN

Re: macos 10.13 - leo 6.7.0 with miniconda

2022-10-17 Thread &#x27;Karsten Wolf&#x27; via leo-editor
On Sunday, October 16, 2022 at 8:19:09 PM UTC+2 tbp1...@gmail.com wrote: > It's not very clear to me what kind of interface you are talking about. I > don't remember that far back. Not SDI, apparently. Not one window per > outline. No tabs. So there must have been some other way to select

Re: macos 10.13 - leo 6.7.0 with miniconda

2022-10-17 Thread &#x27;Karsten Wolf&#x27; via leo-editor
On Monday, October 17, 2022 at 12:58:29 PM UTC+2 Edward K. Ream wrote: > On Mon, Oct 17, 2022 at 2:07 AM 'Karsten Wolf' via leo-editor < > leo-e...@googlegroups.com> wrote: > >> >> It's not very clear to me what kind of interface you are talking about.

Annoyances

2022-10-23 Thread &#x27;Karsten Wolf&#x27; via leo-editor
Again all this applies to Leo 6.7.0 on macos 10.13.6 The annoyances just for today; trying to do some work. *indent inserts TABs *Even if there is no TAB character in the file, using TAB to indent a selection inserts TAB characters. This goes to the point that Leo refuses to save the file beca

Re: Annoyances

2022-10-23 Thread &#x27;Karsten Wolf&#x27; via leo-editor
I forgot to mention: I'm editing Python files. The only other files I use with Leo are settings, html and css. I'l give it another try and delete the ~/.leo directory -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this gro

Re: Annoyances

2022-10-23 Thread &#x27;Karsten Wolf&#x27; via leo-editor
On Sunday, October 23, 2022 at 2:37:15 PM UTC+2 Karsten Wolf wrote: > Again all this applies to Leo 6.7.0 on macos 10.13.6 > > The annoyances just for today; trying to do some work. > > > *indent inserts TABs *Even if there is no TAB character in the file, > using TAB to indent a selection inse

Re: Annoyances

2022-10-25 Thread &#x27;Karsten Wolf&#x27; via leo-editor
I have it and haven't used it for a long time. With sqlite I'm mostly a terminal guy. To clean up a sqlite3 database: open with sqlite3 and type "vacuum;[return]" On Tuesday, October 25, 2022 at 4:10:00 PM UTC+2 tbp1...@gmail.com wrote: > I've just found a GUI sqlite browser that looks very d