Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Textadept's menus may be edited in-place via the `textadept.menu` module. | mitchell | 2014-05-28 |
| | | | | | Any changes, even incremental ones, are reflected immediately. As a result, removed `set_menubar()` and `set_contextmenus()` from API. | ||
* | Removed `textadept.editing.select_indented_block()`. | mitchell | 2014-05-28 |
| | |||
* | Fixed bug in highlighting a word from its end; modules/textadept/editing.lua | mitchell | 2014-05-28 |
| | |||
* | Removed `HIGHLIGHT_BRACES` option; modules/textadept/editing.lua | mitchell | 2014-05-28 |
| | | | | | Setting the style of `INDIC_BRACEMATCH` to `INDIC_HIDDEN` effectively disables brace highlighting. | ||
* | Updated LuaDoc. | mitchell | 2014-05-28 |
| | |||
* | Utilize list separator characters instead of hard-coded characters. | mitchell | 2014-05-28 |
| | |||
* | Updated to Scintilla 3.4.2. | mitchell | 2014-05-25 |
| | | | | | | | Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b. | ||
* | Added character equivalents for XPM images; modules/textadept/editing.lua | mitchell | 2014-05-25 |
| | |||
* | ANSI C and Lua language module tweaks. | mitchell | 2014-05-25 |
| | |||
* | Drop support for official java, php, rails, and rhtml modules; src/Makefile | mitchell | 2014-05-24 |
| | |||
* | Removed Adeptsense in favor of new framework committed in r1735. | mitchell | 2014-05-24 |
| | | | | | Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions. | ||
* | Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature. | mitchell | 2014-05-24 |
| | | | | | Removed workaround for autocompleting in multiple selections. Requires Scintilla changeset 5114:bd09a915437d. | ||
* | Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`. | mitchell | 2014-05-23 |
| | | | | | | | | The new `textadept.editing.autocomplete()` is a generic function for a new autocompletion framework that will replace Adeptsense. The framework involves individual autocompletion functions, such as one for autocompleting words. Also added new `AUTOCOMPLETE_ALL` setting for searching all buffers for word completions. | ||
* | Fixed bug related to captures from previous searches; modules/textadept/find.lua | mitchell | 2014-05-23 |
| | |||
* | Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`. | mitchell | 2014-05-23 |
| | |||
* | Fixed bug when double-clicking message buffer; modules/textadept/run.lua | mitchell | 2014-05-19 |
| | |||
* | Fixed bug in opening Manual from Help menu; modules/textadept/menu.lua | mitchell | 2014-05-19 |
| | |||
* | Use `spawn()` for launching help; modules/textadept/keys.lua | mitchell | 2014-05-19 |
| | |||
* | Added block comment support for reST and YAML; modules/textadept/editing.lua | mitchell | 2014-05-13 |
| | |||
* | Documented new `proc:read()`; core/.proc.luadoc | mitchell | 2014-05-13 |
| | | | | Requires lspawn r18. | ||
* | Recognize reST and YAML files. | mitchell | 2014-05-10 |
| | | | | Requires Scintillua r423. | ||
* | Add "_HOME/modules" to `package.cpath`; init.lua | mitchell | 2014-05-10 |
| | |||
* | Fixed bug in exporting Lua symbols on Windows. | mitchell | 2014-05-10 |
| | |||
* | Added tag textadept_7.2 for changeset d68f10053b9b | mitchell | 2014-04-30 |
| | |||
* | Updated CHANGELOG.md. | mitchell | 2014-04-30 |
| | |||
* | Updated documentation. | mitchell | 2014-04-30 |
| | |||
* | Disable output buffering in Python; modules/textadept/run.lua | mitchell | 2014-04-30 |
| | |||
* | Updated for 7.2. | mitchell | 2014-04-30 |
| | |||
* | Message buffer can send input to spawned processes; modules/textadept/run.lua | mitchell | 2014-04-22 |
| | |||
* | Added tag textadept_7.2_beta_4 for changeset b11bd30a7e6a | mitchell | 2014-04-11 |
| | |||
* | Updated CHANGELOG.md. | mitchell | 2014-04-11 |
| | |||
* | Updated Lua Adeptsense. | mitchell | 2014-04-10 |
| | |||
* | Updated for 7.2 beta 4. | mitchell | 2014-04-10 |
| | |||
* | More accurate error message; src/textadept.c | mitchell | 2014-04-10 |
| | |||
* | Temporarily disable spawn in OSX due to GLib crashes. | mitchell | 2014-04-10 |
| | |||
* | Fixed bug introduced by r1710 relating to absolute paths. | mitchell | 2014-04-10 |
| | |||
* | Added page describing Textadept's underlying technologies. | mitchell | 2014-04-07 |
| | |||
* | Added `lfs.abspath()` in order to always use absolute paths. | mitchell | 2014-04-06 |
| | | | | Thanks to Pedro Andres Aranda Gutierrez. | ||
* | Fixed bug when cancelling dropdown dialog; core/ui.lua | mitchell | 2014-04-06 |
| | |||
* | Clarified "wrapping" in find/replace; modules/textadept/find.lua | mitchell | 2014-04-06 |
| | |||
* | Added tag textadept_7.2_beta_3 for changeset ecdf2fd8e2e7 | mitchell | 2014-04-01 |
| | |||
* | Updated CHANGELOG.md. | mitchell | 2014-04-01 |
| | |||
* | Updated for 7.2 beta 2. | mitchell | 2014-04-01 |
| | |||
* | Updated to Scintilla 3.4.1; src/Makefile | mitchell | 2014-04-01 |
| | |||
* | Updated Lua Adeptsense; modules/lua/init.lua | mitchell | 2014-04-01 |
| | |||
* | Workaround for GTKOSX abort; modules/textadept/run.lua | mitchell | 2014-04-01 |
| | | | | | | | 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. | ||
* | Updated Lua Adeptsense. | mitchell | 2014-03-28 |
| | |||
* | Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8. | mitchell | 2014-03-28 |
| | |||
* | Added more documentation on project building. | mitchell | 2014-03-28 |
| | |||
* | Added basic project support for snapopen and build scripts. | mitchell | 2014-03-27 |
| | | | | Also fixed some curses errors introduced by the last commit. |