aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-10Make adeptsense images user-modifiable; modules/textadept/adeptsense.luamitchell
2011-02-10Put scripts/ in source release; src/Makefilemitchell
2011-02-10Show apidoc '\\' sequences properly; modules/textadept/adeptsense.luamitchell
2011-02-09Ensure proper split between symbol and part; modules/textadept/adeptsense.luamitchell
Match as many non-word characters as possible when splitting the symbol and the part.
2011-02-07Use line margin width of 4 for themes.mitchell
2011-02-06Updated mime-types; modules/textadept/mime_types.confmitchell
2011-02-06Clear keychain on key command error; core/keys.luamitchell
2011-02-03Updated to Scintilla 2.24.mitchell
2011-02-03Fixed bug with Windows paths in goto_ctag(); modules/textadept/adeptsense.luamitchell
2011-02-01Added tag textadept_3.7_beta for changeset c6961f505d80mitchell
2011-02-01Updated for version 3.7 beta.mitchell
2011-01-27Added Adeptsense complete key commands to the manual.mitchell
2011-01-27Added Adeptsense info and screenshots to documentation.mitchell
2011-01-25Fixed typos.mitchell
2011-01-23Send key modifiers to command_entry_keypress event.mitchell
2011-01-23Allow language-specific char_matches and braces for _m.textadept.editing.mitchell
Thanks to Robert Gieseke.
2011-01-23Fixed problem with trailing '/'s in Win32; modules/textadept/mime_types.luamitchell
2011-01-21Fixed bug in goto_line() caused by last commit; modules/textadept/editing.luamitchell
2011-01-21Code cleanup.mitchell
2011-01-19Can navigate between bookmarks with a filteredlist.mitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2011-01-19Fixed goto_ctag(); modules/textadept/adeptsense.luamitchell
2011-01-19Modified Buffer menu options.mitchell
2011-01-18Emit an event after loading a language module; modules/textadept/mime_types.luamitchell
2011-01-18Change cpp and lua module adeptsense key commands.mitchell
2011-01-17Files in scripts/ should be in the source release, not hg.mitchell
2011-01-17Added Adeptsense.mitchell
2011-01-13More informative check_focused_buffer() error message.mitchell
2011-01-09Use proper pointer type for SendScintilla calls; src/textadept.cmitchell
2011-01-02Fixed bug with update_ui in buffer_new and view_new events; core/gui.luamitchell
2011-01-02Added tag textadept_3.6 for changeset 978ab4e6efcbmitchell
2010-12-29The filter-through module handles selected text as stdin better.mitchell
2010-12-29No more pasting issue in Mac OSX; core/gui.luamitchell
2010-12-29Do not call 'buffer_new' when splitting the view.mitchell
2010-12-29Fix bug for gui.statusbar_text being nil; core/keys.luamitchell
2010-12-28Updated copyright information.mitchell
2010-12-28Updated for version 3.6.mitchell
2010-12-28Fixed gui.statusbar_text bug; src/textadept.cmitchell
2010-12-27Improved documentation for Linux installation problems.mitchell
2010-12-26Separated key command manager from key command definitions.mitchell
2010-12-26Moved gui events from core/events.lua to core/gui.lua.mitchell
2010-12-23Added filter-through module for shell commands.mitchell
2010-12-23Code cleanup.mitchell
2010-12-19Use buffer.selection_start and buffer.selection_end.mitchell
2010-12-09Utilize lexers added to scintillua; modules/textadept/mime_types.confmitchell
2010-12-07Fix infinite recursion errors caused in events.mitchell
2010-12-07Renamed functions in src/textadept.c.mitchell
2010-12-06Fixed misspellings in the manual.mitchell
2010-12-03For Linux, change rectangular selection modifier to Super/Win in themes.mitchell
This enables Ctrl+Mouse to be used for multiple selection.
2010-12-01Added tag textadept_3.5 for changeset 702005f7b0c9mitchell