We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66bfa3 commit 22f98dcCopy full SHA for 22f98dc
softworks/softworks.cdsLibMgr.il
@@ -1,4 +1,4 @@
1
-println(" Adding Softworks Menu")
+printf(" Adding Softworks Menu\n")
2
3
lmgrCreateMenuItem( "StartVsCode" "simple"
4
'(("label" "Start VS Code" )
@@ -7,4 +7,4 @@ lmgrCreateMenuItem( "StartVsCode" "simple"
7
lmgrCreateMenu("SoftworksMenu" '(("label" "Softworks")))
8
lmgrInsertMenuItems("VirtueHelpMenu" "" '("StartVsCode"))
9
10
-println(" Done adding softworks menu ")
+printf(" Done adding softworks menu\n")
0 commit comments