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
/
textadept
/
keys.lua
Age
Commit message (
Expand
)
Author
2016-12-31
Updated copyright information.
mitchell
2016-11-04
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
mitchell
2016-09-15
Updated key bindings list; modules/textadept/keys.lua
mitchell
2016-07-04
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-06-15
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
mitchell
2016-06-15
Renamed "snapopen" to "quick open" in APIs and menus.
mitchell
2016-04-29
Added keybinding for setting compile/run args; modules/textadept/keys.lua
mitchell
2016-04-15
Use function notation for menu and key commands.
mitchell
2016-04-06
Do not assume 1-byte characters in incremental find; modules/textadept/keys.lua
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-06-27
The Enter key is always reported as '\n' on Windows; modules/textadept/keys.lua
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-11
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
2015-01-15
Restore ^Z as undo if terminal suspend is disabled; modules/textadept/keys.lua
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-12-23
Enable suspend in the terminal version.
mitchell
2014-11-30
Show character info with lexer and style call tip; modules/textadept/keys.lua
mitchell
2014-11-30
Added UTF-8 input mode for OSX and curses; modules/textadept/keys.lua
mitchell
2014-11-29
Show symbol documentation in the Lua command entry; modules/textadept/keys.lua
mitchell
2014-11-24
Use Bash syntax highlighting for "filter through" via the command entry.
mitchell
2014-10-30
Ensure "find in files" is off when activating normal find.
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-05
Replaced command entry text field with a Scintilla buffer.
mitchell
2014-09-17
Added terminal key binding to stop the currently running process.
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-06-30
Condensed manual and API documentation into single files.
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
Removed `textadept.editing.select_indented_block()`.
mitchell
2014-05-24
Removed Adeptsense in favor of new framework committed in r1735.
mitchell
2014-05-23
Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.
mitchell
2014-05-19
Use `spawn()` for launching help; modules/textadept/keys.lua
mitchell
2014-03-27
Added basic project support for snapopen and build scripts.
mitchell
2014-03-24
Apparently newer versions of OSX use "Esc"; modules/textadept/keys.lua
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-02-12
Added split views in the terminal version thanks to Chris Emerson.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-10-18
Added "Save All" to the menu.
mitchell
2013-09-21
Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.
mitchell
2013-09-16
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-09-01
Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.
mitchell
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
[next]