aboutsummaryrefslogtreecommitdiff
path: root/core/locale.conf
AgeCommit message (Collapse)Author
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
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module.
2011-07-11Removed label mnemonics from localization keys.mitchell
2011-06-30Localize the labels and buttons in the find GUI frame; src/textadept.cmitchell
2011-06-23Use string constants for event names.mitchell
2011-03-27Change menu caption for snippet's 'Insert' to 'Expand'.mitchell
2011-03-25Snapopen allows multiple files to be selected now.mitchell
2011-03-23Rewrote _m.textadept.snippets module.mitchell
Snippet syntax has changed; see LuaDoc for details.
2011-02-26Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'.mitchell
2011-01-19Can navigate between bookmarks with a filteredlist.mitchell
2011-01-19Modified Buffer menu options.mitchell
2011-01-13More informative check_focused_buffer() error message.mitchell
2010-12-28Updated copyright information.mitchell
2010-12-23Added filter-through module for shell commands.mitchell
2010-11-24Added key commands and menu options for toggling virtual space.mitchell
2010-11-23Code cleanup.mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-10-28Display expected error messages in file IO.mitchell
2010-10-15Can highlight all occurances of a word; adapted from Brian Schott.mitchell
2010-10-15Changed locale implementation.mitchell
2010-09-30Set max list size for snapopen to prevent blocking.mitchell
2010-09-29Added a textadept.snapopen module.mitchell
2010-06-11Cleanup.mitchell
2010-04-21Moved 'Search' menu into 'Tools' to resolve Alt+S key command conflict.mitchell
2010-04-05Removed kill-ring.mitchell
2010-03-30Added About dialog.mitchell
2010-03-25Added notification for session files not found.mitchell
2010-03-23Reverted removing main menu accelerators; core/locale.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-20Can change lexer from a filtered list dialog.mitchell
2010-03-10Added textadept.buffer_switch() to replace side pane's buffer browser.mitchell
2010-03-10Removed side pane.mitchell
2010-03-02Removed mlines module since Scintilla's new multiple selections supersede it.mitchell
2010-02-25Changed conflicting menu shortcut for Lexers; core/locale.confmitchell
2010-02-25Modified quit and close dialogs to be more readable.mitchell
Submitted by rgieseke.
2010-02-23Changed conflicting menu shortcut for Lexers; core/locale.confmitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-25Documentation overhaul.mitchell
2009-07-13Added incremental find.mitchell
2009-07-12textadept.dialog doesn't support '--text' for 'fileselect'.mitchell
CocoaDialog supports this, but gcocoadialog is used now.
2009-07-08Better session management.mitchell
Can load and save from the menu now as well.
2009-07-08Added 'Help' menu.mitchell
2009-06-20Try list of encodings to load if none was detected rather than just UTF-8.mitchell
Any non-detected encoding that was not UTF-8 would cause an error on load since it was treated as UTF-8.
2009-04-02Removed macro support; just use Lua for scripting.mitchell
2009-03-01Added support for multiple character encodings through g_convert().mitchell
Can open, save, and convert between different character encodings now.
2009-02-28Removed 'project' Project Manager browser.mitchell
2009-02-22Added key commands and menu items to navigate 'Find in Files' list.mitchell
2009-02-17Moved localization into a configuration file.mitchell