Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Thanks to Michael Richter for the idea.
|
|
|
|
|
|
Also added placeholder code for emulating view-specific properties.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The latter will still work though for now.
|
|
Renamed settings, allowed filename arguments to `run()` and `compile()`,
changed parameters to `*_OUTPUT` events, changed format of `error_patterns`, and
removed syntax checking.
|
|
UTF-16 files (and other encodings with null bytes) are initially recognized as
binary files (no encoding). Allow encodings to be set for such files after load.
|
|
|
|
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.
|
|
|
|
It's quite possible some of Textadept's functions didn't handle them properly
anyway.
|
|
BOM use is legacy and discouraged. Scintilla and iconv appear to silently
handle BOMs just fine.
|
|
|
|
Headers with non-alphanumeric characters were causing trouble.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Brian Schott.
|
|
|
|
|
|
|