Skip to content

Commit 9bf2cfb

Browse files
committed
added RobotTool code completion
1 parent 1c55570 commit 9bf2cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logicaldoc-gui/src/main/java/com/logicaldoc/gui/common/client/automation/AutomationCompletionProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public void getProposals(AceEditor editor, AceEditorCursorPosition pos, String p
3131
callback
3232
.invokeWithCompletions(new AceCompletion[] {
3333
new AceCompletionValue("$AITool", "$AITool", VARIABLE, 10),
34+
new AceCompletionValue("$RobotTool", "$RobotTool", VARIABLE, 10),
3435
new AceCompletionValue("$DocTool", "$DocTool", VARIABLE, 10),
3536
new AceCompletionValue("$DateTool", "$DateTool", VARIABLE, 10),
3637
new AceCompletionValue("$FolderTool", "$FolderTool", VARIABLE, 10),

0 commit comments

Comments
 (0)