aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-25Fix compiler warning; src/textadept.cmitchell
2010-10-25Do not clear statusbar text if set by key command; modules/textadept/keys.luamitchell
2010-10-25Speed up find in files; modules/textadept/find.luamitchell
2010-10-25Allow access to find_in_files() through the gui.find API.mitchell
2010-10-25Fix gui.dialog() bug with more than one table arg; src/textadept.cmitchell
2010-10-24Updated LuaDoc; core/._G.luadocmitchell
2010-10-24Added _G.timeout function.mitchell
2010-10-24Condensed textadept.h, textadept.c, lua_interface.c into textadept.c.mitchell
2010-10-24C code consolidation and updated Doxygen doc.mitchell
2010-10-22Load lpeg and lfs manually instead of modifying Lua itself.mitchell
2010-10-22Use '\' when opening files on WIN32; core/file_io.luamitchell
2010-10-18Use luaL_checkstring for Scintilla string parameters; src/lua_interface.cmitchell
2010-10-18Set Lua locale for string comparisons; core/init.luamitchell
This is needed to sort tables for Scintilla autocompletion lists correctly.
2010-10-18Added JSP lexer; modules/textadept/mime_types.confmitchell
2010-10-18Updated LuaDoc; core/.buffer.luadocmitchell
2010-10-17Do not allow gui.statusbar_text to be set to nil.mitchell
2010-10-15Make word highlight colors more universal; modules/textadept/editing.luamitchell
2010-10-15Added key commands and changed LuaDoc for highlighting words.mitchell
2010-10-15Can highlight all occurances of a word; adapted from Brian Schott.mitchell
2010-10-15Fix compiler warning; src/lua_interface.cmitchell
2010-10-15Make gui.statusbar_text accessible for keys.lua; src/lua_interface.cmitchell
2010-10-15C code cleanup.mitchell
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