aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-08-11Added tag textadept_4.0_beta_2 for changeset 5d7bff799107mitchell
2011-08-10Updated for 4.0 beta 2.mitchell
2011-08-10Change bindings for switching buffers and views on Mac OSX.mitchell
2011-08-10Fixed transpose bug at end of buffer; modules/textadept/editing.luamitchell
2011-08-09Changed Next View/Previous View key bindings; modules/textadept/keys.luamitchell
Windows 7 eats Control+Alt+Tab and Ctrl+Alt+Shift+Tab.
2011-08-09Swap Control and Command key definitions on Mac OSX.mitchell
'c' is now Control and 'm' is Command.
2011-08-09Swap Replace/Replace All and Run/Compile key bindings.mitchell
Replace/Replace All is destructive so it should not be easily accessible where it can be mistakenly pressed.
2011-08-09Link with libdl to compile on Fedora; src/Makefilemitchell
Contributed by Brian Schott.
2011-08-09Autocomplete supports multiple selections.mitchell
Contributed by Brian Schott.
2011-08-08Add recent file list to session; modules/textadept/session.luamitchell
2011-08-08Do not autosave over explicitly loaded session; modules/textadept/session.luamitchell
2011-08-03Updated modules/textadept/mime_types.conf.mitchell
2011-08-01Added tag textadept_4.0_beta for changeset a160b937e47cmitchell
2011-07-31Fixed pixmaps for use with Scintilla 2.28; modules/textadept/adeptsense.luamitchell
2011-07-31Updated documentation; modules/textadept/keys.lumitchell
2011-07-30Updated for 4.0 beta.mitchell
2011-07-30Code cleanup.mitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
Thanks to Robert Gieseke for the idea and prototype code.
2011-07-28Updated to Scintilla 2.28.mitchell
2011-07-28Clarify role of keys.conf and keys.osx.conf; doc/manual/9_Preferences.mdmitchell