Download:
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.
Download:
Bugfixes:
- Fixed occasional crash when attempting to scroll an unscrollable view.
Changes:
- None.
Download:
Bugfixes:
- None.
Changes:
- Support italic and underline styles.
Download:
Bugfixes:
- Show the caret inside virtual space if applicable.
Changes:
- Fixed building with Scintilla 5.4.2.
Download:
Bugfixes:
- None.
Changes:
- Use bit-mask of key modifiers instead of individual booleans for
scintilla_send_key()
andscintilla_send_mouse()
.
Download:
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
).
Download:
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.
Download:
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.
Download:
Bugfixes:
- None.
Changes:
- Added support for native terminal caret and added
scintilla_update_cursor()
. - Updated to Scintilla 5.1.0.
Download:
- Scinterm 3.0 (Released in Scintilla 3.21.0)
Bugfixes:
- None.
Changes:
scintilla_get_clipboard()
now returns a copy of clipboard text directly.
Download:
- Scinterm 2.0 (Released in Scintilla 3.20.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.
Download:
- Scinterm 1.12 (Released in Scintilla 3.11.0)
Bugfixes:
- None.
Changes:
- Updated to Scintilla 3.11.0.
Download:
- Scinterm 1.11 (Released in Scintilla 3.10.0)
Bugfixes:
- Fixed potential crashes with newer versions of ncurses.
Changes:
- Updated to Scintilla 3.10.0.
Download:
- Scinterm 1.10 (Released in Scintilla 3.8.0)
Bugfixes:
- None.
Changes:
- Update the cursor position when drawing focused views.
- Renamed ScintillaCurses.* to ScintillaTerm.*.
- Updated to Scintilla 3.8.0.
Download:
Bugfixes:
- Fixed various compiler warnings.
Changes:
- Use a curses primitive instead of implementation-specific workaround when changing text attributes.
- Updated to Scintilla 3.7.5.
Download:
Bugfixes:
- Many improvements to UTF-8 character handling.
- Fix building on some versions of Mac OSX.
Changes:
- Improved ncurses wide-character detection.
- Added
scintilla_noutrefresh()
for more efficient refreshing.
Download:
Bugfixes:
- None.
Changes:
- Delay creation of curses
WINDOW
s for as long as possible. - Updated to Scintilla 3.6.3.
Download:
Bugfixes:
- Fixed indicator drawing over multiple styles.
Changes:
- Updated to Scintilla 3.5.5.
Download:
Bugfixes:
- Fixed positioning of autocomplete and call tips in some edge cases.
- Margins are no longer overwritten by long lines.
- Allow UTF-8 characters as list images.
Changes:
- Added complete mouse support.
- Added support for drawing call tip arrows.
- Implemented scrollbars.
- Added support for drawing tab arrows when visualizing whitespace.
- Added support for drawing wrap markers. (Requires a font with good glyph support, like DejaVu Sans Mono.)
- Added support for drawing nearly all line markers. (Requires a font with good glyph support, like DejaVu Sans Mono or Liberation Mono.)
- Added support for drawing indentation guides.
- Updated to Scintilla 3.5.2.
Download:
Bugfixes:
- Fixed nested folding marker drawing.
Changes:
- Updated to Scintilla 3.5.0.
Download:
Bugfixes:
- Clip long lines properly when view width is less than
COLS
. - Fixed painting bug in resized views.
Changes:
- Updated to Scintilla 3.4.2.
Download:
Bugfixes:
- Fixed bug with calltip styles.
- Fixed various compile issues and warnings.
- Interpret UTF-8 input correctly.
- Fix crash when trying to draw a call tip larger than the window.
- Fixed bug in nested fold markers not showing up.
Changes:
- Added support for
INDIC_ROUNDBOX
andINDIC_STRAIGHTBOX
, but with no translucency. - Support curses, PDCurses, and X/Open Curses.
- Recognize up to 16 separate colors for terminals that support it.
- Updated to Scintilla 3.3.7.
Download:
Bugfixes:
- Fixed crash when pasting uninitialized clipboard text.
- Fixed bug with drawing around italic characters at EOLs.
- Display control characters properly.
- Fixed bug in searching autocompletion lists.
Changes:
- Expose
SCI_COLOR_PAIR()
macro.
Download:
Initial release.