Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
textadept_12.7.linux.arm.tgz | 2025-06-01 | 10.2 MB | |
textadept_12.7.linux.tgz | 2025-06-01 | 10.2 MB | |
textadept_12.7.macOS.zip | 2025-06-01 | 28.9 MB | |
textadept_12.7.modules.zip | 2025-06-01 | 3.1 MB | |
textadept_12.7.win.zip | 2025-06-01 | 20.7 MB | |
12.7 source code.tar.gz | 2025-05-31 | 4.6 MB | |
12.7 source code.zip | 2025-05-31 | 4.7 MB | |
README.md | 2025-05-31 | 3.0 kB | |
Totals: 8 Items | 82.6 MB | 0 |
Textadept 12.7 (01 Jun 2025)
Download:
- Textadept 12.7 -- Windows
- Textadept 12.7 -- macOS 11+
- Textadept 12.7 -- Linux
- Textadept 12.7 -- Linux ARM
- Textadept 12.7 -- Modules
Bugfixes:
- Fixed Markdown lexer to not lex some continuation lines as code.
- Fixed
reset()
turning off folding for newly opened buffers. - Locale files with territories should load now.
- Fixed find previous advancing backwards through zero-width matches.
- Draw whitespace with the proper color in the terminal version.
- Better wide character support in terminal version autocompletion lists.
- Format: format on save should ignore selected text.
- Debugger: fixed initial view setup.
- Spellcheck: custom Hunspell paths should not require trailing slash.
Changes:
- Added [
lexer.line_start
][], [lexer.line_end
][], and [lexer.text_range()
][]. - Added [
view.parent_size
][] for manipulating parent split sizes. - Removed
textadept.editing.XPM_IMAGES
. - Added
is_hidpi()
for detecting HiDPI/Retina displays. - Autocompletion lists on HiDPI displays now use 2x image sizes.
- Updated Markdown lexer to allow tab-indented continuation lines.
- Support arbitrary RGB colors in the terminal version.
- Linux package maintainers can define
_HOME
in CMake via theTEXTADEPT_HOME
variable. - Use different indicators for change history deletions.
- Implement indent guide highlighting in the terminal version.
- Implement fold marker highlighting in the terminal version.
- Updated terminal version line marker glyphs.
- Allow autocompleter functions to return a third value, the item to initially select.
- Autoupdate: new module for checking for application updates.
- LSP: new autocompletion list icons and some terminal version "icon" changes.
- LSP: support diagnostic tags.
- LSP: allow preselected items in completion lists.