aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Include Scintilla constants in `buffer`s.Gravatar mitchell2013-08-24
* Updated for 7.0 beta 2.Gravatar mitchell2013-08-10
* Updated some documentation.Gravatar mitchell2013-08-10
* Theme properties passed to `gui.set_theme()` should persist; core/gui.luaGravatar mitchell2013-08-08
* Fixed bug with theme loading during `reset()`; core/gui.luaGravatar mitchell2013-08-08
* Save window maximized state in sessions.Gravatar mitchell2013-07-16
* Updated for 7.0 beta.Gravatar mitchell2013-07-10
* Renamed "language-specific" modules to just "language modules" in documentation.Gravatar mitchell2013-07-08
* Updated for 7.0 alpha 2.Gravatar mitchell2013-06-29
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
* Remove theme selection since it does not persist.Gravatar mitchell2013-06-21
* `gui.set_theme()` accepts key-value argument pairs for theme properties to set.Gravatar mitchell2013-06-21
* Removed `_L._EXISTS()`; core/locale.luaGravatar mitchell2013-06-12
* Removed `_LEXERPATH`.Gravatar mitchell2013-06-12
* Only set theme and property settings once on startup; core/gui.luaGravatar mitchell2013-06-06
* Fixed curses autocomplete with the "Enter" key.Gravatar mitchell2013-06-04
* Fixed bug where default theme in _USERHOME is not loaded; core/gui.luaGravatar mitchell2013-06-03
* Rewrote some LuaDoc to use the active voice.Gravatar mitchell2013-05-26
* Updated for 7.0 alpha.Gravatar mitchell2013-05-25
* Use 'font' and 'fontsize' properties for theme fonts.Gravatar mitchell2013-05-22
* Renamed "settings.lua" to "properties.lua".Gravatar mitchell2013-05-21
* Rewrote theme implementation.Gravatar mitchell2013-05-15
* Fixed crash caused by split views.Gravatar mitchell2013-05-29
* Updated for 6.6.Gravatar mitchell2013-05-25
* Documented extended styles in Scintilla; core/.buffer.luadocGravatar mitchell2013-05-22
* Updated to Scintilla 3.3.2.Gravatar mitchell2013-05-20
* Allow empty tables as keychains if they have metatables; core/keys.luaGravatar mitchell2013-05-16
* Set language-specific buffer properties through an event instead of a function.Gravatar mitchell2013-05-15
* `_M.textadept = require('textadept')` in user init is superfluous.Gravatar mitchell2013-05-15
* Updated old documentation.Gravatar mitchell2013-05-15
* Fixed bug in file encodings; core/file_io.luaGravatar mitchell2013-05-01
* More code cleanup.Gravatar mitchell2013-04-30
* Renamed `io.try_encodings` to `io.encodings`; core/file_io.luaGravatar mitchell2013-04-30
* More code cleanup.Gravatar mitchell2013-04-29
* Updated for 6.6 beta.Gravatar mitchell2013-04-27
* Consolidated the editing module's `grow_selection()` into `enclose_selected()`.Gravatar mitchell2013-04-26
* Handle new "lexer/current" format from LPeg lexer's API change.Gravatar mitchell2013-04-26
* Added icons to msgbox dialogs.Gravatar mitchell2013-04-25
* Code and documentation cleanup.Gravatar mitchell2013-04-25
* Mark recognized errors in compile/run output and added navigation functions.Gravatar mitchell2013-04-24
* Moved `_M.textadept.filter_through` functionality into `editing` module.Gravatar mitchell2013-04-24
* Hide `handlers` table from the API; core/events.luaGravatar mitchell2013-04-24
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
* Updates to compile with latest GTK-OSX.Gravatar mitchell2013-04-21
* Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.Gravatar mitchell2013-04-17
* 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
* Initial support for Windows terminal via pdcurses.Gravatar mitchell2013-04-05
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Updated for 6.5.Gravatar mitchell2013-03-31