From efc086abed9be5cde8d8540d6b8640af975ddf3d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 25 Jan 2009 22:21:16 -0500 Subject: 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 --- core/ext/key_commands_std.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/ext/key_commands_std.lua') 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' }, -- cgit v1.2.3