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