aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
...
* Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.Gravatar mitchell2021-04-13
| | | | Some of the Scintilla API has changed, and by extension the Scintillua API.
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Updated changelog.Gravatar mitchell2021-03-31
|
* Textadept Quick Reference is no longer considered newly published.Gravatar mitchell2021-03-31
|
* Updated for 11.2 beta.Gravatar mitchell2021-03-28
|
* Updated to Scintilla 5.0.0 and Lexilla 5.0.0.Gravatar mitchell2021-03-27
| | | | Also updated to latest Scintillua and Scinterm that compile against 5.0.0.
* Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.Gravatar mitchell2021-02-09
| | | | | | Textadept hides the first tab by default since its information is duplicated in the titlebar and screen space is wasted. However, some users choose to hide titlebars (e.g. on window maximize/fullscreen), so this option now exists.
* Updated download links for 11.1.Gravatar mitchell2021-02-09
|
* Updated FAQ mentioning initial Git repository size and how to shrink it.Gravatar mitchell2021-02-03
|
* Updated changelog.Gravatar mitchell2021-01-29
|
* Updated for 11.1.Gravatar mitchell2021-01-29
|
* Updated copyright information.Gravatar mitchell2021-01-29
|
* `io.get_project_root()` accepts an optional flag for returning a submodule root.Gravatar mitchell2021-01-22
| | | | | This is for systems like git that have '.git' files (not directories) for submodules under a parent '.git' directory.
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
| | | | This enables the running of project tests.
* Compile, run, and build command functions can also return environment tables.Gravatar mitchell2021-01-22
|
* Ensure a bare `ui.find.focus()` call resets incremental and in files options.Gravatar mitchell2020-12-19
|
* Shrink images in docs to fit the window/screen.Gravatar mitchell2020-12-18
| | | | This is better for mobile in particular.
* Attempt to improve mobile presentation of docs.Gravatar mitchell2020-12-15
|
* Deprecating mailing list in favor of Discussions.Gravatar mitchell2020-12-11
|
* Updated book cover thumbnail.Gravatar mitchell2020-12-01
|
* Updated Amazon book links.Gravatar mitchell2020-12-01
|
* New Quick Reference edition.Gravatar mitchell2020-11-30
|
* Updated for 11.0.Gravatar mitchell2020-11-30
|
* Updated LuaDoc.Gravatar mitchell2020-11-30
|
* Added `events.UNFOCUS` for when Textadept loses focus.Gravatar mitchell2020-11-16
| | | | Do not emit this event when a dialog is active.
* Added argument to `events.FIND_RESULT_FOUND`.Gravatar mitchell2020-11-10
| | | | This fixes a bug introduced by r3029 when invoking search via a macro.
* Fill `keys` and `snippet` tables with language-specific tables on init.Gravatar mitchell2020-11-10
| | | | | This allows users and language modules to easily add bindings and snippets without stepping on each other.
* Added optional mode parameter to `ui.command_entry.append_history()`.Gravatar mitchell2020-11-01
| | | | | This allows for arbitrary appending to history, not just for the current or most recent mode.
* Updated changelog.Gravatar mitchell2020-10-30
|
* Updated for 11.0 beta 2.Gravatar mitchell2020-10-30
|
* Updated LuaDoc.Gravatar mitchell2020-10-27
|
* Code cleanup.Gravatar mitchell2020-10-20
| | | | | | | | | | | | | | | | Of note: * io.save_all_files() does not visit each buffer to save anymore. An unintended side-effect was checking for outside modification (but only if the file itself was modified), so outside changes will always be saved over now. * The menu clicked handler uses assert_type(), so the 'Unknown command' localization is no longer needed. * When printing to a new buffer type would split the view, use an existing split view when possible. * Prefer 'goto continue' construct in loops over nested 'if's. * Fixed clearing of ui.find.replace_entry_text on reset in the GUI version. * Fixed lack of statusbar updating when setting options like buffer EOL mode, indentation, and encoding. * Renamed internal new_snippet() to new() and put it in the snippet metatable.
* Added `textadept.run.set_arguments()`.Gravatar mitchell2020-10-17
| | | | This replaces custom code in *modules/textadept/menu.lua*.
* Updated migration guide with missing fields.Gravatar mitchell2020-10-13
|
* Implement \U, \L, \u, and \l case transformations in regex replacements.Gravatar mitchell2020-10-13
|
* Updated LuaDoc for `ui.command_entry.append_history()`.Gravatar mitchell2020-10-12
| | | | Clarify that it's not normally needed.
* Added `ui.command_entry.append_history()` for manually appending history.Gravatar mitchell2020-10-12
| | | | | | Normally history is auto-appended by the default '\n' key handler, but some custom modes may have their own '\n' handlers and did not have a way to append history.
* Updated LuaDoc.Gravatar mitchell2020-10-11
|
* Updated contact information.Gravatar mitchell2020-10-11
|
* Small LuaDoc update.Gravatar mitchell2020-10-08
|
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
|
* Various manual and documentation updates.Gravatar mitchell2020-10-05
|
* Command entry also considers contents of `textadept` as globals.Gravatar mitchell2020-10-02
| | | | Include buffer/view constants as well, which should have been there anyway.
* Moved 'docs/markdowndoc.lua' into 'scripts/markdowndoc.lua'.Gravatar mitchell2020-10-01
|
* Updated code plots.Gravatar mitchell2020-09-30
|
* Updated stale links in changelog.Gravatar mitchell2020-09-30
|
* Updated changelog.Gravatar mitchell2020-09-30
|
* Updated Lua autocompletion and documentation.Gravatar mitchell2020-09-30
|
* Updated for 11.0 beta.Gravatar mitchell2020-09-30
|
* Document building Textadept using GTK 3.x instead of 2.24.Gravatar mitchell2020-09-30
|