Scite full changelog
Scite 5.6.0
released Feb 25, 2026 (New Release)
Fix crash when window is too narrow to show any text.
Scite 5.5.9
released Feb 25, 2026 (New Release)
Add option to disable drag/drop editing.
Allow Euro '€' in code page 936 for 0x80.
Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND to behave more sensibly.
Fix lexing after undo at end of document.
When a line end is not selected, change the colour of the rectangle that indicates the line end is selected to white space background instead of previous character's background except for EOL filled style.
On Qt, add const to ScintillaDocument and ScintillaEdit methods.
On Qt, prevent crash when using ScintillaDocument object.
Allow Euro '€' in code page 936 for 0x80.
Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND to behave more sensibly.
Fix lexing after undo at end of document.
When a line end is not selected, change the colour of the rectangle that indicates the line end is selected to white space background instead of previous character's background except for EOL filled style.
On Qt, add const to ScintillaDocument and ScintillaEdit methods.
On Qt, prevent crash when using ScintillaDocument object.
Scite 5.5.8
released Nov 10, 2025 (New Release)
Change format for SCI_GETSELECTIONSERIALIZED. Feature #1563.
Ensure selection drawn correctly when selection restored by undo. Bug #2487.
Update to Unicode 16. Feature #1569.
Fix bug when indenting rectangular selection. Feature #1567.
Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice.
On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug #2482.
On Cocoa, fix crash with bidirectional mode when scrolled before start of document.
On Cocoa, use same default calltip colours as other platforms for consistency. Bug #2486.
Ensure selection drawn correctly when selection restored by undo. Bug #2487.
Update to Unicode 16. Feature #1569.
Fix bug when indenting rectangular selection. Feature #1567.
Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice.
On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug #2482.
On Cocoa, fix crash with bidirectional mode when scrolled before start of document.
On Cocoa, use same default calltip colours as other platforms for consistency. Bug #2486.
Scite 5.5.5
released Feb 24, 2025 (New Release)
Remember selection with undo and redo. Controlled with SCI_SETUNDOSELECTIONHISTORY. Feature #1273, Bug #1479, Bug #1224.
Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and SCI_SETSELECTIONSERIALIZED.
For Win32, update Direct2D and DirectWrite interfaces used to 1.1 and add a lower-level approach to calling DirectWrite 1.1 by specifying SC_TECHNOLOGY_DIRECT_WRITE_1. Since Windows Vista does not support these API versions, Scintilla o longer supports DirectWrite on Windows Vista and will fall back to using GDI.
Fix segmentation of long lexemes to avoid breaking before modifiers like accents that must be drawn with their base letters. For wrapping, try to break lines without separating letters from modifiers.
For GTK on Windows, replace reverse arrow cursor with hand as reverse arrow was small in scaled modes. Bug #2460.
Fix bug on Qt where double-click stopped working when Scintilla instance had been running for weeks.
Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and SCI_SETSELECTIONSERIALIZED.
For Win32, update Direct2D and DirectWrite interfaces used to 1.1 and add a lower-level approach to calling DirectWrite 1.1 by specifying SC_TECHNOLOGY_DIRECT_WRITE_1. Since Windows Vista does not support these API versions, Scintilla o longer supports DirectWrite on Windows Vista and will fall back to using GDI.
Fix segmentation of long lexemes to avoid breaking before modifiers like accents that must be drawn with their base letters. For wrapping, try to break lines without separating letters from modifiers.
For GTK on Windows, replace reverse arrow cursor with hand as reverse arrow was small in scaled modes. Bug #2460.
Fix bug on Qt where double-click stopped working when Scintilla instance had been running for weeks.
Scite 5.5.4
released Dec 17, 2024 (New Release)
Update to Unicode 15.1.
Improve performance of SCI_BRACEMATCH.
Improve performance of DBCS text
Fix wrapping removed lines.
Fix moving line down to empty final line and moving empty final line up.
On GTK, allow middle click to insert multiple times within a document.
Improve performance of SCI_BRACEMATCH.
Improve performance of DBCS text
Fix wrapping removed lines.
Fix moving line down to empty final line and moving empty final line up.
On GTK, allow middle click to insert multiple times within a document.
Scite 5.5.3
released Oct 19, 2024 (New Release)
On Win32 change direction of horizontal mouse wheel and touchpad scrolling to match other applications.
Scite 5.5.2
released Aug 21, 2024 (New Release)
Add SCI_SETCOPYSEPARATOR for separator between parts of a multiple selection when copied to the clipboard. Feature #1530.
Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its nesting depth.
Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.
Add SCI_LINEINDENT and SCI_LINEDEDENT. Feature #1524.
Fix bug on Cocoa where double-click stopped working when system had been running for a long time.
On Cocoa implement more values of font weight and stretch.
Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its nesting depth.
Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.
Add SCI_LINEINDENT and SCI_LINEDEDENT. Feature #1524.
Fix bug on Cocoa where double-click stopped working when system had been running for a long time.
On Cocoa implement more values of font weight and stretch.
Scite 5.5.1
released Jul 22, 2024 (New Release)
SCI_CUTALLOWLINE added which is similar to SCI_COPYALLOWLINE but also deletes the copied text. Feature #1518.
Can set font used for autocompletion lists with SCI_AUTOCSETSTYLE. Feature #1523.
Increase maximum zoom set interactively to +60 points. Feature #1517.
Fix flickering cursor after some mouse action sequences. Bug #2443.
Can set font used for autocompletion lists with SCI_AUTOCSETSTYLE. Feature #1523.
Increase maximum zoom set interactively to +60 points. Feature #1517.
Fix flickering cursor after some mouse action sequences. Bug #2443.
Scite 5.5.0
released Apr 23, 2024 (New Release)
Remove support for Windows XP and Windows Vista.
Requires a C++20 compiler. GCC 11.2 and MSVC 2022 are supported.
Fix read failure for UTF-16LE files where surrogate pair straddles block boundary and lead surrogate is a multiple of 256.
On GTK, treat message box close as cancel. This is safer when closing a file with unsaved changes.
Requires a C++20 compiler. GCC 11.2 and MSVC 2022 are supported.
Fix read failure for UTF-16LE files where surrogate pair straddles block boundary and lead surrogate is a multiple of 256.
On GTK, treat message box close as cancel. This is safer when closing a file with unsaved changes.
Scite 5.4.1
released Dec 26, 2023 (New Release)
Scite for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Scite from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX Media Management Bundle
70% Off -
MacX DVD Ripper Pro
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
Media Player Morpher
85% Off -
WinX HD Video Converter
56% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
ppt to pdf
convert word to pdf
docx to pdf
powerpoint to pdf
editor
pdf converter
doc to pdf
rtf to pdf
text editor
word to pdf converter
office converter
notepad
excel to pdf
docm to pdf
html
text
xlsx to pdf
pdf to word
unicode
pptx to pdf
txt to pdf
xlsm to pdf
word to jpg
word
pdf to text
xls to pdf
ppt to jpg
word to pdf
convert pdf to word
pdf to doc
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- Windows 7
- iTop Data Recovery 6.1.0.936
- Network Monitor II 31.7
- Windows 7 Service Pack 1 7601.17514.1011
- iTop Easy Desktop 4.1.1.274
- Advanced SystemCare 19.2.0.188
- Smart Game Booster 5.3.1.692
- Media Creation Tool x64 22H2
- iTop PDF 3.6.0.4
- GoodSync2Go 12.9.25.5
- The Dude 7.21.2 Stable
- IObit Uninstaller 15.3.0.1
- Atlantis Word Processor 5.0.1.4
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



