From 9827462bc8ac4ecc6009f2285c2397bf6ff64777 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 8 Jul 2009 19:14:33 -0400 Subject: Extended the event system to include project manager, find, command entry, etc. --- core/.command_entry.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core/.command_entry.lua') diff --git a/core/.command_entry.lua b/core/.command_entry.lua index 3d5e24fd..c1a06f45 100644 --- a/core/.command_entry.lua +++ b/core/.command_entry.lua @@ -16,10 +16,3 @@ command_entry = { entry_text = nil } --- Focuses the command entry. function focus() end - ---- --- Gets completions for the current command_entry text. --- This function is called internally and shouldn't be called by script. --- @param command The command to complete. --- @return sorted table of completions -function get_completions_for(command) end -- cgit v1.2.3