index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
manual.md
Age
Commit message (
Expand
)
Author
2020-08-08
Use comma-separated patterns in find & replace pane's "Filter" field.
mitchell
2020-08-08
Updated find & replace pane key bindings.
mitchell
2020-08-04
Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.
mitchell
2020-08-03
Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.
mitchell
2020-07-26
Initial revision of manual after recent read-through.
mitchell
2020-07-18
Updated to latest Scintilla for new `lexer.fold*` API.
mitchell
2020-07-16
Renamed `events.AUTO_C_CANCELLED` to `events.AUTO_C_CANCELED`.
mitchell
2020-07-14
Renamed `textadept.editing.block_comment()` to `toggle_comment()`.
mitchell
2020-07-13
Note that `Esc` clears word highlighting.
mitchell
2020-07-13
Auto-highlight all occurrences of selected words and find results.
mitchell
2020-07-12
Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars.
mitchell
2020-07-12
Be more consistent with "key sequences", "key commands", and "key bindings".
mitchell
2020-07-07
Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.
mitchell
2020-06-28
Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.
mitchell
2020-06-28
Changed keybinding modifier keys.
mitchell
2020-06-10
Renamed some buffer/view fields to use American English instead of Australian.
mitchell
2020-06-10
Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.
mitchell
2020-06-09
Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.
mitchell
2020-06-08
Prefer `view.property*` instead of `buffer.property*`.
mitchell
2020-06-05
Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.
mitchell
2020-05-25
Allow views to be used as buffers and update API.
mitchell
2020-05-09
Updated migration guide with lexer updates.
mitchell
2020-04-05
Updated curses compatibility.
mitchell
2020-03-30
Fixed off-by-one issues with `buffer:get_cur_line()`.
mitchell
2020-03-29
Removed old migration guides.
mitchell
2020-03-26
Switched to 1-based indices for buffer positions, lines, and countable entities.
mitchell
2020-03-18
Added `ui.dialogs.progressbar()` and utilize it with Find in Files.
mitchell
2020-03-17
Added per-mode command entry history.
mitchell
2020-03-17
Updated manual.
mitchell
2020-03-17
Added initial migration guide from Textadept 10 to 11.
mitchell
2020-03-16
Moved individual buffer functions in `io` into `buffer`.
mitchell
2020-02-21
Removed '_' mnemonics from locale keys.
mitchell
2019-09-22
Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.
mitchell
2019-07-30
Fail more gracefully when attempting to create buffers on init.
mitchell
2019-07-30
Document the inability to create buffers during initialization.
mitchell
2019-07-30
Use CP1252 instead of ISO-8859-1.
mitchell
2019-06-01
GTK+ was renamed to GTK recently.
mitchell
2018-11-27
Added command line switch to jump to a buffer line.
mitchell
2018-11-01
Updated manual and CHANGELOG.md.
mitchell
2018-05-22
Note lack of ability to search for newline characters in regexes.
mitchell
2018-05-04
Updated migration guide to note that `bit32` has been removed.
mitchell
2018-04-25
Removed LuaJIT version of Textadept.
mitchell
2018-04-25
64-bit executables require Mac OSX 10.6 or later.
mitchell
2018-04-19
Experimental move to 64-bit executables on Mac OSX.
mitchell
2018-03-25
Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.
mitchell
2018-03-19
Clarified `M-` modifier key for the terminal version in the manual.
mitchell
2018-03-12
Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.
mitchell
2018-02-24
Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.
mitchell
2018-02-16
Save to the loaded session on quit and removed `default_session` option.
mitchell
2018-02-16
Added UTF-16 to the default list of detected encodings.
mitchell
[next]