aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* 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
* Updated Lua Adeptsense.Gravatar mitchell2013-01-29
* Updated copyright date.Gravatar mitchell2013-01-20
* Use `buffer.selection_mode` for ncurses mark mode; modules/textadept/keys.luaGravatar mitchell2013-01-03
* Updated Lua Adeptsense.Gravatar mitchell2012-12-30
* Removed 'PATHS'; modules/textadept/snapopen.luaGravatar mitchell2012-12-16
* Greatly improve speed when loading large files; modules/textadept/mime_types.luaGravatar mitchell2012-12-15
* Recognize special ncurses keys better.Gravatar mitchell2012-12-03
* Updated Lua Adeptsense.Gravatar mitchell2012-12-01
* Updated parameter LuaDoc.Gravatar mitchell2012-12-01
* Be consistent with regard to "caret" vs. "current position".Gravatar mitchell2012-11-20
* Rewrote LuaDoc.Gravatar mitchell2012-11-19
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
* Updated Lua Adeptsense apidoc; modules/lua/apiGravatar mitchell2012-10-31
* Fix typos in documentation.Gravatar mitchell2012-10-31
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Removed `_M.textadept.run.execute()`.Gravatar mitchell2012-10-23
* Added an event for when a search wraps; modules/textadept/find.luaGravatar mitchell2012-10-22
* Added ncurses key bindings for bookmarks; modules/textadept/keys.luaGravatar mitchell2012-10-17
* Added key shortcut for toggling fold points; modules/textadept/keys.luaGravatar mitchell2012-10-16
* Fixed ncurses bug in command selection introduced by r1256.Gravatar mitchell2012-10-12
* Fixed bug in key command; modules/textadept/keys.luaGravatar mitchell2012-10-12
* Use '@field' LuaDoc for events defined in modules.Gravatar mitchell2012-10-08
* Fixed more bugs introduced by r1260.Gravatar mitchell2012-10-06
* Fixed bug introduced by r1260; modules/textadept/snippets.luaGravatar mitchell2012-10-02
* Simplified auto-indent; modules/textadept/editing.luaGravatar mitchell2012-10-03