Textadept 11.5 alpha #270
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 11.5 alpha is released from https://github.com/orbitalquark/textadept/releases/tag/textadept_11.5_alpha.
This version has a number of significant changes, notably in the lexer and theme areas. There shouldn't be any major incompatibilities though, but you are encouraged to migrate your configs and themes away from deprecations, as they'll be removed in the future. If you do experience an incompatibility that breaks something of yours, please let me know so that I can fix it.
Bugfixes:
Changes:
lexer.colors
andlexer.styles
in favor ofview.colors
andview.styles
,and deprecated
lexer.fold*
in favor ofview.fold*
.buffer.lexer_language
.view:set_styles()
for manually applying styles to views.ui.output()
for compile/run/build/test output and removedtextadept.run.error_patterns
.textadept.editing.INDIC_BRACEMATCH
in favor of styles.ui.silent_print
in favor ofui.print_silent()
andui.output_silent()
.ui.command_entry.run()
to add label, remove height, add initial text, and addargs to pass to function.
textadept.run.set_arguments()
.textadept.run.run_project()
andtextadept.run.run_project_commands
for runningproject commands.
textadept.file_types.extensions
andtextadept.file_types.patterns
in favor oflexer.detect_extensions
andlexer.detect_patterns
, and movedtextadept.file_types.select_lexer
into the menu.io.ensure_final_newline
and decoupled this fromtextadept.editing.strip_trailing_spaces
.lexer.token()
in favor of
lex:tag()
.lexer.property_expanded
.lexer.new()
have a default whitespace style.allow_indent
option tolexer.starts_line()
.lexer.last_char_includes()
in favor oflexer.after_set()
.lexer.word_match()
can be used as an instance method for enabling users to set, replace,or extend word lists.
lexer.number_()
and friends for creating patterns that match numbers separatedby arbitrary characters.
lexer.to_eol()
.lexer.fold_line_groups
.view.MARK_BAR
marker andview.INDIC_POINT_TOP
indicator.view.FOLDACTION_CONTRACT_EVERY_LEVEL
forview:fold_all()
.view.STYLE_CALLTIP
without affecting text display.Beta Was this translation helpful? Give feedback.
All reactions