aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Updated Scintilla hg to get curses improvements.Gravatar mitchell2020-04-05
* Added tag textadept_11.0_alpha for changeset a2d2d240a0b8Gravatar mitchell2020-04-01
* Reverted accidental commit.Gravatar mitchell2020-04-01
* Updated Lua autocompletion and documentation.Gravatar mitchell2020-03-31
* Fixed off-by-one issues with `buffer:get_cur_line()`.Gravatar mitchell2020-03-30
* Fixed stale statusbar issues introduced recently.Gravatar mitchell2020-03-30
* Fixed Win32 curses issues.Gravatar mitchell2020-03-30
* Updated CHANGELOG.md.Gravatar mitchell2020-03-29
* Code reformatting.Gravatar mitchell2020-03-29
* Removed old migration guides.Gravatar mitchell2020-03-29
* Updated for 11.0 alpha.Gravatar mitchell2020-03-29
* Updated to latest Scintilla to fix embedded lexer issue.Gravatar mitchell2020-03-29
* Committing temporary iface changes until Scintilla's iface is patched.Gravatar mitchell2020-03-26
* Added support to identify projects under Fossil SCM.Gravatar mitchell2020-03-26
* Removed accidentally committed experimental function.Gravatar mitchell2020-03-26
* Fixed GUI find history.Gravatar mitchell2020-03-26
* Removed extra sets of () around some buffer function calls.Gravatar mitchell2020-03-26
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Refactored buffer and view metamethods by splitting them up.Gravatar mitchell2020-03-25
* Renamed callback function.Gravatar mitchell2020-03-23
* Added unit tests for core code in textadept.c.Gravatar mitchell2020-03-23
* Use the statusbar to indicate an active snippet.Gravatar mitchell2020-03-22
* Utilize userdata parameter in signal callback functions.Gravatar mitchell2020-03-22
* More code cleanup, reformatting, refactoring, and bug fixing.Gravatar mitchell2020-03-22
* Fixed tab label display on Windows.Gravatar mitchell2020-03-19
* Store GTK find/replace history in reverse order.Gravatar mitchell2020-03-19
* Forgot to commit cdk.patch with widget needed for curses progressbar.Gravatar mitchell2020-03-18
* Added `ui.dialogs.progressbar()` and utilize it with Find in Files.Gravatar mitchell2020-03-18
* Added per-mode command entry history.Gravatar mitchell2020-03-17
* Align block comments by column if possible, not indent.Gravatar mitchell2020-03-17
* Updated LuaDoc.Gravatar mitchell2020-03-17
* Show XPM images in Lua command entry completions.Gravatar mitchell2020-03-17
* Updated manual.Gravatar mitchell2020-03-17
* Event handlers can now return any non-nil value.Gravatar mitchell2020-03-17
* Added initial migration guide from Textadept 10 to 11.Gravatar mitchell2020-03-17
* Updated LuaDoc.Gravatar mitchell2020-03-17
* Fixed version determination for documentation generation.Gravatar mitchell2020-03-17
* Moved individual buffer functions in `io` into `buffer`.Gravatar mitchell2020-03-16
* Language modules should assume `_G.snippets` exists.Gravatar mitchell2020-03-16
* Update LuaDoc.Gravatar mitchell2020-03-16
* Renamed `keys.MODE` to `keys.mode`.Gravatar mitchell2020-03-16
* Use a default width for `ui.dialogs.filteredlist` dialogs.Gravatar mitchell2020-03-16
* Small documentation update.Gravatar mitchell2020-03-16
* Detect and allow jumping to internal Lua errors.Gravatar mitchell2020-03-16
* Small code cleanup.Gravatar mitchell2020-03-16
* Updated menu mnemonic for Buffer > Encoding.Gravatar mitchell2020-03-16
* Fixed crash introduced in previous commit.Gravatar mitchell2020-03-16
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-14
* Removed *~/.textadept/?.{lua,so}* from `package.path`.Gravatar mitchell2020-03-14
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-14