diff options
author | 2009-02-14 14:38:32 -0500 | |
---|---|---|
committer | 2009-02-14 14:38:32 -0500 | |
commit | 95aca18efb8ace6d241070f52e3b092396d90aad (patch) | |
tree | dc0f718b965da6564a27834122ed5b876cc9f21c /core/.textadept.lua | |
parent | 3b6617f2df302470c23aa0124001d277e6996a2e (diff) | |
download | textadept-95aca18efb8ace6d241070f52e3b092396d90aad.tar.gz textadept-95aca18efb8ace6d241070f52e3b092396d90aad.zip |
Removed worthless textadept.popupmenu() function.
Diffstat (limited to 'core/.textadept.lua')
-rw-r--r-- | core/.textadept.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/.textadept.lua b/core/.textadept.lua index a37a892c..3a0442fa 100644 --- a/core/.textadept.lua +++ b/core/.textadept.lua @@ -69,16 +69,9 @@ function get_split_table() end -- Otherwise a regular menu item with a mnemonic is created. -- Submenus are just nested menu-structure tables. Their title text is defined -- with a 'title' key. --- @see popupmenu function gtkmenu(menu_table) end --- --- Pops up a GTK menu at the cursor. --- @param menu The menu userdata returned by gtkmenu. --- @see gtkmenu -function popupmenu(menu) end - ---- -- Resets the Lua state by reloading all init scripts. -- Language-specific modules for opened files are NOT reloaded. Re-opening the -- files that use them will reload those modules. |