aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-12C code cleanup; src/textadept.cmitchell
2014-02-10Updated CHANGELOG.md.mitchell
2014-02-10Updated for 7.2 beta.mitchell
2014-02-10Removed unnecessary return from `main()`; src/textadept.cmitchell
2014-02-10Improved compatibility of experimental winapi `os.execute()`; core/file_io.luamitchell
2014-02-05Updated to Scintilla 3.3.9.mitchell
2014-01-28Fixed bug with restoring views in buffers with word wrap enabled; core/ui.luamitchell
2014-01-16Small C code cleanup; src/textadept.cmitchell
2014-01-16Added support for multiple entry boxes in inputdialogs.mitchell
Requires latest gtdialog hg (r67).
2014-01-14Added Swedish translation from Niklas Wallén.mitchell
2014-01-12Updated copyright information.mitchell
2014-01-12New home page along with some documentation content and layout changes.mitchell
2014-01-03Handle './' and '../' sequences in filepaths; core/file_io.luamitchell
2014-01-01Added tag textadept_7.2_alpha for changeset 9a6382e6ed7cmitchell
2014-01-01Updated CHANGELOG.md.mitchell
2014-01-01Updated Lua Adeptsense.mitchell
2014-01-01Updated for 7.2 alpha.mitchell
2014-01-01Merge the separate Textadept and lexer Lua states into a single unified one.mitchell
This is an experimental change and requires the latest Scintillua changes.
2013-12-29C code cleanup; src/textadept.cmitchell
2013-12-22Fixed error in file types; modules/textadept/file_types.luamitchell
2013-12-21Added ISBN to book information; MEDIA.mdmitchell
2013-12-19Some programs pass lower-case drive letters to external editors; core/args.luamitchell
2013-12-19Ensure wget uses the correct names when saving dependencies; src/Makefilemitchell
Some websites serve packages using strange URLs or have odd names that can confuse different versions of wget.
2013-12-19Added configurable tab context menus.mitchell
Deprecated `textadept.menu.set_contextmenu()` in favor of new `textadept.menu.set_contextmenus()`.
2013-12-19Export TermKey instance so CDK can use it for input.mitchell
This eliminates the problems caused by libtermkey and CDK having separate input buffers.
2013-12-18Renamed "hypertext" lexer to "html".mitchell
2013-12-18Enable read-only access to the current chain of key sequences; core/keys.luamitchell
2013-12-16Updated LuaDoc; core/.buffer.luadocmitchell
2013-12-15Added dummy `flush()` for processes in experimental winapi; core/file_io.luamitchell
2013-12-15Updated to Scintilla 3.3.7.mitchell
2013-12-15Updated src/lua.patch for Lua 5.2.3.mitchell
2013-12-14Updated to Lua 5.2.3; src/Makefilemitchell
2013-12-14Do not stop opening files if one of them is already open; core/file_io.luamitchell
2013-12-14Allow process writing in experimental winapi.mitchell
Other modifications to make the return value for `io.popen()` more file-like.
2013-12-14Updated book information.mitchell
2013-12-12Honor window maximized setting in session files; modules/textadept/session.luamitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-20Fixed `os.execute()` return values in experimental winapi; core/file_io.luamitchell
2013-11-20Look for `~/.textadept/osx_env.sh` for OSX environment variables.mitchell
Also clarified `ta` launcher since `--help` is unavailable.
2013-11-19Do not split the view when printing messages if tabs are enabled; core/ui.luamitchell
2013-11-19Experimental winapi extension for preventing the flashing black box on Windows.mitchell
Compile in a stripped version of Steve Donovan's winapi library and override `io.popen` and `os.execute`.
2013-11-18LuaDoc updates.mitchell
2013-11-14Added support for Dart; modules/textadept/file_types.luamitchell
2013-11-11Added tag textadept_7.1 for changeset dcefcbb61eebmitchell
2013-11-11Updated CHANGELOG.md.mitchell
2013-11-11Updated Lua Adeptsense.mitchell
2013-11-11Updated for 7.1.mitchell
2013-11-11Updated documentation.mitchell
2013-11-11Added `events.FILE_CHANGED`; core/file_io.luamitchell
Add an event handler at index 1 to override the default prompt to reload.
2013-11-11Fixed bug when replacement captures have escapes; modules/textadept/find.luamitchell