Skip to content

11.3_beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 20:19
· 686 commits to default since this release

Textadept 11.3 beta (01 Oct 2021)

Download:

Bugfixes:

  • Fixed Windows directory typos in the manual.
  • Prevent running the command entry while in the command entry.
  • Fixed uncommenting comments that are not initially aligned.
  • Scintilla: Fixed display of fold lines when wrapped so they are only drawn once per line.
  • Scintilla: Fixed crash with too many subexpressions in regex searches.
  • Scintilla: Fixed lack of display of underscores in some monospaced fonts on Linux.
  • Scintilla: Respond to changes in Linux font scaling.

Changes:

  • Updated Makefile lexer to support multiple targets.
  • Updated VB lexer to support folding.
  • Lexers support more complex folding keywords and improved case-insensitivity.
  • Scintilla: Added to view.element_color the ability to color fold lines and hidden lines.
  • Scintilla: Added view.caret_line_highlight_subline to highlight just the subline containing
    the caret.
  • Scintilla: view:hide_lines() can now hide the first line or all lines.
  • Scintilla: Make negative settings for extra ascent and descent safer.
  • Scintilla: Deprecated view.property_expanded in favor of lexer.property_expanded.
  • Updated to Scintilla 5.1.3.