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
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
2013-07-08
Renamed Textadept module's "mime_types" to "file_types" and removed config file.
mitchell
2013-07-08
Added curses keys to key bindings documentation; modules/textadept/keys.lua
mitchell
2013-06-24
Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.
mitchell
2013-06-24
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-06-21
Remove theme selection since it does not persist.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-26
Consolidated the editing module's `grow_selection()` into `enclose_selected()`.
mitchell
2013-04-25
Added icons to msgbox dialogs.
mitchell
2013-04-24
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
mitchell
2013-04-24
Mark recognized errors in compile/run output and added navigation functions.
mitchell
2013-04-24
Moved `_M.textadept.filter_through` functionality into `editing` module.
mitchell
2013-04-24
Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
2013-04-19
Updated some documentation.
mitchell
2013-04-15
Updated Windows curses key bindings; modules/textadept/keys.lua
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-02-26
Removed useless gui.dialog() options for fileopen/filesave.
mitchell
2013-01-20
Updated copyright date.
mitchell
2013-01-03
Use `buffer.selection_mode` for ncurses mark mode; modules/textadept/keys.lua
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-10-31
Fix typos in documentation.
mitchell
2012-10-29
Updated documentation formatting.
mitchell
2012-10-17
Added ncurses key bindings for bookmarks; modules/textadept/keys.lua
mitchell
2012-10-16
Added key shortcut for toggling fold points; modules/textadept/keys.lua
mitchell
2012-10-12
Fixed bug in key command; modules/textadept/keys.lua
mitchell
2012-10-06
Fixed more bugs introduced by r1260.
mitchell
2012-09-28
Added marks for making selection in ncurses.
mitchell
2012-09-18
Fixed incremental find in ncurses.
mitchell
2012-09-17
Added ncurses CDK field key bindings to list; modules/textadept/keys.lua
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-07-21
More Lua code cleanup and API changes.
mitchell
2012-07-21
Lua code cleanup and API changes.
mitchell
2012-07-16
Reverted r1189; ncurses command entry key command is M-C again.
mitchell
2012-07-15
Changed ncurses command entry key command from M-C to M-E.
mitchell
2012-07-09
Ignore Fn-key combinations on Mac OSX.
mitchell
2012-06-22
Resize most filteredlists to fit the ncurses screen.
mitchell
2012-06-22
Updated key commands for ncurses.
mitchell
2012-06-21
Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.
mitchell
2012-03-27
Translate all messages instead of relying on GTK to translate stock items.
mitchell
2012-03-22
Updated paths to Manual and LuaDoc in menus and key commands.
mitchell
[next]