aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-08Debian GTK development library is libgtk2.0-dev; doc/manual/3_Compiling.mdmitchell
Thanks to Rob Gieseke.
2010-04-08Fixed bug in Lua module commands; modules/lua/commands.luamitchell
Thanks to Rob Gieseke.
2010-04-08Respect tab settings for snippets.mitchell
Thanks to Rob Gieseke.
2010-04-05Fixed help hanging issue on Win32; core/ext/menu.luamitchell
2010-04-05Removed kill-ring.mitchell
2010-04-05Code cleanup.mitchell
2010-04-02Fixed snippets bug with Lua code %n sequences; modules/textadept/lsnippets.luamitchell
2010-04-02Added argcheck for buffer:text_range(); src/lua_interface.cmitchell
2010-04-02Added BSD support.mitchell
2010-04-01Added tag textadept_2.2_beta for changeset 3dfb2596cf15mitchell
2010-04-01Fixed OSX packaging bug; src/Makefilemitchell
2010-03-31Changes to Mac OSX release packaging; src/Makefilemitchell
2010-03-30Cleared up some confusion with user 'init.lua'; doc/manual/6_Startup.mdmitchell
2010-03-30Removed support for api files.mitchell
2010-03-30Use multiple carets for snippets; modules/textadept/lsnippets.luamitchell
2010-03-30Updated documentation.mitchell
2010-03-30Added About dialog.mitchell
2010-03-30Do not block until help browser is closed; core/ext/menu.luamitchell
2010-03-30Updated manual to use new screenshots; doc/manual/1_Introduction.mdmitchell
2010-03-30Reverted adding annotation settings to themes.mitchell
Performance issues were discovered in Scintillua.
2010-03-29Check for ~/.textadept/locale.conf first; core/locale.luamitchell
2010-03-29Use textadept.user_dofile() for user init.lua.mitchell
2010-03-25Added notification for session files not found.mitchell
2010-03-24Backspace deletes auto-inserted character pairs; modules/textadept/editing.luamitchell
2010-03-24Make options configurable from user init.lua; modules/textadept/editing.luamitchell
2010-03-23Reverted removing main menu accelerators; core/locale.confmitchell
2010-03-23Added key command for resetting zoom level; core/ext/key_commands.luamitchell
2010-03-23Added mime-type for Octave; core/ext/mime_types.confmitchell
2010-03-23Open help browser-agnostically for all platforms.mitchell
2010-03-23Removed main menu accelerators; core/locale.confmitchell
These can potentially conflict with key commands, particularly when translating menu items.
2010-03-23Added textadept.user_dofile to load user files like key commands and snippets.mitchell
2010-03-23Prevent 'Io' lexer conflict with Lua's 'io' module; core/ext/mime_types.confmitchell
2010-03-20Can change lexer from a filtered list dialog.mitchell
2010-03-20Check for user ~/.textadept/key_commands.lua; core/ext/key_commands.luamitchell
2010-03-18Updated manual introduction; doc/manual/1_Introduction.mdmitchell
2010-03-17Added more LuaDoc for core/ext/key_commands.lua.mitchell
2010-03-17Undefine standard Scintilla key commands; core/events.luamitchell
2010-03-17Updated documentation to remove side pane references.mitchell
2010-03-16Added annotation settings to themes.mitchell
2010-03-16Removed duplicate code; modules/textadept/lsnippets.luamitchell
2010-03-16Only gsub once in transform mirror; modules/textadept/lsnippets.luamitchell
2010-03-14Fixed bug in core/ext/key_commands.lua.mitchell
2010-03-10Check if ~/.textadept/lexers/ exists first; core/ext/menu.luamitchell
2010-03-08Add lexers in ~/.textadept/lexers/ to menu; core/ext/menu.luamitchell
Thanks to Rob Gieseke for the idea.
2010-03-10Added textadept.buffer_switch() to replace side pane's buffer browser.mitchell
2010-03-08Check for additional ~/.textadept/mime_types.conf; core/ext/mime_types.luamitchell
Thanks to Rob Gieseke for the idea.
2010-03-10Removed side pane.mitchell
2010-03-04Fix auto-insert of closing parenthesis; modules/textadept/editing.luamitchell
If there are multiple selections, don't insert a closing parenthesis.
2010-03-02Removed default fallback themes; core/events.luamitchell
2010-03-02Removed mlines module since Scintilla's new multiple selections supersede it.mitchell