Releases: orbitalquark/scinterm
Releases · orbitalquark/scinterm
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.
Scinterm 3.1
Bugfixes:
- None.
Changes:
- Added support for native terminal caret and added
scintilla_update_cursor()
. - Updated to Scintilla 5.1.0.
3.0
2.0
Bugfixes:
- Fixed overlapping window drawing bug in Windows.
- Fixed drawing of block caret in overtype mode.
Changes:
- Added userdata pointer for SCNotifications in
scintilla_new()
. - Enable autoscrolling when clicking and dragging the mouse to make selections.
- Updated to Scintilla 3.20.0.