aboutsummaryrefslogtreecommitdiff
path: root/core/ext
AgeCommit message (Collapse)Author
2009-02-15Find in Files marks the double-clicked line; core/ext/find.luamitchell
2009-02-15Only use escape sequences in Lua pattern searches; core/ext/find.luamitchell
2009-02-15PM browser cursors are saved and restored when switching between browsers.mitchell
2009-02-14update_ui() when selecting a lexer from the menu just in case; core/ext/menu.luamitchell
2009-02-14Read and write in binary mode for everything.mitchell
2009-02-14Added textadept.context_menu field for a custom popup context menu.mitchell
2009-02-14Be consistant in hacking around GTK-OSX's handling of 'Alt'; core/ext/keys.luamitchell
2009-02-14Can toggle the showing of 'dot' files in the PM file browser via popupmenu.mitchell
2009-02-14Find in Files should search in 'dot' files; core/ext/find.luamitchell
2009-02-12Load dropped directories into the PM file browser; core/ext/pm/file_browser.luamitchell
2009-02-12Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.mitchell
2009-02-12Replaced my key_commands.lua with consolidated key_commands_{std,mac}.lua.mitchell
2009-02-12Fixed some corner cases for Find in Files user interface; core/ext/find.luamitchell
2009-02-10Moved the textadept.locale table into the globals table.mitchell
2009-02-10Use a _type field for special _print() buffers' titles instead of 'Untitled'.mitchell
2009-02-08Fixed Paste menu issue with Mac OSX; core/ext/menu.luamitchell
2009-02-08Do not do any find/replace when there is no find text.mitchell
2009-02-08Removed buffer:find() function.mitchell
2009-02-05Fixed a bug and added enhancements to Find in Files.mitchell
Double-clicking a search result will open the file in the previous view (if it exists) rather than clobbering the current one. Also added the find text to the output.
2009-02-05Respond to GtkComboBoxEntry's "changed" event with PM entry activation.mitchell
Since every keypress causes "changed" to fire, the file browser should only populate the PM view if the current filepath is a valid directory.
2009-02-04Ignore find text case with case-insensitive find in files; core/ext/find.luamitchell
2009-02-01Added menu options for changing line endings in buffers.mitchell
2009-01-27Use a combo entry to either type in or select a PM browser to use.mitchell
2009-01-26Menu label text is irrelevant for menu actions due to l10n; focus on menu_id.mitchell
2009-01-26Menu label text is irrelevant for PM menu actions due to l10n; focus on menu_id.mitchell
2009-01-26Added 'Replace All' for just selected text.mitchell
2009-01-25Removed some rarely-used functions from modules/textadept/editing.lua et. al.mitchell
Including: * autocomplete_word_from_dict * move_line (up and down) * ruby_exec * lua_exec * reformat_paragraph
2009-01-25Fix a 'Replace All' bug and make it undo-able; core/ext/find.luamitchell
2009-01-25Replaced str:match with str:find where applicable for speed improvements.mitchell
2009-01-25goto_file shouldn't depend on _m.textadept.editing.goto_line; core/ext/find.luamitchell
2009-01-25Updated core/ext/pm/buffer_browser.lua to update the PM cursor appropriately.mitchell
2009-01-25Scroll the view back to how it was for 'no results found'; core/ext/find.luamitchell
2009-01-24Added Find in Files support.mitchell
2009-01-24Removed 'find' Project Manager browser.mitchell
2009-01-14Added key commands, menu items, and locale strings for running/compiling files.mitchell
2009-01-10Various improvements to speed and readability of Lua code.mitchell
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc. Added more locals to core/ext/keys.lua for speed improvement. Reformatted some Lua modules to the earlier standard committed.
2009-01-08Reformatted all C and Lua code to a single standard for each language.mitchell
2009-01-05Move all 'require' statements into init.lua and label for easy configuration.mitchell
2009-01-05Add bookmarks to the textadept module and menu.mitchell
2009-01-03Added localization support.mitchell
All Textadept messages are in core/locale.lua which provides the new 'textadept.locale' module.
2009-01-02Fixed core/ext/key_commands_std.lua key conflict.mitchell
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-30Added 'Show PM Project' to 'Project Manager' menu; core/ext/menu.luamitchell
2008-12-30Updated core/ext/keys.lua LuaDoc for the ALT key on Mac OSX.mitchell
2008-12-30Fixes to recognize Windows path separators.mitchell
2008-12-23Updated core/ext/pm/modules_browser.lua to use LuaFileSystem and templates.mitchell
2008-12-23Use table.concat instead of multiple string concats for performance improvement.mitchell
2008-12-23Changed ctags flag for use with Mac OSX; core/ext/pm/ctags_browser.luamitchell
2008-12-22Fixed bugs in macros and macro browser.mitchell
2008-12-21Finally added ability to quit Textadept from Lua.mitchell