aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-11Added key modes and changed the command entry to use them.mitchell
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
2013-04-09Fixed bug with highlighting words; modules/textadept/editing.luamitchell
2013-04-08Make "command_entry_keypress" event more consistent with "keypress" in curses.mitchell
2013-04-08Reduce the delay when pressing the Escape key in curses; src/textadept.cmitchell
2013-04-06Update terminal color definitions.mitchell
Requires Scinterm r47.
2013-04-05Initial support for Windows terminal via pdcurses.mitchell
2013-04-04Support retina displays on OSX.mitchell
Thanks to John Benediktsson.
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-04-02No need for '!' in front of font faces in GTK anymore.mitchell
2013-03-31Added tag textadept_6.5 for changeset 549baa728337mitchell
2013-03-31Updated CHANGELOG.md.mitchell
2013-03-31Added Less, Literal Coffeescript, and Sass lexers.mitchell
Thanks to Robert Gieseke.
2013-03-31Reverted update to LPeg 0.11 due to crash in multi-lang lexers; src/Makefilemitchell
2013-03-31Updated README.md.mitchell
2013-03-31Updated for 6.5.mitchell
2013-03-29Updated Lua Adeptsense.mitchell
2013-03-29Updated to Lua 5.2.2 and LPeg 0.11.mitchell
2013-03-29Use new Scintilla API for showing search results; modules/textadept/find.luamitchell
This fixes the disorienting scrolling when wrapping only one search result.
2013-03-29Updated to Scintilla 3.3.0.mitchell
2013-03-28Updated FAQ.md.mitchell
2013-03-28Improved message double-clicking behavior for compile and run commands.mitchell
Added `_M.textadept.run.cwd` field for storing the working directory for more accurate relative file paths.
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
Also moved snapopen module into core as io.snapopen().
2013-03-10Indicator for highlighted words works in ncurses.mitchell
This requires Scinterm hg changeset 40 (7e25b9a35fbd).
2013-03-08Only consider visible directories in _USERHOME/themes/ as themes; core/gui.luamitchell
2013-03-07No flags in replace_all(); modules/textadept/find.luamitchell
2013-03-07Updated documentation; src/textadept.cmitchell
2013-03-07Updated "About" dialog; modules/textadept/menu.luamitchell
2013-03-07Reset Lua state after selecting a new theme; core/gui.luamitchell
2013-03-01Added tag textadept_6.4 for changeset b03deaf06d00mitchell
2013-03-01Updated CHANGELOG.md.mitchell
2013-02-27Updated Lua Adeptsense.mitchell
2013-02-27Updated for 6.4.mitchell
2013-02-27Fixed bug with indexable buffer properties that return strings; src/textadept.cmitchell
2013-02-27GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.cmitchell
2013-02-26Updated theme options.mitchell
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-02-26Updated LuaDoc; core/.buffer.luadocmitchell
2013-02-25Updated Lua apidocs to 5.2.1.mitchell
2013-02-25Updated to Scintilla 3.2.5.mitchell
2013-02-24Fixed bug in API documentation link generator; doc/markdowndoc.luamitchell
2013-02-23Set gtdialog parent window; src/textadept.cmitchell
This requires gtdialog hg changeset 49 (75a6c2b9b9b7).
2013-02-11Added command line switches for running Lua code on startup.mitchell
2013-02-05Added command line switches for loading sessions on startup.mitchell
2013-02-04Added tag textadept_6.3 for changeset 5e3ba5c62277mitchell
2013-02-01Updated CHANGELOG.md.mitchell
2013-02-01Updated Lua Adeptsense.mitchell
2013-01-31Added ability to type over characters like closing braces and quotes.mitchell
2013-01-29Updated Lua Adeptsense.mitchell
2013-01-29Updated for 6.3.mitchell
2013-01-20Updated copyright date.mitchell