Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The module was being loaded by default anyway. Besides, the user's
modules/textadept/init.lua controls which parts are loaded.
|
|
|
|
This fix was repackaged into 6.6 beta.
|
|
|
|
Also refactored encoding detection.
|
|
"local buffer = buffer" and similar optimizations are not needed since lexing
the buffer is much more expensive and reaction time is limited by how fast the
keyboard can submit key presses.
|
|
|
|
The former was originally designed to complement the latter.
|
|
Also refactored modules/textadept/mime_types.lua.
Requires Scintillua r357.
|
|
Requires gtdialog r56.
|
|
|
|
|
|
|
|
|
|
|
|
This fixes Fn key recognition.
|
|
|
|
|
|
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
|
|
|
|
Added `_M.textadept.run.cwd` field for storing the working directory for more
accurate relative file paths.
|
|
Also moved snapopen module into core as io.snapopen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Pedro Andres Aranda Gutierrez.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|