Re: Role Of The QScintilla Component?

2024-05-28 Thread Edward K. Ream
On Tue, May 28, 2024 at 10:47 AM Thomas Passin wrote: > Leo's code base has optionally included the QScintilla editor QWidget for > some time. But it doesn't seem to get used, even though there's code for, > e.g., an editor body mixin with it. > > I know there&#x

Role Of The QScintilla Component?

2024-05-28 Thread Thomas Passin
Leo's code base has optionally included the QScintilla editor QWidget for some time. But it doesn't seem to get used, even though there's code for, e.g., an editor body mixin with it. I know there's a setting to use the component, but nothing seemed to change when I set i

Re: QScintilla support?

2018-03-22 Thread Edward K. Ream
On Thu, Mar 22, 2018 at 1:30 PM, drmikecrowe wrote: > > Is there a pointer somewhere to how/if this feature works? > ​The "pointer" is pretty much the same as for everything else: search LeoSettings.leo, LeoDocs.leo and leoPy.leo for "scintilla" ;-) You don't think I remember the details, do y

QScintilla support?

2018-03-22 Thread drmikecrowe
Hey folks, Is there a pointer somewhere to how/if this feature works? I was wondering if it might give more syntax highlighting support than the default. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop

Re: QScintilla

2017-07-30 Thread Adrian
will zoom in and out the body pane fine. I have another machine with vanilla Python, and used PIP to install PyQt5, and it doesn't work at all the zoom...I guess multiple factors are at play. On Sunday, July 30, 2017 at 2:43:44 PM UTC-5, Terry Brown wrote: > > Kind of tangential, but

Re: QScintilla

2017-07-30 Thread Terry Brown
Kind of tangential, but QScintilla is mostly working in the leo-edit-pane branch. No Leo keybindings though. In Ubuntu you often need to install a separate package to get it going. Your error though suggests something else - I wonder if it's working for anyone presently. On July 30, 20

QScintilla

2017-07-30 Thread Adrian
ht be feasible for myself to use the adapter pattern (Wrapping qscintilla with a QTextBrowser interface) to simply replace the QTextBrowser? It doesn't seem that QScintillaWrapper is an adapter. -- You received this message because you are subscribed to the Google Groups "leo-edit

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

2017-01-28 Thread Edward K. Ream
27;, 'CPP', 'CSS', 'CMake', 'CSharp', 'CoffeeScript', 'D', 'Diff', 'Fortran', 'Fortran77', 'HTML', 'Java', 'JavaScript', 'Lua', 'Makefile', 'Matl

Re: qscintilla

2014-09-08 Thread Edward K. Ream
On Mon, Sep 8, 2014 at 8:55 AM, 'Terry Brown' via leo-editor wrote: > How can you tell if qscitilla is active? On my machines, you will see a light gray border, maybe 2 pixels, on the left. Or you could print c.frame.body.wrapper.widget ;-) Edward -- You received this message because you are

qscintilla

2014-09-08 Thread 'Terry Brown' via leo-editor
How can you tell if qscitilla is active? I have @bool qt-use-scintilla = True and from PyQt4 import QtGui,Qsci succeeds, but otherwise I see no difference - perhaps that's because it's working so well? :) Cheers -Terry -- You received this message because you are subscribed to the Google Group

Fwd: [QScintilla] QScintilla v2.3.1 Released

2008-11-08 Thread Ville M. Vainio
I guess you saw this already, edward... Maybe it has the fix you were waiting for? -- Forwarded message -- From: Phil Thompson <[EMAIL PROTECTED]> Date: Sat, Nov 8, 2008 at 7:13 PM Subject: [QScintilla] QScintilla v2.3.1 Released To: [EMAIL PROTECTED] QScintilla v2.3

Re: QScintilla lexers in Python = solved problem?

2008-10-15 Thread Edward K. Ream
On Wed, Oct 15, 2008 at 11:41 AM, Ville M. Vainio <[EMAIL PROTECTED]> wrote: > I took a look at how eric4 does stuff, and it indeed seems they have > written the lexers in python! I'll take your word for it at present. That's sweet! At present, I'm impatient to get the qt plugin functional :-)

QScintilla lexers in Python = solved problem?

2008-10-15 Thread Ville M. Vainio
eric4-4.3-snapshot-20081005.tar.gz cd eric4-4.3-snapshot-20081005/eric/QScintilla/Lexers/ -- Ville M. Vainio http://tinyurl.com/vainio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "leo-editor" group.