aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-03-02Updated LuaDoc for iface functions added since Scintilla 1.75; core/.buffer.luamitchell
2010-03-01hg clone will not clone individual directories; compensate; src/Makefilemitchell
2010-03-01Added LuaDoc for Scintilla 2.03 buffer functions; core/.buffer.luamitchell
2010-03-01Added tag textadept_2.1 for changeset 304150d5828bmitchell
2010-03-01Create Mac OSX zip for release instead of disk image; src/Makefilemitchell
2010-02-25Add xcode folder to source zip; src/Makefilemitchell
2010-02-25Changed conflicting menu shortcut for Lexers; core/locale.confmitchell
2010-02-25Modified quit and close dialogs to be more readable.mitchell
Submitted by rgieseke.
2010-02-25Fixed core/ext/mime_types.conf to use Scintillua lexer names.mitchell
2010-02-23Updated to use Scintillua 2.03.mitchell