aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-24Added section on customizing themes; doc/09_Themes.mdmitchell
2013-05-22Use 'font' and 'fontsize' properties for theme fonts.mitchell
2013-05-21Renamed "settings.lua" to "properties.lua".mitchell
2013-05-20Updated README.md.mitchell
2013-05-20Rewrote the manual to use the active voice.mitchell
2013-05-15Rewrote theme implementation.mitchell
2013-05-29Fixed crash caused by split views.mitchell
2013-05-25Added tag textadept_6.6 for changeset 73a9a9058189mitchell
2013-05-25Updated CHANGELOG.md.mitchell
2013-05-25Updated Lua Adeptsense.mitchell
2013-05-25Updated for 6.6.mitchell
2013-05-22Documented extended styles in Scintilla; core/.buffer.luadocmitchell
2013-05-22Fixed tags for global tables within modules; modules/lua/adeptsensedoc.luamitchell
2013-05-21Use '\n' keycode in curses instead of '\r'; src/textadept.cmitchell
2013-05-20Code cleanup; modules/textadept/editing.luamitchell
2013-05-20Print the results of '=' Lua expressions; modules/textadept/command_entry.luamitchell
2013-05-20Updated to Scintilla 3.3.2.mitchell
2013-05-20Fix caret placement in block comment/uncomment.mitchell
2013-05-16Allow empty tables as keychains if they have metatables; core/keys.luamitchell
2013-05-16Reverted r1412 to allow hiding command entry on focus lost; src/textadept.cmitchell
2013-05-15Fixed misspelling; THANKS.mdmitchell
2013-05-15Fix absolute field tags; modules/lua/adeptsensedoc.luamitchell
2013-05-15Fixed GTK assertion errors when removing find history items; src/textadept.cmitchell
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-12Ensure _XOPEN_SOURCE_EXTENDED is defined for Linux ncurses; src/Makefilemitchell
2013-05-09Added notes on compiling the Win32 terminal version; doc/12_Compiling.mdmitchell
2013-05-01Fixed bug in file encodings; core/file_io.luamitchell
2013-04-30Added tag textadept_6.6_beta for changeset a931a4c8cb27mitchell
2013-04-30Word highlighting is supported in curses; doc/06_AdeptEditing.mdmitchell
2013-04-30Updated CHANGELOG.md.mitchell
2013-04-30More code cleanup.mitchell
2013-04-30Refactored find and replace all; modules/textadept/find.luamitchell
2013-04-30Renamed `io.try_encodings` to `io.encodings`; core/file_io.luamitchell
2013-04-29More code cleanup.mitchell
2013-04-27Updated Lua Adeptsense.mitchell
2013-04-27Updated manual images.mitchell
2013-04-27Updated for 6.6 beta.mitchell
2013-04-26Fixed compilation error for CDK on Mac OSX.mitchell
2013-04-26Updated documentation; modules/textadept/run.luamitchell
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-24Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.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-24Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.luamitchell