github orbitalquark/textadept textadept_11.0_beta
11.0_beta

latest releases: textadept_nightly, textadept_12.0_alpha_3, textadept_12.0_alpha_2...
pre-release4 years ago

Textadept 11.0 beta (01 Oct 2020)

Please see the 10 to 11 migration guide for upgrading from Textadept 10 to
Textadept 11.

Download:

Bugfixes:

  • Fixed word left/right key bindings on macOS.
  • Fixed regression with showing "No results found" in searches.
  • Fixed regression in showing images in Lua command entry completions.
  • Fixed restoration of Replace entry text in various instances, such as after
    "Find in Files" and "Replace All".
  • Prevent infinite loops when highlighting found text.
  • Fixed bugs in events.KEYPRESS handlers when command entry is active.
  • Fixed bug in "Find in Files" results highlighting when jumping to a result of
    length 1.
  • Fixed emission of events.UPDATE_UI when resuming from terminal suspend.
  • Fixed initial query of ui.find.find_text and ui.find.repl_text in the
    terminal version.
  • Fixed incorrect CSS key prefix incompatibility notice.
  • Fixed error reporting the number of zero-length find results.
  • Fixed call tip display in the terminal version.
  • Always refresh during incremental find in the terminal version.
  • Fixed io.quick_open() doing nothing when file limit was exceeded.
  • gtDialog: Fixed potential crash when canceling a running progressbar dialog.
  • Scintilla: Fixed position of marker symbols for view.MARGIN_RTEXT which were
    being moved based on width of text.
  • Scintilla: Fixed hover indicator appearance when moving out of view.
  • Scintilla: Fixed display of buffer.INDIC_TEXTFORE and gradient indicators on
    hover.

Changes:

  • Rewrote manual and updated lots of other documentation and documentation
    generation pipeline.
  • Prefer passing an environment table to os.spawn().
  • Updated find & replace key bindings.
  • Use comma-separated patterns in find & replace pane's "Filter" field.
  • Removed "View EOL" menu item, key binding, and buffer setting.
  • Accept a directory as a command line argument.
  • Save the current working directory to session files.
  • "View > Toggle Fold" toggles folding for the current block, regardless of
    line.
  • Recognize Fossil projects.
  • Added textadept.editing.auto_enclose() for auto-enclosing selected text.
  • Show "Match X/Y" in statusbar when searching for text.
  • Added ui.command_entry.active.
  • Improved handling of print buffers and splits.
  • Added "Edit > Preferences" menu item and key binding for opening
    ~/.textadept/init.lua.
  • Disable ui.find.highlight_all_matches by default.
  • GCC 7.1+ is now required for building, added support for
    building with Docker, and dropped automated Linux i386 builds.
  • Added events.FIND_RESULT_FOUND.
  • Added ui.find.active and prevent word highlighting when searching.
  • Added support for jq language.
  • Record directory in "Find in Files" searches.
  • Added ui.update(), mainly for unit tests.
  • Added events.FILE_BEFORE_RELOAD and events.FILE_AFTER_RELOAD
    events, and save/restore bookmarks.
  • Added events.COMMAND_TEXT_CHANGED for when command entry text changes.
  • Added _NOCOMPAT option to disable temporary key shortcut compatibility
    checking.
  • Updated Spanish translation.
  • gtDialog: Improved responsiveness for huge lists (greater than 10,000 items).
  • Scintilla: Added view.multi_edge_column.
  • Updated to Scintilla 4.4.5.
  • Switched back to utilizing Scintillua and Scinterm.

Don't miss a new textadept release

NewReleases is sending notifications on new releases.