aboutsummaryrefslogtreecommitdiff
path: root/core/ext/key_commands_mac.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-25 22:21:16 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-25 22:21:16 -0500
commitefc086abed9be5cde8d8540d6b8640af975ddf3d (patch)
treee05d6e65384aaa0e96af7666aefa8a73673a7086 /core/ext/key_commands_mac.lua
parentff35e0ae339ce65589d8808514a694aab2c54bb3 (diff)
downloadtextadept-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_mac.lua')
-rw-r--r--core/ext/key_commands_mac.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/ext/key_commands_mac.lua b/core/ext/key_commands_mac.lua
index a3e92f1b..258c91a9 100644
--- a/core/ext/key_commands_mac.lua
+++ b/core/ext/key_commands_mac.lua
@@ -54,16 +54,12 @@ keys.cq = { m_editing.block_comment }
-- TODO: { m_editing.current_word, 'delete' }
keys.ct = { 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 }
keys.ck = { m_editing.smart_cutcopy }
-- TODO: { m_editing.smart_cutcopy, 'copy' }
keys.cy = { m_editing.smart_paste }
keys.ay = { m_editing.smart_paste, 'cycle' }
keys.say = { m_editing.smart_paste, 'reverse' }
--- TODO: { m_editing.ruby_exec }
--- TODO: { m_editing.lua_exec }
keys.cc = { -- enClose in...
t = { m_editing.enclose, 'tag' },
st = { m_editing.enclose, 'single_tag' },