aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-12-01Change back to Shift+Return for autocomplete end; modules/lua/commands.luamitchell
2010-11-30Updated manual.mitchell
2010-11-30Updated for version 3.5.mitchell
2010-11-30Added 'file_after_save' event.mitchell
2010-11-30New manual.mitchell
2010-11-30Added more options for themes.mitchell
2010-11-30Ignore shebang line when checking Lua syntax; modules/lua/commands.luamitchell
2010-11-24Added key commands and menu options for toggling virtual space.mitchell
2010-11-23Win32 package includes GTK; the runtime is no longer needed.mitchell
2010-11-23Code cleanup.mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-11-19Mac OSX textadept.app includes GTK-OSX; the framework is no longer needed.mitchell
2010-11-15LuaDoc cleanup.mitchell
2010-11-15Updated links to Gtk Framework for Mac OSX.mitchell
2010-11-11Code cleanup.mitchell
2010-11-11Simplify modules/textadept/menu.lua by Robert Gieseke.mitchell
2010-11-10Updated LuaDoc; modules/lua/commands.luamitchell
2010-11-10Changes to Lua module.mitchell
Added syntax checking for file saving. Changed autocomplete of 'end' to take advantage of key propagation; Pressing Shift+Return is no longer necessary; Return is used.
2010-11-01Added tag textadept_3.4 for changeset dacf8e997667mitchell
2010-10-28Fixed syntax error in modules/textadept/run.lua.mitchell
2010-10-28Rename MAC variable in to OSX in Lua, __OSX__ in C.mitchell
2010-10-28Fixed bug in modules/textadept/run.lua from localization changes.mitchell
2010-10-28Display expected error messages in file IO.mitchell
2010-10-28Use new Scintilla API for saving fold state; core/events.luamitchell
2010-10-28Updated for version 3.4.mitchell
2010-10-27Updated to Scintillua 2.22.mitchell
2010-10-27Do not try to check for file updates if it cannot be read; core/file_io.luamitchell
2010-10-25Fix compiler warning; src/textadept.cmitchell
2010-10-25Do not clear statusbar text if set by key command; modules/textadept/keys.luamitchell
2010-10-25Speed up find in files; modules/textadept/find.luamitchell
2010-10-25Allow access to find_in_files() through the gui.find API.mitchell
2010-10-25Fix gui.dialog() bug with more than one table arg; src/textadept.cmitchell
2010-10-24Updated LuaDoc; core/._G.luadocmitchell