aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2013-04-26Consolidated the editing module's `grow_selection()` into `enclose_selected()`.mitchell
The former was originally designed to complement the latter.
2013-04-26Handle new "lexer/current" format from LPeg lexer's API change.mitchell
Also refactored modules/textadept/mime_types.lua. Requires Scintillua r357.
2013-04-25Added icons to msgbox dialogs.mitchell
Requires gtdialog r56.
2013-04-25Code and documentation cleanup.mitchell
2013-04-24Mark recognized errors in compile/run output and added navigation functions.mitchell
2013-04-24Moved `_M.textadept.filter_through` functionality into `editing` module.mitchell
2013-04-24Hide `handlers` table from the API; core/events.luamitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-21Updates to compile with latest GTK-OSX.mitchell
This fixes Fn key recognition.
2013-04-17Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.mitchell
2013-04-12Updated to Scintilla 3.3.1.mitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
2013-04-05Initial support for Windows terminal via pdcurses.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-31Updated for 6.5.mitchell
2013-03-29Updated to Scintilla 3.3.0.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-08Only consider visible directories in _USERHOME/themes/ as themes; core/gui.luamitchell
2013-03-07Reset Lua state after selecting a new theme; core/gui.luamitchell
2013-02-27Updated for 6.4.mitchell
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-02-26Updated LuaDoc; core/.buffer.luadocmitchell
2013-02-25Updated to Scintilla 3.2.5.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-05Do not error on non-existant dropped URIs; core/gui.luamitchell
2012-12-30Updated for 6.2.mitchell
2012-12-09Updated for 6.1.mitchell
2012-12-06Added French translation from Gilles Grégoire; core/locales/locale.fr.confmitchell
2012-12-04Do not error when opening a nonexistent file; core/file_io.luamitchell
Thanks to Pedro Andres Aranda Gutierrez.
2012-12-03Recognize special ncurses keys better.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-27Clarified some LuaDoc; core/.buffer.luadocmitchell
2012-11-26Reverted r961.mitchell
2012-11-20Be consistent with regard to "caret" vs. "current position".mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-31Finalize icon; core/images/textadept.svgmitchell
2012-10-31Updated LuaDoc; core/.buffer.luadocmitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-30Updated to LuaJIT 2.0.0-beta11; core/compat.luamitchell
2012-10-30Pass "Escape" key to Scintilla correctly in ncurses.mitchell
2012-10-29Updated for 6.0.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-23Fixed LuaDoc; core/.view.luadocmitchell
2012-10-22Fix string collation bug in ncurses due to CDK.mitchell
CDK would reset locale settings so autocomplete lists would not sort correctly.
2012-10-17`keys.get_gdk_key()` has no use to ncurses; core/keys.luamitchell
2012-10-16Tweaked Textadept icon.mitchell