Renamed core:command/file-finder => core:find-command/file
This commit is contained in:
@@ -35,7 +35,7 @@ command.add(nil, {
|
||||
end)
|
||||
end,
|
||||
|
||||
["core:command-finder"] = function()
|
||||
["core:find-command"] = function()
|
||||
local commands = command.get_all_valid()
|
||||
core.command_view:enter("Do Command", function(text, item)
|
||||
if item then
|
||||
@@ -54,7 +54,7 @@ command.add(nil, {
|
||||
end)
|
||||
end,
|
||||
|
||||
["core:file-finder"] = function()
|
||||
["core:find-file"] = function()
|
||||
core.command_view:enter("Open File From Project", function(text, item)
|
||||
text = item and item.text or text
|
||||
core.root_view:open_doc(core.open_doc(text))
|
||||
|
||||
Reference in New Issue
Block a user