Skip to content

Commit 7a4d0fa

Browse files
committed
update for new release
1 parent c2d9eda commit 7a4d0fa

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

META-INF/plugin.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,17 @@
2727
]]></description>
2828

2929
<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>
40+
</ul>
3141
]]>
3242
</change-notes>
3343

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ This version of intellibot provide more options, see following picture:
2121

2222
* Support FOR loop, both old and new syntax
2323

24+
* Support Tasks test data section
25+
2426
* Variable
2527
* support variable in extended syntax, e.g. ${var * 10 + 3}
2628
* support scalar/dictionary/list variable resolve
@@ -43,7 +45,8 @@ This version of intellibot provide more options, see following picture:
4345
* replace variable in library path with user defined value
4446
* e.g. if provide "${EXECDIR}=/repo/test/execution" in options, "Resource ${EXECDIR}/file1.robot" will search "/repo/test/execution/file1.robot"
4547
* 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
4750

4851
* Correct the import behavior for Library, Resource and Variables files.
4952
* import both variable and keyword from Resource.
@@ -60,7 +63,7 @@ This version of intellibot provide more options, see following picture:
6063

6164
* Autocompletion
6265
* 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
6467
* if type 2 spaces, expand to 4 spaces according to surrounding space count
6568

6669
* resolve exception:

intellibot.jar

989 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)