Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Thanks to Michael Richter for the idea.
|
|
|
|
|
|
They can accept either objects or relative numbers now. They do not accept
absolute indices anymore.
|
|
It used to take a 1-based line number. Mimic Scintilla.
|
|
|
|
|
|
|
|
Renamed settings, allowed filename arguments to `run()` and `compile()`,
changed parameters to `*_OUTPUT` events, changed format of `error_patterns`, and
removed syntax checking.
|
|
|
|
Changed `ui.find.FILTER` to `ui.find.find_in_files_filter` and added an optional
filter argument to `ui.find.find_in_files()`.
|
|
Additional language module functionality should be manually loaded by the user.
|
|
Language-specific auto-paired characters, typeover characters, and matching
braces is no longer supported.
|
|
|
|
Renamed `lfs.FILTER` to `lfs.default_filter` and removed `exclude_FILTER`
argument from `lfs.dir_foreach()`.
|
|
It was unnecessarily complicating things. Just construct the proper filter.
|
|
|
|
Headers with non-alphanumeric characters were causing trouble.
|
|
|
|
|
|
|
|
|
|
Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
|
|
|
|
|
|
|
|
|
|
|
|
|