initial documentation for better code completion

This commit is contained in:
jgmdev
2022-06-07 22:09:34 -04:00
parent ff641cdb06
commit 3f206db69a
15 changed files with 262 additions and 100 deletions
+2 -2
View File
@@ -766,7 +766,7 @@ command.add(function() return treeitem() ~= nil end, {
local text
local item = treeitem()
if not is_project_folder(item.abs_filename) then
text = treeitem().filename .. PATHSEP
text = item.filename .. PATHSEP
end
core.command_view:enter("Filename", {
text = text,
@@ -789,7 +789,7 @@ command.add(function() return treeitem() ~= nil end, {
local text
local item = treeitem()
if not is_project_folder(item.abs_filename) then
text = treeitem().filename .. PATHSEP
text = item.filename .. PATHSEP
end
core.command_view:enter("Folder Name", {
text = text,