diff options
author | 2009-01-25 22:21:16 -0500 | |
---|---|---|
committer | 2009-01-25 22:21:16 -0500 | |
commit | efc086abed9be5cde8d8540d6b8640af975ddf3d (patch) | |
tree | e05d6e65384aaa0e96af7666aefa8a73673a7086 /core/ext/key_commands_std.lua | |
parent | ff35e0ae339ce65589d8808514a694aab2c54bb3 (diff) | |
download | textadept-efc086abed9be5cde8d8540d6b8640af975ddf3d.tar.gz textadept-efc086abed9be5cde8d8540d6b8640af975ddf3d.zip |
Removed some rarely-used functions from modules/textadept/editing.lua et. al.
Including:
* autocomplete_word_from_dict
* move_line (up and down)
* ruby_exec
* lua_exec
* reformat_paragraph
Diffstat (limited to 'core/ext/key_commands_std.lua')
-rw-r--r-- | core/ext/key_commands_std.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/ext/key_commands_std.lua b/core/ext/key_commands_std.lua index 9327da18..b6db26b6 100644 --- a/core/ext/key_commands_std.lua +++ b/core/ext/key_commands_std.lua @@ -54,16 +54,12 @@ keys.cq = { m_editing.block_comment } -- TODO: { m_editing.current_word, 'delete' } -- TODO: { m_editing.transpose_chars } -- TODO: { m_editing.squeeze } --- TODO: { m_editing.move_line, 'up' } --- TODO: { m_editing.move_line, 'down' } -- TODO: { m_editing.convert_indentation } -- TODO: { m_editing.smart_cutcopy } -- TODO: { m_editing.smart_cutcopy, 'copy' } -- TODO: { m_editing.smart_paste } -- TODO: { m_editing.smart_paste, 'cycle' } -- TODO: { m_editing.smart_paste, 'reverse' } --- TODO: { m_editing.ruby_exec } --- TODO: { m_editing.lua_exec } keys.ac = { -- enClose in... t = { m_editing.enclose, 'tag' }, st = { m_editing.enclose, 'single_tag' }, |