aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2011-09-08Only fold when clicking on fold margin, not any sensitive one; core/gui.luamitchell
2011-09-05Handle mouse dwell events.mitchell
2011-08-30Updated for 4.0.mitchell
2011-08-25Set buffer.eol_mode properly for new buffers on Mac OSX; core/gui.luamitchell
2011-08-22Changed some key commands.mitchell
2011-08-22Added Russian translation from Vladimir; core/locales/locale.ru.confmitchell
2011-08-18Updated LuaDoc.mitchell
2011-08-17LANGUAGE_MODULE_PREFIX should be Command on Mac OSX, not Control; core/keys.luamitchell
2011-08-10Updated for 4.0 beta 2.mitchell
2011-08-09Swap Control and Command key definitions on Mac OSX.mitchell
2011-07-30Updated for 4.0 beta.mitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
2011-07-28Updated to Scintilla 2.28.mitchell
2011-07-27Only allow meta key on Mac OSX; core/keys.luamitchell
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-14Changed menu labels to be more descriptive and added select_command() dialog.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-07-11Allow buffer functions to omit buffer argument.mitchell
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-06-30Updated for 3.9.mitchell
2011-06-30Localize the labels and buttons in the find GUI frame; src/textadept.cmitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-24Add ability to fake modules for generating Adeptsense.mitchell
2011-06-24Updated Luadoc; core/args.luamitchell
2011-06-23Use string constants for event names.mitchell
2011-06-23Removed @field docs from core/iface.lua.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-06-22Updated Luadoc and lua adeptsense.mitchell
2011-06-22Finish adding support for new Scintilla events; core/events.luamitchell
2011-06-20Updated to Scintilla 2.27.mitchell
2011-06-16Use functions for generating unique IDs for markers, indicators, and user lists.mitchell
2011-06-10Updated for 3.8.mitchell
2011-06-09Updated to Scintilla 2.26; core/iface.luamitchell
2011-06-06Add support for indicator and hotspot events from Brian; core/events.luamitchell
2011-05-09The events.handlers table is now available; core/events.luamitchell
2011-04-27Updated for 3.7.mitchell
2011-03-29Updated for version 3.7 beta 3.mitchell
2011-03-29Handle nil args in gui.print() and set caret after printing.mitchell
2011-03-27Change menu caption for snippet's 'Insert' to 'Expand'.mitchell
2011-03-25Snapopen allows multiple files to be selected now.mitchell