aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Small code cleanup and documentation updates.Gravatar mitchell2016-06-27
|
* Document new snippet directory paths preference; doc/manual.mdGravatar mitchell2016-06-27
|
* Show file-based snippets in the selection dialog; modules/textadept/snippets.luaGravatar mitchell2016-06-27
|
* Added `textadept.snippets._paths` for file-based snippets.Gravatar mitchell2016-06-27
| | | | Thanks to Michael Richter for the idea.
* Updated migration guide section to read a bit easier; doc/manual.mdGravatar mitchell2016-06-27
|
* Updated migration guide; doc/manual.mdGravatar mitchell2016-06-25
|
* Combined view metamethods into one and cleaned up some code and comments.Gravatar mitchell2016-06-25
| | | | Also added placeholder code for emulating view-specific properties.
* Small code and documentation cleanup.Gravatar mitchell2016-06-25
|
* Updated translations.Gravatar mitchell2016-06-19
|
* Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.Gravatar mitchell2016-06-16
| | | | | They can accept either objects or relative numbers now. They do not accept absolute indices anymore.
* `textadept.editing.goto_line()` takes 0-based line number.Gravatar mitchell2016-06-15
| | | | It used to take a 1-based line number. Mimic Scintilla.
* Updated migration guide along with formatting updates; doc/manual.mdGravatar mitchell2016-06-15
|
* Updated links in documentation pages.Gravatar mitchell2016-06-15
|
* Added new "Getting Started" section to "Scripting"; doc/manual.mdGravatar mitchell2016-06-15
|
* Lots of small LuaDoc improvements (grammar mainly).Gravatar mitchell2016-06-15
|
* Refactored LuaDoc for `_M`; core/._M.luadocGravatar mitchell2016-06-15
|
* Rewrote manual sections 7-9 and updated other sections and links; doc/manual.mdGravatar mitchell2016-06-15
|
* Prefer '$(...)' notation in themes over '%(...)'.Gravatar mitchell2016-06-15
| | | | The latter will still work though for now.
* Refactored `textadept.run`; modules/textadept/run.luaGravatar mitchell2016-06-15
| | | | | | Renamed settings, allowed filename arguments to `run()` and `compile()`, changed parameters to `*_OUTPUT` events, changed format of `error_patterns`, and removed syntax checking.
* Allow binary files to be encoded in something else.Gravatar mitchell2016-06-15
| | | | | 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.
* Renamed `textadept.session` fields.Gravatar mitchell2016-06-15
|
* Changed "find in files" API a bit.Gravatar mitchell2016-06-15
| | | | | Changed `ui.find.FILTER` to `ui.find.find_in_files_filter` and added an optional filter argument to `ui.find.find_in_files()`.
* Do not auto-load `post_init.lua` files in language modules anymore.Gravatar mitchell2016-06-15
| | | | Additional language module functionality should be manually loaded by the user.
* Changed some settings and table names in `textadept.editing`.Gravatar mitchell2016-06-15
| | | | | Language-specific auto-paired characters, typeover characters, and matching braces is no longer supported.
* Renamed `ui.SILENT_PRINT` to `ui.silent_print`.Gravatar mitchell2016-06-15
|
* Be more liberal about comments in locale files and use '#' by default.Gravatar mitchell2016-06-15
|
* Changed some of 'lfs_ext' API.Gravatar mitchell2016-06-15
| | | | | Renamed `lfs.FILTER` to `lfs.default_filter` and removed `exclude_FILTER` argument from `lfs.dir_foreach()`.
* Removed handling of tables as key/menu commands; use functions only.Gravatar mitchell2016-06-15
|
* Removed `exclude_FILTER` parameter from `io.quick_open()`.Gravatar mitchell2016-06-15
| | | | It was unnecessarily complicating things. Just construct the proper filter.
* Removed CVS project recognition and assume Subversion v1.8+.Gravatar mitchell2016-06-15
|
* Removed explicit detection and use of extinct CR line endings.Gravatar mitchell2016-06-15
| | | | | It's quite possible some of Textadept's functions didn't handle them properly anyway.
* Removed explicit BOM support.Gravatar mitchell2016-06-15
| | | | | BOM use is legacy and discouraged. Scintilla and iconv appear to silently handle BOMs just fine.
* Renamed "snapopen" to "quick open" in APIs and menus.Gravatar mitchell2016-06-15
|
* Fixed API documentation generation bug; doc/markdowndoc.luaGravatar mitchell2016-06-14
| | | | Headers with non-alphanumeric characters were causing trouble.
* Updated to Lua 5.3.3.Gravatar mitchell2016-06-11
|
* Updated to Scintilla 3.6.6; src/MakefileGravatar mitchell2016-06-05
|
* Fixed stack overflow when accessing nil keys; modules/textadept/menu.luaGravatar mitchell2016-05-19
|
* Added tag textadept_8.7 for changeset 70ce6812e62fGravatar mitchell2016-04-30
|
* Updated CHANGELOG.md.Gravatar mitchell2016-04-30
|
* Added keybinding for setting compile/run args; modules/textadept/keys.luaGravatar mitchell2016-04-29
|
* Updated Lua autocompletion and documentation.Gravatar mitchell2016-04-29
|
* Textadept has been around for more than 8 years now; doc/manual.mdGravatar mitchell2016-04-29
|
* Updated for 8.7.Gravatar mitchell2016-04-29
|
* Disabled `CHECK_SYNTAX` by default; modules/textadept/run.luaGravatar mitchell2016-04-29
|
* `enclose()` works with multiple selections; modules/textadept/editing.luaGravatar mitchell2016-04-28
| | | | Thanks to Brian Schott.
* Updated some translations.Gravatar mitchell2016-04-28
|
* Handle non-existent compile/run commands gracefully; modules/textadept/menu.luaGravatar mitchell2016-04-26
|
* Updated Scintilla, Scinterm, and lspawn; src/MakefileGravatar mitchell2016-04-26
|
* Reverted r2149 (center found text in the view); modules/textadept/find.luaGravatar mitchell2016-04-18
|
* Added menu item and dialog for setting run/compile command arguments.Gravatar mitchell2016-04-16
|