aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-06Fixed bug when cancelling dropdown dialog; core/ui.luamitchell
2014-04-06Clarified "wrapping" in find/replace; modules/textadept/find.luamitchell
2014-04-01Added tag textadept_7.2_beta_3 for changeset ecdf2fd8e2e7mitchell
2014-04-01Updated CHANGELOG.md.mitchell
2014-04-01Updated for 7.2 beta 2.mitchell
2014-04-01Updated to Scintilla 3.4.1; src/Makefilemitchell
2014-04-01Updated Lua Adeptsense; modules/lua/init.luamitchell
2014-04-01Workaround for GTKOSX abort; modules/textadept/run.luamitchell
There is a failed assertion related to file descriptors which is somehow caused by executing a Lua callback on process exit. If there is no Lua callback, there is no abort. Closing file descriptors before executing the Lua callback has no effect.
2014-03-28Updated Lua Adeptsense.mitchell
2014-03-28Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.mitchell
2014-03-28Added more documentation on project building.mitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
Also fixed some curses errors introduced by the last commit.
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`.
2014-03-24Apparently newer versions of OSX use "Esc"; modules/textadept/keys.luamitchell
Corrected documentation.
2014-03-24Updated CDK compiling info for new "optionselect" dialog; doc/12_Compiling.mdmitchell
2014-03-23Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.mitchell
2014-03-20Added new `ui.SILENT_PRINT` option for printing to buffers silently; core/ui.luamitchell
Those buffers will not steal focus and no views will be split.
2014-03-12Changed line endings back to UNIX; THANKS.mdmitchell
2014-03-10Fixed Win32 terminal bug that disallowed Shifted characters; src/textadept.cmitchell
2014-03-05Added compilation issue to FAQ.md.mitchell
2014-03-05Added support for gtdialog's new `optionselect` dialog.mitchell
This requires gtdialog r68 (changeset 1426c89d2874).
2014-03-01Added tag textadept_7.2_beta_2 for changeset 6fee281f7ea8mitchell
2014-03-01Updated CHANGELOG.md.mitchell
2014-03-01Added tag textadept_7.2_beta for changeset b81655094b51mitchell
2014-03-01Updated for 7.2 beta 2.mitchell
2014-03-01Use `assert(...)` as a shortcut for `if not ... then error() end`.mitchell
2014-02-19Fixed bug introduced by last commit; core/ui.luamitchell
2014-02-18Fixed bug with empty entries in multiple entry inputdialogs; core/ui.luamitchell
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
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