Textadept 12.0 alpha 3 #396
orbitalquark
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Textadept 12.0 alpha 3 is released from https://github.com/orbitalquark/textadept/releases/tag/textadept_12.0_alpha_3
This release does not have as many changes as previous alphas, so this ought to be the last alpha before the beta series. The biggest changes are autodetection of light/dark modes for Linux and macOS and revamped API documentation for better readability.
Please see the migration guide for migrating from Textadept 11 to 12.
Bugfixes:
events.AUTO_C_CANCELED
not existing._L
not returning non-localized messages.button3
andreturn_button
options forui.dialogs.list()
._USERHOME
.buffer:lines_join()
bug where '\r' were incorrectly retained.view.WRAPVISUALFLAGLOC_END_BY_TEXT
.Changes:
Linux only for now).
ui.print_silent()
andui.output_silent()
always print silently and return their printbuffers.
ui.command_entry.height
andtextadept.snippets.paths
.io.quick_open_max
.textadept.menu.menubar
.events.MOUSE
emits a bit-mask of modifier keys instead of multiple booleans.view.MARK_BAR
markers underneath other markers.view.INDIC_POINT*
indicators and scale to be larger with text.view:line_scroll()
more accurate when the width of a space is not an integer.events.AUTO_C_COMPLETED
whenbuffer.auto_c_choose_single
istrue
.buffer:para_up*()
go to the start position of the paragraph first.view.rectangular_selection_modifier
works in the Qt version.view.*_scroll_bar
isfalse
in theQt version.
files.
Beta Was this translation helpful? Give feedback.
All reactions