aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-07-28keys.conf and keys.osx.conf can be in English or localized.mitchell
2011-07-27Fixed formatting in Adeptsense LuaDoc; modules/textadept/adeptsense.luamitchell
2011-07-27Only allow meta key on Mac OSX; core/keys.luamitchell
On Linux, AltGr is sometimes registered as GDK_MOD5_MASK which Mac OSX identifies as meta.
2011-07-16Add key commands that were previously undefined.mitchell
2011-07-16Updated key commands; doc/manual/14_Appendix.mdmitchell
2011-07-16Added Toggle Fold menu command.mitchell
2011-07-16Updated LuaDoc; core/.buffer.luadocmitchell
2011-07-16Removed Lexer menu in favor of 'Buffer->Select Lexer...'.mitchell
2011-07-16Rearranged Buffer and View menus and changed various accelerators.mitchell
2011-07-16Rearranged Edit menu and accelerators.mitchell
2011-07-16Moved Adeptsense commands into Tools menu.mitchell
2011-07-15Fixed accelerator conflict in menu.mitchell
2011-07-15Added menu and keys for moving lines up and down.mitchell
2011-07-14Added Upper and Lower menu commands for selection case.mitchell
2011-07-14Renamed _m.textadept.editing.SAVE_STRIPS_WS to STRIP_WHITESPACE_ON_SAVE.mitchell
2011-07-14Added manual documentation for select_command(); doc/manual/10_Advanced.mdmitchell
2011-07-14Changed menu labels to be more descriptive and added select_command() dialog.mitchell
2011-07-13Fixed bad keys.conf path; doc/manual/9_Preferences.mdmitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module.
2011-07-11Fixed bug in key commands; modules/textadept/keys.luamitchell
2011-07-11Allow buffer functions to omit buffer argument.mitchell
This is primarily for key and menu commands to avoid creating too many unnecessary tables.
2011-07-11Removed label mnemonics from localization keys.mitchell
2011-07-11Added io.open_recent_file().mitchell
2011-07-07Detect Alt/Option modifier on Mac OSX.mitchell
2011-07-07Updated indentation guide settings for themes.mitchell
2011-07-01Added tag textadept_3.9 for changeset 2ea9165b57e7mitchell
2011-06-30Updated Lua Adeptsense.mitchell
2011-06-30Updated for 3.9.mitchell
2011-06-30Localize the labels and buttons in the find GUI frame; src/textadept.cmitchell
2011-06-28Small Adeptsense improvements.mitchell
2011-06-27Fixed bug introduced by stripping '_G' in Lua Adeptsense; modules/lua/init.luamitchell
2011-06-27WIN32 compiles with latest Mingw32; src/Makefilemitchell