Skip to content

Commit

Permalink
*GUIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
kyklish committed Dec 4, 2020
1 parent 74a5d07 commit 873683f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Code/Script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ local idLayoutPrefix = "_LCM_" -- (L)ayout (C)apture (M)od
---- DEBUG ----

-- Open in Notepad++, and hit [Ctrl-Q] to toggle comment
local DEBUG = true
-- local DEBUG = true
-- local DEBUG_EXAMINE = true
-- local DEBUG_LUA = true

Expand Down Expand Up @@ -1762,6 +1762,8 @@ I WANT DELETE LAYOUT:
Press []] .. ShortcutUpdateLayoutsLua .. [[] to update "Layouts.lua" or capture new layout.
I WANT ADD LAYOUT:
The same as "delete", but add files, then update "Layouts.lua".
I WANT SHARE LAYOUT:
Share files in "]] .. CurrentModPath .. "Code/Layout" .. [[" folder.
DEBUG:
"build_category" (allowed value is number from 1 to ]] .. #origMenuId .. [[):]] .. '\n' .. TableToString(origMenuId)

Expand Down
2 changes: 1 addition & 1 deletion metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ return PlaceObj('ModDef', {
'author', "Kyklish",
'version_major', 1,
'version_minor', 0,
'version', 1,
'version', 2,
'lua_revision', 233360,
'saved_with_revision', 249143,
'code', {
Expand Down

0 comments on commit 873683f

Please sign in to comment.