aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-27Credit; themes/dark/lexer.luamitchell
2011-11-27Updated Lua Adeptsense.mitchell
2011-11-22Simplify theming via gtkrc by naming GtkWindow only.mitchell
2011-11-23Code cleanup.mitchell
2011-11-23Removed _m.textadept.editing.select_style().mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
2011-11-11Fixed erroneous charset conversion; core/file_io.luamitchell
2011-11-08Fixed bug with opening files in current dir from command line; core/file_io.luamitchell
Thanks to Travis Herrick.
2011-11-01Added tag textadept_4.2 for changeset 74df1a2cc69amitchell
2011-10-31Updated for 4.2.mitchell
2011-10-31Updated to Scintilla 3.0.0.mitchell
2011-10-26Fixed Adeptsense autocomplete for single item; modules/textadept/adeptsense.luamitchell
2011-10-04Fixed bug with %n in replace introduced by r960; modules/textadept/find.luamitchell
2011-10-02Updated manual.mitchell
2011-10-02Added tag textadept_4.1 for changeset 7dee90d09b2dmitchell
2011-09-28Use lexer at the caret for key commands and snippets.mitchell
2011-09-28Updated Lua adeptsense.mitchell
2011-09-28Fixed bug with autocomplete and capitalizations; modules/textadept/editing.luamitchell
Thanks to Brian Schott.
2011-09-28Use LuaCoco patch for Lua 5.1.4.mitchell
2011-09-28Update context menu on VIEW_AFTER_SWITCH; modules/textadept/menu.luamitchell
2011-09-28Updated for 4.1.mitchell
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-27Added language-specific context menu support.mitchell
2011-09-26Add manual sidebar link to Language Modules; doc/sidebar.mdmitchell
2011-09-26Added manual documentation on Lua 5.1 configuration.mitchell
2011-09-26Change directory on io.open_file() or buffer:save_as(); core/file_io.luamitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Updated Doxygen doc; src/textadept.cmitchell
2011-09-25Added luaopen_lfs and luaopen_lpeg; src/lua.symmitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense.
2011-09-21Emit 'SCN' on SCNotification instead of calling events.notification().mitchell
2011-09-21Renamed 'editor' variables to 'view'; src/textadept.cmitchell
2011-09-21Rearranged Tools menu.mitchell
2011-09-20No need to set buffer.eol_mode for OSX since Scintilla 2.29; core/gui.luamitchell
2011-09-08Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadocmitchell
2011-09-08Fix bug with CALL_TIP_CLICK event disconnect; modules/textadept/adeptsense.luamitchell
2011-09-08Only fold when clicking on fold margin, not any sensitive one; core/gui.luamitchell
2011-09-05Handle mouse dwell events.mitchell
2011-09-01Added tag textadept_4.0 for changeset be4a98382cecmitchell
2011-08-31Indicate UTF-8 charset for manual pages; scripts/update_docmitchell
2011-08-31Added Lua debug.traceback documentation.mitchell
2011-08-30Updated Lua apidoc; modules/lua/apimitchell
2011-08-30Updated for 4.0.mitchell
2011-08-30Updated manual.mitchell
2011-08-28Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX.mitchell
The Option+Letter combination produces locale-dependent characters so it cannot be used reliably.
2011-08-25Do not hide the statusbar when command entry is focused; src/textadept.cmitchell
2011-08-25Set buffer.eol_mode properly for new buffers on Mac OSX; core/gui.luamitchell
2011-08-24Added note for OSX environment variables; doc/manual/2_Installation.mdmitchell
Thanks to Robert Gieseke for pointing this out.
2011-08-22Changed some key commands.mitchell