aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-29Added a textadept.snapopen module.mitchell
2010-09-29Fixed menu commands for snippets; modules/textadept/menu.luamitchell
2010-09-13Updated lexer names from Scintillua; modules/textadept/mime_types.confmitchell
2010-09-13Fixed typo in manual; doc/manual/1_Introduction.mdmitchell
2010-09-02Added tag textadept_3.2 for changeset aa384250df30mitchell
2010-09-01Updated files for version 3.2.mitchell
2010-09-01Changed ambiguous wording in manual; doc/manual/1_Introduction.mdmitchell
2010-09-01Include LexLPeg.cxx in src package's src/ directory; src/Makefilemitchell
It is no longer contained within the src/scintilla/ folder due to changes in Scintillua.
2010-09-01Clear appropriate defaultt Scintilla key commands; core/events.luamitchell
2010-09-01Fixed compiler warnings.mitchell
2010-08-31Updated LuaDoc.mitchell
2010-08-31Halt keypress event after showing completion list; modules/textadept/editing.luamitchell
2010-08-31Patched Scintilla (as scintillua) no longer needed; src/Makefilemitchell
The changes to LexLPeg.cxx mean that src/scintillua (patched Scintilla) is no longer required. Can use stock Scintilla now.
2010-08-31Change Lua interface to support updated LPeg Scintilla lexer.mitchell
2010-08-26Fixed infinite loop bug with Lua pattern search; modules/textadept/find.luamitchell
2010-08-26Remove scintillua .hg/ for releases; src/Makefilemitchell
2010-08-21Added tag textadept_3.1 for changeset a4f4f1b544bcmitchell
2010-08-21Updated files for version 3.1.mitchell
2010-08-21Added Lua autocompletion support.mitchell
2010-08-21Added LuaDoc for modules/cpp/commands.lua.mitchell
2010-08-21Changed Scintillua private_lexer_call operation parameters.mitchell
2010-08-18Added LuaDoc for new Scintilla functions; core/.buffer.luadocmitchell
2010-08-17Fixed LuaDoc typos.mitchell
2010-08-17Upgraded to Scintilla/SciTE 2.20.mitchell
2010-08-10Refactored keys; modules/textadept/keys.luamitchell
Previously it was only possible to run a single key command for a given lexer and/or scope without propagation. For example, if a Lua-specific Ctrl+Enter failed to do a keyword autocomplete, it could not propagate to a general Ctrl+Enter to do a word autocomplete. This is now possible.
2010-07-21Use forward slashes in uri_dropped event for Win32; core/events.luamitchell
2010-07-11Fixed memory leak for Mac OSX; src/textadept.cmitchell
2010-07-01Added compiling instructions for BSD users; doc/manual/3_Compiling.mdmitchell
2010-07-01Added tag textadept_3.0 for changeset af49ffa23613mitchell
2010-07-01Updated files for version 3.0.mitchell
2010-06-24Updated copyright information.mitchell
2010-06-24Restore lexer on view_after_switch; modules/textadept/mime_types.luamitchell
This is needed to reload language specific modules after a reset.
2010-06-24No menu accelerators for underscores in lexer names; modules/textadept/menu.luamitchell
2010-06-21Added tag textadept_3.0_beta for changeset d65c00df8db5mitchell
2010-06-20Updated version info for 3.0 beta.mitchell
2010-06-19Small changes to dynamic args messages and Luadoc.mitchell
2010-06-19Recognize Gtkrc and Prolog files; modules/textadept/mime_types.confmitchell
2010-06-18Updated documentation for buffer.multi_paste; core/.buffer.luadocmitchell
2010-06-18Added statusbar notification on reset(); core/events.luamitchell
2010-06-18Fixed bug with args and sessions.mitchell
2010-06-17Renamed core/.*.lua to core/.*.luadoc documentation files.mitchell
2010-06-17Flattened core/iface.lua.mitchell
2010-06-17Added abbreviations for Lua commands from Jay Gould.mitchell
2010-06-17Added dynamic command line argument handling.mitchell
2010-06-16Updated documentation.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-15Updated to Scintilla 2.12; core/iface.luamitchell
2010-06-15Removed user_dofile() of keys and snippets.mitchell
2010-06-14Fixes from Robert Gieseke.mitchell
2010-06-14Added events.disconnect() function; core/events.luamitchell