Skip to content

Releases: orbitalquark/scinterm

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.

1.9

11 Sep 21:44
Compare
Choose a tag to compare
1.9

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.

1.8

11 Sep 21:44
Compare
Choose a tag to compare
1.8

Bugfixes:

  • Many improvements to UTF-8 character handling.
  • Fix building on some versions of Mac OSX.

Changes:

1.7

11 Sep 21:43
Compare
Choose a tag to compare
1.7

Bugfixes:

  • None.

Changes:

  • Delay creation of curses WINDOWs for as long as possible.
  • Updated to Scintilla 3.6.3.

1.6

11 Sep 21:42
Compare
Choose a tag to compare
1.6

Bugfixes:

  • Fixed indicator drawing over multiple styles.

Changes:

1.5

11 Sep 21:42
Compare
Choose a tag to compare
1.5

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.

1.4

11 Sep 21:42
Compare
Choose a tag to compare
1.4

Bugfixes:

  • Fixed nested folding marker drawing.

Changes:

1.3

11 Sep 21:41
Compare
Choose a tag to compare
1.3

Bugfixes:

  • Clip long lines properly when view width is less than COLS.
  • Fixed painting bug in resized views.

Changes:

1.2

11 Sep 21:40
Compare
Choose a tag to compare
1.2

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 and INDIC_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.

1.1

11 Sep 21:39
Compare
Choose a tag to compare
1.1

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: