You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: META-INF/plugin.xml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,17 @@
27
27
]]></description>
28
28
29
29
<change-notes><![CDATA[
30
-
based on IntelliBot, see <a href="https://github.com/lte2000/intellibot#readme">What is fixed, enhanced and new added</a>.<br>
30
+
based on IntelliBot, See overall <a href="https://github.com/lte2000/intellibot#readme">What is fixed, enhanced and new added</a>.<br>
31
+
<br>
32
+
In this release:
33
+
<ul>
34
+
<li>support <b>Tasks</b> test data section</li>
35
+
<li>optimize code inspections</li>
36
+
<li>support line continuation "..." in old syntax FOR loop body which begin with "\"</li>
37
+
<li>handle variable name started with digit correctly</li>
38
+
<li>same relative physical resource/library pathname now will be resolved to different file for robot files in different directory</li>
39
+
<li>search resource/library using relative physical path in directory relative to every project Content Root if it is not found in the directory relative to the robot file</li>
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ This version of intellibot provide more options, see following picture:
21
21
22
22
* Support FOR loop, both old and new syntax
23
23
24
+
* Support Tasks test data section
25
+
24
26
* Variable
25
27
* support variable in extended syntax, e.g. ${var * 10 + 3}
26
28
* support scalar/dictionary/list variable resolve
@@ -43,7 +45,8 @@ This version of intellibot provide more options, see following picture:
43
45
* replace variable in library path with user defined value
44
46
* e.g. if provide "${EXECDIR}=/repo/test/execution" in options, "Resource ${EXECDIR}/file1.robot" will search "/repo/test/execution/file1.robot"
45
47
* it is useful if there're runtime variables in import path
46
-
* can work with the option "strip variable in library path" together, and variable replacement will do first.
48
+
* can work with the option "strip variable in library path" together, and variable replacement will do first
49
+
* for resource/library using relative physical path, if not found in path relative to the robot file, will search it in path relative to every project Content Root
47
50
48
51
* Correct the import behavior for Library, Resource and Variables files.
49
52
* import both variable and keyword from Resource.
@@ -60,7 +63,7 @@ This version of intellibot provide more options, see following picture:
60
63
61
64
* Autocompletion
62
65
* keyword autocompletion support input prefixed with library and resource name
63
-
* insert 4 spaces after keyword
66
+
* insert 4 spaces after keyword if it accept argument
64
67
* if type 2 spaces, expand to 4 spaces according to surrounding space count
0 commit comments