Textadept 12.5 beta 2 #559
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
Uh oh!
There was an error while loading. Please reload this page.
-
Textadept 12.5 beta 2 is released from https://github.com/orbitalquark/textadept/releases/tag/textadept_12.5_beta_2
The terminal version finally has a
timeout()
implementation andos.spawn()
is properly supported on the Windows terminal version. There are also notable changes involving theui.print*()
andui.output*()
APIs, which have been simplified a bit.Bugfixes:
buffer:set_encoding()
for single-byte conversions.os.spawn()
in the GTK and terminal versions with a large env table.-L
and--lua
in help output.textadept.run.run_without_prompt
is enabled, but no command exists.os.spawn():read()
.view:split()
not preserving scroll state.Changes:
encodings
table argument fromio.open_file()
; usebuffer:set_encoding()
as needed.timeout()
for the terminal version._SCINTILLA.new_*
functions toview.new_*
.os.spawn()
in the terminal version by using the reproc library.quit()
now accepts a status code to return after quitting.events.REPLACE
handlers can now returntrue
to prevent subsequent emission ofevents.FIND
.ui.print()
now print to the Output Buffer (not the Message Buffer).ui.print_silent()
(useui.print_silent_to()
instead).ui.print_to()
andui.print_silent_to()
to only accept a single string message.ui.output()
andui.output_silent()
to only accept strings or numbers.textadept.editing.auto_pairs
andtextadept.editing.select_enclosed
support UTF-8 characters.Alt+PgUp
andAlt+PgDn
, respectively, on Windows and Linux,and
^⇞
and^⇟
on macOS. (N/A in the terminal version.)ui.find.find_in_files()
;ui.find.find_next()
withui.find.in_files
invokes it.textadept.editing.select_line()
expands a multi-line selection to include whole lines.buffer.copy_separator
.buffer:line_indent()
andbuffer:line_dedent()
foralways indenting/dedenting instead of conditionally doing so with
buffer:tab()
andbuffer:back_tab()
.Beta Was this translation helpful? Give feedback.
All reactions