aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-01-20Updated to Scintilla 3.2.4.mitchell
2013-01-20Updated LuaDoc; scripts/gen_iface.luamitchell
2013-01-07Removed donation link; README.txtmitchell
2013-01-05Do not error on non-existant dropped URIs; core/gui.luamitchell
2013-01-03Use `buffer.selection_mode` for ncurses mark mode; modules/textadept/keys.luamitchell
This requires Scintilla hg changeset 4323 (91f84362eeb0).
2013-01-01Added tag textadept_6.2 for changeset 25233f794b28mitchell
2013-01-01Updated CHANGELOG.md.mitchell
2012-12-30Updated for 6.2.mitchell
2012-12-30Updated Lua Adeptsense.mitchell
2012-12-16Added MEDIA.md.mitchell
2012-12-16Removed 'PATHS'; modules/textadept/snapopen.luamitchell
2012-12-26"make install" and "make ncurses install" install separate binaries.mitchell
2012-12-15Greatly improve speed when loading large files; modules/textadept/mime_types.luamitchell
2012-12-14Added tag textadept_6.1 for changeset 2c32745a7287mitchell
2012-12-10Updated CHANGELOG.md.mitchell
2012-12-09Updated for 6.1.mitchell