aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-09Remove "-m32" flag when compiling LuaJIT on 32-bit arch; src/Makefilemitchell
This also allows for compiling LuaJIT on ARM.
2012-12-06Added French translation from Gilles Grégoire; core/locales/locale.fr.confmitchell
2012-12-04Do not error when opening a nonexistent file; core/file_io.luamitchell
Thanks to Pedro Andres Aranda Gutierrez.
2012-12-03Fixed bug since readlink() does not append '\0'; src/textadept.cmitchell
2012-12-03Recognize special ncurses keys better.mitchell
2012-12-01Updated Lua Adeptsense.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-30Better detect architecture when compiling; src/Makefilemitchell
2012-11-27Clarified some LuaDoc; core/.buffer.luadocmitchell
2012-11-26Reverted r961.mitchell
2012-11-26Do not set DESTDIR and added PREFIX; src/Makefilemitchell
This allows for easier building of packages. Thanks to Pedro Andres Arranda Gutierrez.
2012-11-20Be consistent with regard to "caret" vs. "current position".mitchell
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