aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-07Fixed manual error for example ~/.textadept/init.lua; doc/manual/6_Startup.mdmitchell
2010-05-07Save buffer before compiling or running; modules/textadept/run.luamitchell
2010-05-07Put _USERHOME package paths before _HOME for more extensibility; init.luamitchell
2010-05-01Added tag textadept_2.2_beta2 for changeset be1de00b12e2mitchell
2010-04-29Made 'enclosure' table a field of modules/textadept/editing.lua for access.mitchell
2010-04-29Prevent double-insertion of Markdown in LuaDoc; src/Makefilemitchell
2010-04-29Modified files for 2.2 beta 2 release.mitchell
2010-04-29Enable TRACE for lexer messages when debugging; src/Makefilemitchell
2010-04-28Added Inform, Lilypond, and NSIS lexers; core/ext/mime_types.confmitchell
Thanks to Jeff Stone and Robert Gieseke.
2010-04-17Remove initial 'Untitled' buffer when necessary.mitchell
Thanks to Robert Gieseke.
2010-04-21Moved 'Search' menu into 'Tools' to resolve Alt+S key command conflict.mitchell
2010-04-11Reverted r556.mitchell
2010-04-10Moved block comment strings to language-specific modules.mitchell
2010-04-09Moved _m.textadept.run module commands to language-specific modules.mitchell
2010-04-09Fix bug with previous commit; core/events.luamitchell
2010-04-09No need to set lexer to SCLEX_LPEG as it already is; core/events.luamitchell
2010-04-09Remove initial 'Untitled' buffer when necessary; core/events.luamitchell
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