Skip to content

Releases: orbitalquark/scinterm

Scinterm 6.0

01 May 03:01

Choose a tag to compare

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

25 May 15:04

Choose a tag to compare

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

01 Apr 00:04

Choose a tag to compare

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

31 Jan 15:15

Choose a tag to compare

Bugfixes:

  • Fixed occasional crash when attempting to scroll an unscrollable view.

Changes:

  • None.

Scinterm 5.2

30 Nov 16:30

Choose a tag to compare

Bugfixes:

  • None.

Changes:

  • Support italic and underline styles.

Scinterm 5.1

21 Aug 02:32

Choose a tag to compare

Bugfixes:

  • Show the caret inside virtual space if applicable.

Changes:

  • Fixed building with Scintilla 5.4.2.

Scinterm 5.0

24 Apr 15:45

Choose a tag to compare

Bugfixes:

  • None.

Changes:

  • Use bit-mask of key modifiers instead of individual booleans for scintilla_send_key() and
    scintilla_send_mouse().

Scinterm 4.1

22 Dec 18:21

Choose a tag to compare

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

05 Sep 18:21

Choose a tag to compare

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

12 Nov 02:15

Choose a tag to compare

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.