aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-15Changed locale implementation.mitchell
2010-10-14Removed some useless editing module functions.mitchell
2010-10-14Code formatting changes.mitchell
2010-10-13Fix switch buffers dialog bug when cancelling; core/gui.luamitchell
2010-10-13Make recursion depth a parameter; modules/textadept/snapopen.luamitchell
2010-10-13Think before clearing key command statusbar updates; modules/textadept/keys.luamitchell
2010-10-11gui.dialog() can take tables of strings as arguments.mitchell
2010-10-09Fixed some snapopen Luadoc; modules/textadept/snapopen.luamitchell
2010-10-09Fix menu item conflicts; modules/textadept/menu.luamitchell
2010-10-09Remove extra slash from snapopen currentdir menu; modules/textadept/menu.luamitchell
2010-10-09Update UI after command entry command; modules/textadept/command_entry.luamitchell
2010-10-01Added tag textadept_3.3 for changeset 4d82a0d491f3mitchell
2010-09-30Performance improvement; modules/textadept/snapopen.luamitchell
2010-09-30Set max list size for snapopen to prevent blocking.mitchell
2010-09-30Updated documentation; modules/textadept/snapopen.luamitchell
2010-09-29Updated for version 3.3.mitchell
2010-09-29Use newest LexLPeg.cxx from scintillua; core/events.luamitchell
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