export context menu
This commit is contained in:
parent
c5acd030a1
commit
794cf3813a
|
@ -14,6 +14,8 @@ local DIVIDER = {}
|
||||||
|
|
||||||
local ContextMenu = Object:extend()
|
local ContextMenu = Object:extend()
|
||||||
|
|
||||||
|
ContextMenu.DIVIDER = DIVIDER
|
||||||
|
|
||||||
function ContextMenu:new()
|
function ContextMenu:new()
|
||||||
self.itemset = {}
|
self.itemset = {}
|
||||||
self.show_context_menu = false
|
self.show_context_menu = false
|
||||||
|
@ -283,3 +285,5 @@ if require("plugins.scale") then
|
||||||
{ text = "Replace Pattern", command = "find-replace:replace-pattern" },
|
{ text = "Replace Pattern", command = "find-replace:replace-pattern" },
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return menu
|
||||||
|
|
Loading…
Reference in New Issue