Discussions related to Visual Prolog
User avatar
Gukalov
VIP Member
Posts: 62
Joined: 5 Oct 2011 15:16

zoom in sciLexer

Unread post by Gukalov »

Ctrl + mouse wheel calls zoom in sciLexer.
How to switch it off?!

Stupid stopper:

Code: Select all

        Lexer:zoomEvent:addListener({ :- Lexer:zoom := 0 }),
does not work correct in some cases.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1401
Joined: 28 Feb 2000 0:01

Re: zoom in sciLexer

Unread post by Thomas Linder Puls »

It is a "native" feature of the scintilla editor, and I don't know anything about it.

You could try to investigate the native documentation.

You may also look here: https://sourceforge.net/p/scintilla/_list/tickets
and here: https://groups.google.com/g/scintilla-interest
Regards Thomas Linder Puls
PDC
User avatar
Gukalov
VIP Member
Posts: 62
Joined: 5 Oct 2011 15:16

Re: zoom in sciLexer

Unread post by Gukalov »

Thank you.
Post Reply