aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Disable strip trailing spaces by default.Gravatar mitchell2013-11-10
* Store the full Lua pattern match in "%0" for use in replacement text.Gravatar mitchell2013-11-10
* Updated LuaDoc.Gravatar mitchell2013-11-10
* New ANSI C lexer.Gravatar mitchell2013-11-07
* Updated Lua Adeptsense.Gravatar mitchell2013-10-30
* More documentation updates.Gravatar mitchell2013-10-29
* Fix `enclose()` to enclose the whole current word; modules/textadept/editing.luaGravatar mitchell2013-10-29
* `goto_ctag()` can show all known tags now; modules/textadept/adeptsense.luaGravatar mitchell2013-10-23
* Added ASM lexer and compile and run commands.Gravatar mitchell2013-10-23
* Updated Lua Adeptsense.Gravatar mitchell2013-10-21
* More LuaDoc updates.Gravatar mitchell2013-10-21
* Fixed corner case bug in block uncommenting; modules/textadept/editing.luaGravatar mitchell2013-10-18
* Added "Save All" to the menu.Gravatar mitchell2013-10-18
* The buffer API applies to all buffers now, not just the global one.Gravatar mitchell2013-10-18
* Fix paragraph selection corner case; modules/textadept/editing.luaGravatar mitchell2013-10-18
* More LuaDoc updates.Gravatar mitchell2013-10-18
* Use an indicator to highlight matching braces.Gravatar mitchell2013-10-09
* More LuaDoc updates.Gravatar mitchell2013-10-09
* Added Nimrod lexer and compile and run commands.Gravatar mitchell2013-10-06
* Changed Lua run command to buffer output properly; modules/textadept/run.luaGravatar mitchell2013-10-05
* Updated Lua Adeptsense.Gravatar mitchell2013-09-30
* Fix error when block commenting in plain text; modules/textadept/editing.luaGravatar mitchell2013-09-29
* Added new `ui.dialogs` module for more user-friendly dialog support.Gravatar mitchell2013-09-29
* Integrated compile and run commands for most languages.Gravatar mitchell2013-09-27
* Fixed incorrect constants introduced in r1574; modules/textadept/editing.luaGravatar mitchell2013-09-27
* Code and documentation cleanup.Gravatar mitchell2013-09-23
* Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.Gravatar mitchell2013-09-21
* Support multiple selections with `select_word()`; modules/textadept/editing.luaGravatar mitchell2013-09-18
* Updated Lua Adeptsense.Gravatar mitchell2013-09-17
* Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Moved custom markers and indicators into themes and added more properties.Gravatar mitchell2013-09-16
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
* Updated some LuaDoc.Gravatar mitchell2013-09-13
* Changed `events.disconnect()` to accept function argument instead of ID.Gravatar mitchell2013-09-12
* Updated Lua Adeptsense.Gravatar mitchell2013-09-11
* Use `events.ARG_NONE` constant instead of string.Gravatar mitchell2013-09-09
* Moved buffer IO functions into the `io` module.Gravatar mitchell2013-09-09
* Expose marker and indicator numbers for greater customization.Gravatar mitchell2013-09-08
* Updated Lua Adeptsense.Gravatar mitchell2013-09-08
* Updated LuaDoc.Gravatar mitchell2013-09-06
* Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.Gravatar mitchell2013-09-01
* Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.Gravatar mitchell2013-08-31
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
* Renamed `LANGUAGE_MODULE_LOADED` event to `LEXER_LOADED` and reverted r1500.Gravatar mitchell2013-08-25
* Include Scintilla constants in `buffer`s.Gravatar mitchell2013-08-24
* Fixed some documentation typos.Gravatar mitchell2013-08-11
* Updated Lua Adeptsense.Gravatar mitchell2013-08-10
* Updated some documentation.Gravatar mitchell2013-08-10