aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Updated to LuaJIT 2.0.0-beta11; core/compat.luaGravatar mitchell2012-10-30
* Pass "Escape" key to Scintilla correctly in ncurses.Gravatar mitchell2012-10-30
* Updated for 6.0.Gravatar mitchell2012-10-29
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Mention copying dll files when compiling for Win32; doc/12_Compiling.mdGravatar mitchell2012-10-29
* Updated doc/markdowndoc.lua.Gravatar mitchell2012-10-29
* Fixed LuaDoc; core/.view.luadocGravatar mitchell2012-10-23
* Removed `_M.textadept.run.execute()`.Gravatar mitchell2012-10-23
* Fix string collation bug in ncurses due to CDK.Gravatar mitchell2012-10-22
* Added an event for when a search wraps; modules/textadept/find.luaGravatar mitchell2012-10-22
* `keys.get_gdk_key()` has no use to ncurses; core/keys.luaGravatar mitchell2012-10-17
* Updated manual.Gravatar mitchell2012-10-17
* Added ncurses key bindings for bookmarks; modules/textadept/keys.luaGravatar mitchell2012-10-17
* Tweaked Textadept icon.Gravatar mitchell2012-10-16
* Added key shortcut for toggling fold points; modules/textadept/keys.luaGravatar mitchell2012-10-16
* Fixed GUI menu key shortcut handling.Gravatar mitchell2012-10-16
* Code cleanup; src/textadept.cGravatar mitchell2012-10-12
* Fixed ncurses bug in command selection introduced by r1256.Gravatar mitchell2012-10-12
* Fixed bug in key command; modules/textadept/keys.luaGravatar mitchell2012-10-12
* No rectangular selection mouse modifier in ncurses; themes/term/view.luaGravatar mitchell2012-10-08
* Use '@field' LuaDoc for events defined in modules.Gravatar mitchell2012-10-08
* Updated to generate newer documentation; scripts/gen_iface.luaGravatar mitchell2012-10-06
* Fixed more bugs introduced by r1260.Gravatar mitchell2012-10-06
* Fixed bug in default themes for Windows.Gravatar mitchell2012-10-06
* Flush input queue in ncurses when finished with CDK widgets; src/textadept.cGravatar mitchell2012-10-04
* Fixed bug introduced by r1260; modules/textadept/snippets.luaGravatar mitchell2012-10-02
* Simplified auto-indent; modules/textadept/editing.luaGravatar mitchell2012-10-03
* Added command line argument documentation; doc/13_Help.mdGravatar mitchell2012-10-03
* Updated CHANGELOG.md.Gravatar mitchell2012-10-01
* Added tag textadept_6.0_beta_3 for changeset 693d11c6408cGravatar mitchell2012-09-30
* Updated Lua Adeptsense apidoc; modules/lua/apiGravatar mitchell2012-09-30
* Updated for 6.0 beta 3.Gravatar mitchell2012-09-30
* Use the bit32 library for checking marker bits; modules/textadept/bookmarks.luaGravatar mitchell2012-09-28
* Added marks for making selection in ncurses.Gravatar mitchell2012-09-28
* Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.cGravatar mitchell2012-09-26
* Bugfix for `string.iconv()` from Gilles Grégoire.Gravatar mitchell2012-09-25
* Do not write ncurses initialization errors over titlebar; src/textadept.cGravatar mitchell2012-09-23
* Fixes to Lua paths.Gravatar mitchell2012-09-22
* More consistant preproc grouping; src/textadept.cGravatar mitchell2012-09-22
* Keep termios disabled in CDK objects; src/textadept.cGravatar mitchell2012-09-18
* New Textadept icon.Gravatar mitchell2012-09-18
* Fixed incremental find in ncurses.Gravatar mitchell2012-09-18
* Fixed bug with extra empty entry in buffer browser; core/gui.luaGravatar mitchell2012-09-18
* Use 'text' plain text lexer instead of 'container'.Gravatar mitchell2012-09-18
* Use `buffer.tab_width` in docstatusbar since `buffer.indent` is 0; core/gui.luaGravatar mitchell2012-09-18
* Added ncurses CDK field key bindings to list; modules/textadept/keys.luaGravatar mitchell2012-09-17
* Updated Migration Guide; doc/14_Appendix.mdGravatar mitchell2012-09-12
* Documentation overhaul.Gravatar mitchell2012-09-12
* Properly link '@see' tags outside of the current module; doc/markdowndoc.luaGravatar mitchell2012-09-12
* Strip markdown links from Lua API documentation; modules/lua/adeptsensedoc.luaGravatar mitchell2012-09-12