SciTE 5.5.6 released

91 views
Skip to first unread message

Neil Hodgson

unread,
Apr 2, 2025, 12:13:49 AMApr 2
to scite-i...@googlegroups.com
SciTE 5.5.6 is now available from the scintilla.org web site. It uses Lexilla 5.4.4 and Scintilla 5.5.6.

This is a feature and fix release, concentrating on Win32.

Case-insensitive DBCS searching is around 5x faster but this uses more memory.

Autocompletion lists may look better.

A crash with bidirectional text was fixed on Win32.

A C++20 compiler is needed to build SciTE.

A detailed list of changes is available on the history page.
https://www.scintilla.org/SciTEHistory.html

SciTE uses Mercurial (Hg) and Git for source code control. The repositories can be cloned with
git clone https://github.com/ScintillaOrg/lexilla
hg clone http://hg.code.sf.net/p/scintilla/code
hg clone http://hg.code.sf.net/p/scintilla/scite

Downloads:
https://www.scintilla.org/SciTEDownload.html

There will be a commercial macOS release of SciTE shortly.

Thanks to the contributors of code and documentation and to the testers.

Neil

jenny...@163.com

unread,
Apr 10, 2025, 1:42:05 AMApr 10
to scite-interest
Dear Neil,
    when i entering multi-line editing mode, use the keyboard to move the cursor, how can I continue to keep in multi-line mode?
 
pic1 enter multi line mode


pic2 press keydown and keep multiline mode



--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scite-interes...@googlegroups.com.
Catch.jpg
Catch64CE.jpg

Neil Hodgson

unread,
Apr 10, 2025, 10:46:03 PMApr 10
to scite-interest
jenny.venus:


> when i entering multi-line editing mode, use the keyboard to move the cursor, how can I continue to keep in multi-line mode?

I don't really understand what is going on in your images and description. Virtual space does appear to be off so you may want to turn that on.

Neil

jenny...@163.com

unread,
Apr 11, 2025, 2:15:00 AMApr 11
to scite-interest
Dear Neil,
        please see the gif1 and 2 under below, gif1 is scite when i press alt + shift + upkey, enter multiline edit mode, press up or down, scite exit multi line mode but notepad++ can keep multiline mode.



--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scite-interes...@googlegroups.com.
scite.gif
npp.gif

Mitchell

unread,
Apr 11, 2025, 6:25:42 PMApr 11
to scite-i...@googlegroups.com
Hi Neil,
I think the question is what is the SciTE property for SCI_SETADDITIONALSELECTIONTYPING.

Cheers,
Mitchell

Neil Hodgson

unread,
Apr 11, 2025, 6:35:14 PMApr 11
to scite-i...@googlegroups.com
jenny.venus:

> please see the gif1 and 2 under below, gif1 is scite when i press alt + shift + upkey, enter multiline edit mode, press up or down, scite exit multi line mode but notepad++ can keep multiline mode.

There is no 'multiline' selection mode in Scintilla or SciTE. There are 'rectangular' and 'multiple' selection modes. Multiple selections may occur on a single line. Notepad++ converts from rectangular to multiple selection mode in some circumstances. This conversion introduces more problems since the user loses rectangular selection functions.

Neil
Reply all
Reply to author
Forward
0 new messages