aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Rewrote some LuaDoc to use the active voice.Gravatar mitchell2013-05-26
* Rewrote theme implementation.Gravatar mitchell2013-05-15
* Updated Lua Adeptsense.Gravatar mitchell2013-05-25
* Fixed tags for global tables within modules; modules/lua/adeptsensedoc.luaGravatar mitchell2013-05-22
* Code cleanup; modules/textadept/editing.luaGravatar mitchell2013-05-20
* Print the results of '=' Lua expressions; modules/textadept/command_entry.luaGravatar mitchell2013-05-20
* Fix caret placement in block comment/uncomment.Gravatar mitchell2013-05-20
* Fix absolute field tags; modules/lua/adeptsensedoc.luaGravatar mitchell2013-05-15
* Set language-specific buffer properties through an event instead of a function.Gravatar mitchell2013-05-15
* More code cleanup.Gravatar mitchell2013-04-30
* Refactored find and replace all; modules/textadept/find.luaGravatar mitchell2013-04-30
* More code cleanup.Gravatar mitchell2013-04-29
* Updated Lua Adeptsense.Gravatar mitchell2013-04-27
* Updated documentation; modules/textadept/run.luaGravatar mitchell2013-04-26
* Consolidated the editing module's `grow_selection()` into `enclose_selected()`.Gravatar mitchell2013-04-26
* Handle new "lexer/current" format from LPeg lexer's API change.Gravatar mitchell2013-04-26
* Added icons to msgbox dialogs.Gravatar mitchell2013-04-25
* Code and documentation cleanup.Gravatar mitchell2013-04-25
* Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.Gravatar mitchell2013-04-24
* Mark recognized errors in compile/run output and added navigation functions.Gravatar mitchell2013-04-24
* Moved `_M.textadept.filter_through` functionality into `editing` module.Gravatar mitchell2013-04-24
* Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.luaGravatar mitchell2013-04-24
* Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.Gravatar mitchell2013-04-24
* Changed display of highlighted words; modules/textadept/editing.luaGravatar mitchell2013-04-24
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
* Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.luaGravatar mitchell2013-04-20
* Updated some documentation.Gravatar mitchell2013-04-19
* Added icon to About dialog; modules/textadept/menu.luaGravatar mitchell2013-04-19
* Function in `finish_mode()` is optional; modules/textadept/command_entry.luaGravatar mitchell2013-04-15
* Updated Windows curses key bindings; modules/textadept/keys.luaGravatar mitchell2013-04-15
* Updated to Scintilla 3.3.1.Gravatar mitchell2013-04-12
* Added key modes and changed the command entry to use them.Gravatar mitchell2013-04-11
* Fixed bug with highlighting words; modules/textadept/editing.luaGravatar mitchell2013-04-09
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Added Less, Literal Coffeescript, and Sass lexers.Gravatar mitchell2013-03-31
* Updated Lua Adeptsense.Gravatar mitchell2013-03-29
* Updated to Lua 5.2.2 and LPeg 0.11.Gravatar mitchell2013-03-29
* Use new Scintilla API for showing search results; modules/textadept/find.luaGravatar mitchell2013-03-29
* Improved message double-clicking behavior for compile and run commands.Gravatar mitchell2013-03-28
* Added lfs.dir_foreach() for allowing Find in Files to have a filter.Gravatar mitchell2013-03-25
* Indicator for highlighted words works in ncurses.Gravatar mitchell2013-03-10
* No flags in replace_all(); modules/textadept/find.luaGravatar mitchell2013-03-07
* Updated "About" dialog; modules/textadept/menu.luaGravatar mitchell2013-03-07
* Updated Lua Adeptsense.Gravatar mitchell2013-02-27
* Removed useless gui.dialog() options for fileopen/filesave.Gravatar mitchell2013-02-26
* Updated Lua apidocs to 5.2.1.Gravatar mitchell2013-02-25
* Added command line switches for running Lua code on startup.Gravatar mitchell2013-02-11
* Added command line switches for loading sessions on startup.Gravatar mitchell2013-02-05
* Updated Lua Adeptsense.Gravatar mitchell2013-02-01
* Added ability to type over characters like closing braces and quotes.Gravatar mitchell2013-01-31