Move project manager into core init file

This commit is contained in:
Francesco Abbate
2020-12-08 16:57:57 +01:00
parent 9c7e477cd1
commit e88adc0567
5 changed files with 64 additions and 67 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ local function draw_text(x, y, color)
local lines = {
{ fmt = "%s to run a command", cmd = "core:find-command" },
{ fmt = "%s to open a file from the project", cmd = "core:find-file" },
{ fmt = "%s to open a folder", cmd = "project-manager:open-folder" },
{ fmt = "%s to open a folder", cmd = "core:open-folder" },
}
th = style.font:get_height()
y = y + (dh - th * 2 - style.padding.y) / 2