index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
lua
Age
Commit message (
Expand
)
Author
2020-08-04
Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.
mitchell
2020-08-04
Updated LuaDoc.
mitchell
2020-08-03
Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.
mitchell
2020-07-28
Updated Lua autocompletion and documentation.
mitchell
2020-06-28
Updated Lua autocompletion and documentation.
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-04-01
Reverted accidental commit.
mitchell
2020-03-31
Updated Lua autocompletion and documentation.
mitchell
2020-03-30
Fixed off-by-one issues with `buffer:get_cur_line()`.
mitchell
2020-03-29
Code reformatting.
mitchell
2020-03-26
Switched to 1-based indices for buffer positions, lines, and countable entities.
mitchell
2020-03-16
Language modules should assume `_G.snippets` exists.
mitchell
2020-03-16
Small code cleanup.
mitchell
2020-03-14
More code cleanup, refactoring, and reformatting.
mitchell
2020-03-03
Revert accidental check in of Lua autocompletion and documentation.
mitchell
2020-03-03
Added test suite and API type checking for more helpful error messages.
mitchell
2020-02-19
Updated tags generator to include filename and ex_cmd ctags fields.
mitchell
2020-02-19
Allow Textadept API completions in special Lua buffers like a Lua REPL.
mitchell
2020-02-18
Added snippet trigger word completion.
mitchell
2020-02-17
Treat `textadept.editing.api_files` as already containing empty per-lexer lists.
mitchell
2020-02-17
Lua api generation script tweaks.
mitchell
2020-02-07
Correctly detect _HOME and _USERHOME Lua files on Windows for autocompletion.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-12-31
Updated to Scintilla 3.11.2.
mitchell
2019-12-31
Updated Lua autocompletion and documentation.
mitchell
2019-11-08
API file lists and Lua tags lists can contain functions that return file paths.
mitchell
2019-11-07
Split Lua and Textadept autocompletion and documentation files.
mitchell
2019-10-31
Updated Lua autocompletion and documentation.
mitchell
2019-09-22
Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.
mitchell
2019-08-31
Updated LuaDoc.
mitchell
2019-08-30
Updated Lua autocompletion and documentation.
mitchell
2019-06-30
Updated Lua autocompletion and documentation.
mitchell
2019-06-01
GTK+ was renamed to GTK recently.
mitchell
2019-04-26
Updated Lua autocompletion and documentation.
mitchell
2019-03-14
Updated to lfs 1.7.0 and lpeg 1.0.2.
mitchell
2019-02-28
Updated Lua autocompletion and documentation.
mitchell
2019-02-16
Fixed escaping of newlines in generated Lua API documentation.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-12-29
Updated Lua documentation.
mitchell
2018-10-31
Updated Lua autocompletion and documentation.
mitchell
2018-10-14
Experimentally move external lspawn module into Lua os module as a patch.
mitchell
2018-09-28
Updated Lua autocompletion and documentation.
mitchell
2018-07-26
Updated Lua autocompletion and documentation.
mitchell
2018-04-30
Updated Lua autocompletion and documentation.
mitchell
2018-03-30
Updated Lua autocompletion and documentation.
mitchell
[next]