Using dead keys with QT5?

2017-01-28 Thread Arjan
I'm not sure if my problem is due to my system settings or something to do with Leo, but here goes: On Linux (Ubuntu 14.04), when I start Leo with Python 3.5, QT 5.6.2, PyQT 5.6.0, dead keys don't work. For example, typing " followed by a space should give me a double quote, and ' followed

Re: ENB: The collapse of the LeoQtColorizer class

2017-01-28 Thread Edward K. Ream
On Saturday, January 28, 2017 at 10:34:49 AM UTC-6, Edward K. Ream wrote: *>> Alas, QsciDocument is not a QTextDocument* > The real question is whether qsc.colorize can force a full recolor. No, the proper question to ask is whether pyzo uses QScintilla. In fact, it does not. This means that

Recent QScintilla work (in color branch) will be the last

2017-01-28 Thread Edward K. Ream
The color branch looks to be complete. I'll likely merge it later tomorrow. When @bool qt-use-scintilla is True, Leo does quite a creditable job of using QSci lexers. The new code supports the following Scintilla lexers, if available on your build: 'Bash', 'Batch', 'CPP', 'CSS', 'CMake',

Re: ENB: The collapse of the LeoQtColorizer class

2017-01-28 Thread Edward K. Ream
On Saturday, January 28, 2017 at 10:16:55 AM UTC-6, Edward K. Ream wrote: *Alas, QsciDocument is not a QTextDocument* > > It *might* be possible to create an adapter class that is a subclass of > *both* QsciDocument and QTextDocument. But not likely. > I'm a bit more hopeful. I was forgetting

Re: ENB: The collapse of the LeoQtColorizer class

2017-01-28 Thread Edward K. Ream
On Friday, January 27, 2017 at 11:26:25 AM UTC-6, Edward K. Ream wrote: The LeoQtColorizer class is collapsing in complexity. It might disappear > entirely! > Done in the color branch. *tl;dr:* The QScintilla colorizer works! See the summary for details. The LeoQtColorizer has been folded

Re: The trunk should be stable again

2017-01-28 Thread Edward K. Ream
On Sat, Jan 28, 2017 at 6:57 AM, lewis wrote: > All fixed with: > *git --reset --hard origin* > ​Excellent. This is a good tip. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group

Re: The trunk should be stable again

2017-01-28 Thread lewis
All fixed with: *git --reset --hard origin* On Thursday, January 26, 2017 at 11:25:26 AM UTC+11, lewis wrote: > > Usually my leo repository shows as > /n/git/leo-editor (master) not > /n/git/leo-editor (master|MERGING) > [snip] > You can see from the git log I did a *git reset --hard* *and I am