Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Rob Gieseke for the idea.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can load and save from the menu now as well.
|
|
|
|
|
|
Can load and save from the menu now as well.
|
|
|
|
|
|
|
|
|
|
Can open, save, and convert between different character encodings now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Including:
* autocomplete_word_from_dict
* move_line (up and down)
* ruby_exec
* lua_exec
* reformat_paragraph
|
|
|
|
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc.
Added more locals to core/ext/keys.lua for speed improvement.
Reformatted some Lua modules to the earlier standard committed.
|
|
|
|
|
|
All Textadept messages are in core/locale.lua which provides the new
'textadept.locale' module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|