Skip to content

Releases: orbitalquark/scinterm

Scinterm 5.0

24 Apr 15:45
Compare
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
Compare
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
Compare
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
Compare
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.

Scinterm 3.1

26 Jun 15:00
Compare
Choose a tag to compare

Bugfixes:

  • None.

Changes:

3.0

11 Sep 21:57
Compare
Choose a tag to compare
3.0

Bugfixes:

  • None.

Changes:

2.0

11 Sep 21:56
Compare
Choose a tag to compare
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.

1.12

11 Sep 21:56
Compare
Choose a tag to compare

Bugfixes:

  • None.

Changes:

1.11

11 Sep 21:55
Compare
Choose a tag to compare

Bugfixes:

  • Fixed potential crashes with newer versions of ncurses.

Changes:

1.10

11 Sep 21:55
Compare
Choose a tag to compare

Bugfixes:

  • None.

Changes:

  • Update the cursor position when drawing focused views.
  • Renamed ScintillaCurses.* to ScintillaTerm.*.
  • Updated to Scintilla 3.8.0.