aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-31Updated to Scintilla 3.0.0.mitchell
2011-10-26Fixed Adeptsense autocomplete for single item; modules/textadept/adeptsense.luamitchell
2011-10-04Fixed bug with %n in replace introduced by r960; modules/textadept/find.luamitchell
2011-10-02Updated manual.mitchell
2011-10-02Added tag textadept_4.1 for changeset 7dee90d09b2dmitchell
2011-09-28Use lexer at the caret for key commands and snippets.mitchell
2011-09-28Updated Lua adeptsense.mitchell
2011-09-28Fixed bug with autocomplete and capitalizations; modules/textadept/editing.luamitchell
Thanks to Brian Schott.
2011-09-28Use LuaCoco patch for Lua 5.1.4.mitchell
2011-09-28Update context menu on VIEW_AFTER_SWITCH; modules/textadept/menu.luamitchell
2011-09-28Updated for 4.1.mitchell
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-27Added language-specific context menu support.mitchell
2011-09-26Add manual sidebar link to Language Modules; doc/sidebar.mdmitchell
2011-09-26Added manual documentation on Lua 5.1 configuration.mitchell
2011-09-26Change directory on io.open_file() or buffer:save_as(); core/file_io.luamitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Updated Doxygen doc; src/textadept.cmitchell
2011-09-25Added luaopen_lfs and luaopen_lpeg; src/lua.symmitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense.
2011-09-21Emit 'SCN' on SCNotification instead of calling events.notification().mitchell
2011-09-21Renamed 'editor' variables to 'view'; src/textadept.cmitchell
2011-09-21Rearranged Tools menu.mitchell
2011-09-20No need to set buffer.eol_mode for OSX since Scintilla 2.29; core/gui.luamitchell
2011-09-08Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadocmitchell
2011-09-08Fix bug with CALL_TIP_CLICK event disconnect; modules/textadept/adeptsense.luamitchell
2011-09-08Only fold when clicking on fold margin, not any sensitive one; core/gui.luamitchell
2011-09-05Handle mouse dwell events.mitchell
2011-09-01Added tag textadept_4.0 for changeset be4a98382cecmitchell
2011-08-31Indicate UTF-8 charset for manual pages; scripts/update_docmitchell
2011-08-31Added Lua debug.traceback documentation.mitchell
2011-08-30Updated Lua apidoc; modules/lua/apimitchell
2011-08-30Updated for 4.0.mitchell
2011-08-30Updated manual.mitchell
2011-08-28Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX.mitchell
The Option+Letter combination produces locale-dependent characters so it cannot be used reliably.
2011-08-25Do not hide the statusbar when command entry is focused; src/textadept.cmitchell
2011-08-25Set buffer.eol_mode properly for new buffers on Mac OSX; core/gui.luamitchell
2011-08-24Added note for OSX environment variables; doc/manual/2_Installation.mdmitchell
Thanks to Robert Gieseke for pointing this out.
2011-08-22Changed some key commands.mitchell
2011-08-22Added Russian translation from Vladimir; core/locales/locale.ru.confmitchell
2011-08-18Fixed split view focus bug with the same buffer in two views; src/textadept.cmitchell
2011-08-18Updated LuaDoc.mitchell
2011-08-17LANGUAGE_MODULE_PREFIX should be Command on Mac OSX, not Control; core/keys.luamitchell
2011-08-17Autocompletion list sort order respects buffer.auto_c_ignore_case.mitchell
2011-08-15Sort autocomplete word list; modules/textadept/editing.luamitchell
2011-08-15Fixed Lua Adeptsense `table.sort` apidoc.mitchell
2011-08-15Fixed memory access bug in gui.dialog(); src/textadept.cmitchell
2011-08-15Link to libdl on Linux, not Win32 or Mac OSX; src/Makefilemitchell
2011-08-15Updated GTK download links; doc/manual/12_Compiling.mdmitchell