Releases: orbitalquark/scinterm
Releases · orbitalquark/scinterm
Scinterm 6.0
Bugfixes:
- Fixed handling of light colors, particularly in 8-color terminals.
- Fixed Makefile build on Windows.
- Fixed inability to generate more than 256 color pairs.
Changes:
- For ncurses, a wide-character version is now required.
- Allow applications to define color and color pair offsets.
- Support drawing squiggle indicators as a substitute for plain (underline) ones.
- Support up to 32767 color pairs.
Scinterm 5.5
Bugfixes:
- Allow drawing calltips above the current Scintilla window.
- Draw whitespace with the proper color.
- Better wide character support in autocompletion lists and on Windows.
Changes:
- Support arbitrary RGB colors in addition to the 16-color terminal palette.
- Implement indent guide highlighting.
- Implement fold marker highlighting.
- Updated line marker glyphs.
Scinterm 5.4
Bugfixes:
- Reduced flickering.
- Fixed scrollbar drawing glitch when holding down the Enter key.
Changes:
- Support monochrome terminals.
- Only show scrollbars when they can be scrolled.
Scinterm 5.3
Bugfixes:
- Fixed occasional crash when attempting to scroll an unscrollable view.
Changes:
- None.
Scinterm 5.2
Bugfixes:
- None.
Changes:
- Support italic and underline styles.
Scinterm 5.1
Bugfixes:
- Show the caret inside virtual space if applicable.
Changes:
- Fixed building with Scintilla 5.4.2.
Scinterm 5.0
Bugfixes:
- None.
Changes:
- Use bit-mask of key modifiers instead of individual booleans for
scintilla_send_key()and
scintilla_send_mouse().
Scinterm 4.1
Bugfixes:
- Fixed call tip arrow drawing.
- Fixed building with Scintilla 5.3.0.
- Fixed building with some versions of GCC.
Changes:
- Support fold margin color settings (
SCI_SETFOLDMARGIN[HI]COLOUR).
Scinterm 4.0
Bugfixes:
- None.
Changes:
- Enable horizontal scroll with Shift+Mouse Wheel.
- Changed
scintilla_send_mouse()API to no longer require a time argument. - Updated to Scintilla 5.3.0.
Scinterm 3.2
Bugfixes:
- Fixed accidental drawing of whitespace, tab arrows, and indentation guides in margins when
scrolling horizontally. - Fixed accidental highlighting in margins when scrolling horizontally.
- Fixed occasional incorrect drawing when scrolling horizontally.
Changes:
- Hide the terminal cursor when Scintilla's caret is out of view.
- Updated to Scintilla 5.1.4.