aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2013-06-06Only set theme and property settings once on startup; core/gui.luamitchell
2013-06-04Fixed curses autocomplete with the "Enter" key.mitchell
2013-06-03Fixed bug where default theme in _USERHOME is not loaded; core/gui.luamitchell
2013-05-26Rewrote some LuaDoc to use the active voice.mitchell
2013-05-25Updated for 7.0 alpha.mitchell
2013-05-22Use 'font' and 'fontsize' properties for theme fonts.mitchell
2013-05-21Renamed "settings.lua" to "properties.lua".mitchell
2013-05-15Rewrote theme implementation.mitchell
2013-05-29Fixed crash caused by split views.mitchell
2013-05-25Updated for 6.6.mitchell
2013-05-22Documented extended styles in Scintilla; core/.buffer.luadocmitchell
2013-05-20Updated to Scintilla 3.3.2.mitchell
2013-05-16Allow empty tables as keychains if they have metatables; core/keys.luamitchell
2013-05-15Set language-specific buffer properties through an event instead of a function.mitchell
2013-05-15`_M.textadept = require('textadept')` in user init is superfluous.mitchell
2013-05-15Updated old documentation.mitchell
2013-05-01Fixed bug in file encodings; core/file_io.luamitchell
2013-04-30More code cleanup.mitchell
2013-04-30Renamed `io.try_encodings` to `io.encodings`; core/file_io.luamitchell
2013-04-29More code cleanup.mitchell
2013-04-27Updated for 6.6 beta.mitchell
2013-04-26Consolidated the editing module's `grow_selection()` into `enclose_selected()`.mitchell
2013-04-26Handle new "lexer/current" format from LPeg lexer's API change.mitchell
2013-04-25Added icons to msgbox dialogs.mitchell
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
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
2013-04-05Initial support for Windows terminal via pdcurses.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
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
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
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