aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-11-18Use proper type for color setting functions in themes.mitchell
2012-11-02Added tag textadept_6.0 for changeset 703d39a658e3mitchell
2012-10-31Updated CHANGELOG.md.mitchell
2012-10-31Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-10-31Finalize icon; core/images/textadept.svgmitchell
2012-10-31Added official Python module; src/Makefilemitchell
2012-10-31Fix typos in documentation.mitchell
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-29Mention copying dll files when compiling for Win32; doc/12_Compiling.mdmitchell
2012-10-29Updated doc/markdowndoc.lua.mitchell
2012-10-23Fixed LuaDoc; core/.view.luadocmitchell
2012-10-23Removed `_M.textadept.run.execute()`.mitchell
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-22Added an event for when a search wraps; modules/textadept/find.luamitchell
Users can connect to this event to implement a more visual or audible notice when a search wraps.
2012-10-17`keys.get_gdk_key()` has no use to ncurses; core/keys.luamitchell
2012-10-17Updated manual.mitchell
2012-10-17Added ncurses key bindings for bookmarks; modules/textadept/keys.luamitchell
2012-10-16Tweaked Textadept icon.mitchell
2012-10-16Added key shortcut for toggling fold points; modules/textadept/keys.luamitchell
2012-10-16Fixed GUI menu key shortcut handling.mitchell
2012-10-12Code cleanup; src/textadept.cmitchell
2012-10-12Fixed ncurses bug in command selection introduced by r1256.mitchell
2012-10-12Fixed bug in key command; modules/textadept/keys.luamitchell
2012-10-08No rectangular selection mouse modifier in ncurses; themes/term/view.luamitchell
2012-10-08Use '@field' LuaDoc for events defined in modules.mitchell
2012-10-06Updated to generate newer documentation; scripts/gen_iface.luamitchell
2012-10-06Fixed more bugs introduced by r1260.mitchell
2012-10-06Fixed bug in default themes for Windows.mitchell
2012-10-04Flush input queue in ncurses when finished with CDK widgets; src/textadept.cmitchell
Otherwise, if 'Esc' is pressed twice rapidly, it is stored in the queue.
2012-10-02Fixed bug introduced by r1260; modules/textadept/snippets.luamitchell
2012-10-03Simplified auto-indent; modules/textadept/editing.luamitchell
2012-10-03Added command line argument documentation; doc/13_Help.mdmitchell
2012-10-01Updated CHANGELOG.md.mitchell
2012-09-30Added tag textadept_6.0_beta_3 for changeset 693d11c6408cmitchell
2012-09-30Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-09-30Updated for 6.0 beta 3.mitchell
2012-09-28Use the bit32 library for checking marker bits; modules/textadept/bookmarks.luamitchell
2012-09-28Added marks for making selection in ncurses.mitchell
Even though the implementation uses a new `MODIFIED` event, it is left undocumented because it will likely never be a full implementation of SCN_MODIFIED.
2012-09-26Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.cmitchell
Thanks to Gilles for pointing out that I left this part out of his patch.
2012-09-25Bugfix for `string.iconv()` from Gilles Grégoire.mitchell
Sometimes the converted text will not fit into its allocated buffer.
2012-09-23Do not write ncurses initialization errors over titlebar; src/textadept.cmitchell
2012-09-22Fixes to Lua paths.mitchell
Do not look in the current working directory for modules. Look in _USERHOME for shared libraries.
2012-09-22More consistant preproc grouping; src/textadept.cmitchell