index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Age
Commit message (
Expand
)
Author
2014-10-18
Handle unknown CSI events and bracketed pasted in the terminal version.
mitchell
2014-10-13
Parameterize lexer and height for `ui.command_entry.enter_mode()`.
mitchell
2014-10-11
Grow and shrink views by an integral, not arbitrary, value.
mitchell
2014-10-11
Move the command entry into a split pane on GTK.
mitchell
2014-10-07
Automatically add standard editing keys; modules/textadept/command_entry.lua
mitchell
2014-10-06
Fixed autocomplete bug in curses; modules/textadept/command_entry.lua
mitchell
2014-10-05
Added editing keys for use with other modes; modules/textadept/command_entry.lua
mitchell
2014-10-05
Replaced command entry text field with a Scintilla buffer.
mitchell
2014-09-29
Updated Lua autocompletion and documentation.
mitchell
2014-09-29
Fix replace bug when embedded Lua evals to a number; modules/textadept/find.lua
mitchell
2014-09-17
More LuaDoc updates.
mitchell
2014-09-17
Added terminal key binding to stop the currently running process.
mitchell
2014-09-16
Updated some LuaDoc.
mitchell
2014-09-15
Added Xtend lexer; modules/textadept/file_types.lua
mitchell
2014-09-04
Enable true spawning on Mac OSX GUI version.
mitchell
2014-09-01
Updated Lua autocompletion and documentation.
mitchell
2014-08-15
Reverted separating ^H from Backspace in the terminal version.
mitchell
2014-08-13
Separate ^H from Backspace in the terminal version.
mitchell
2014-07-10
Updated Lua autocompletion and documentation.
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-20
More code cleanup; modules/textadept/editing.lua
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-06-09
Fixed word autocompletion bug when ignoring case; modules/textadept/editing.lua
mitchell
2014-06-07
Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.
mitchell
2014-06-04
Always focus the message buffer initially; modules/textadept/run.lua
mitchell
2014-06-04
Pressing "Enter" in message buffer simulates double-click.
mitchell
2014-05-31
Updated Lua autocompletions and documentation.
mitchell
2014-05-29
Code cleanup.
mitchell
2014-05-29
Fix bug when copying an existing menu/submenu; modules/textadept/menu.lua
mitchell
2014-05-28
Store incremental find text for later use; modules/textadept/keys.lua
mitchell
2014-05-28
Moved 'lua_command' mode into command entry module and removed some API funcs.
mitchell
2014-05-28
Updated LuaDoc.
mitchell
2014-05-28
Textadept's menus may be edited in-place via the `textadept.menu` module.
mitchell
2014-05-28
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
Utilize list separator characters instead of hard-coded characters.
mitchell
2014-05-25
Added character equivalents for XPM images; modules/textadept/editing.lua
mitchell
2014-05-25
ANSI C and Lua language module tweaks.
mitchell
2014-05-24
Removed Adeptsense in favor of new framework committed in r1735.
mitchell
2014-05-24
Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.
mitchell
2014-05-23
Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.
mitchell
2014-05-23
Fixed bug related to captures from previous searches; modules/textadept/find.lua
mitchell
2014-05-19
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-13
Added block comment support for reST and YAML; modules/textadept/editing.lua
mitchell
2014-05-10
Recognize reST and YAML files.
mitchell
2014-04-30
Updated documentation.
mitchell
2014-04-30
Disable output buffering in Python; modules/textadept/run.lua
mitchell
[next]