diff options
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. |