aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-22Added key commands and menu items to navigate 'Find in Files' list.mitchell
2009-02-22Fixed key command shortcut for m_snippets.list; core/ext/key_commands.lua.mitchell
2009-02-22Reset buffer.modification_time inside buffer:reload(); core/file_io.luamitchell
2009-02-22Set MARK_*_COLOR for all new views rather than just the current one.mitchell
2009-02-21Fixed ctags browser bug with filenames; core/ext/pm/ctags_browser.luamitchell
2009-02-21Do not add browsers to the combo entry again on textadept.reset().mitchell
2009-02-21Fixed toggle bookmark bug, wrap searches; modules/textadept/bookmarks.luamitchell
2009-02-20Added tag textadept_1.5 for changeset 2d66b932a874mitchell
2009-02-19Remove multiple '/'s in the file browser; core/ext/pm/file_browser.luamitchell
2009-02-17Forgot to close the configuration file being read; core/ext/mime_types.luamitchell
2009-02-17Moved localization into a configuration file.mitchell
2009-02-17Removed hard-coded lexers from core/ext/menu.lua; generate them dynamically.mitchell
2009-02-17Moved mime-type configuration into a configuration file.mitchell
2009-02-16Save "_type" buffers in session file; core/file_io.luamitchell
2009-02-16Fixed some key command modifiers; core/ext/key_commands.luamitchell
2009-02-15Cleaned up some Lua code.mitchell
2009-02-15Removed buggy 'Select in Structure' from _m.textadept.editing.mitchell
2009-02-15Find in Files marks the double-clicked line; core/ext/find.luamitchell
2009-02-15Rewrote modules/textadept/run.lua.mitchell
2009-02-15Only use escape sequences in Lua pattern searches; core/ext/find.luamitchell
2009-02-15Minor refactoring, more encapsulation, and code cleanup.mitchell
2009-02-15PM browser cursors are saved and restored when switching between browsers.mitchell
2009-02-14Fixed LuaDoc for buffer:get_line_sel_start_position(); core/.buffer.luamitchell
2009-02-14Refactored Project Manager code.mitchell
2009-02-14Multi-depth PM cursor expands parent rows (if possible); src/lua_interface.cmitchell
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-14Code cleanup.mitchell
2009-02-14Added textadept.context_menu field for a custom popup context menu.mitchell
2009-02-14Removed worthless textadept.popupmenu() function.mitchell
2009-02-14Prompt for file reload if it was modified outside of Textadept.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-12Treat 'appleevent_odoc' event as a 'uri_dropped' event; core/events.luamitchell
2009-02-12Load dropped directories into the PM file browser; core/ext/pm/file_browser.luamitchell
2009-02-12If filename exists, but cannot be read, do not open it; core/file_io.luamitchell
2009-02-12Removed old Textmate-style snippets; Lua-style ones are the default anyway.mitchell
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-10Added tag textadept_1.4 for changeset f45cb8542320mitchell
2009-02-10Changed default cursors to prevent an occasional GTK-OSX binary file hang.mitchell
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 ability to remove PM browsers; src/lua_interface.cmitchell
2009-02-08Do not let GtkComboBoxes have focus; src/textadept.cmitchell
2009-02-08Fix compiler warning; src/textadept.cmitchell