Skip to content

Commit 06453a0

Browse files
committed
update readme
1 parent 6f48b2f commit 06453a0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ This version of intellibot provide more options, see following picture:
2828
* support implemented as a directory
2929
* don't replace "." to "/" in library path if it contain "/"
3030
* don't resolve library as class if using physical path to library
31-
* regard library as directory if using physical path and not end with ".py",
31+
* regard library as directory if using physical path and not end with ".py"
3232
* follow the rule in robot framework user guide as much as possbile
3333
* strip variable in library path to be part of path name
3434
* e.g. "Resource %{PATH_1}/file1.robot" will search "Resource PATH_1/file1.robot"
3535
* it is useful if there're variables in import path but there is not running environment in local
3636
* provide an option to switch this behaviour on/off
37+
* replace variable in library path with user defined value
38+
* e.g. if provide "${EXECDIR}=/repo/test/execution" in options, "Resource ${EXECDIR}/file1.robot" will search "/repo/test/execution/file1.robot"
39+
* it is useful if there're runtime variables in import path
40+
* can work with the option "strip variable in library path" together, and variable replacement will do first.
3741

3842
* Correct the import behavior for Library, Resource and Variables files.
3943
* import both variable and keyword from Resource.
@@ -60,7 +64,7 @@ This version of intellibot provide more options, see following picture:
6064
* type cast exception
6165

6266

63-
### original readme
67+
### Original Readme
6468
This is a work in progress (the product of a 24 hour hack match), though at this point I have devoted far more time than that.
6569
Related feature request to JetBrains: [IDEA-97678](http://youtrack.jetbrains.com/issue/IDEA-97678).
6670
**Here is a growing list of [features](https://github.com/millennialmedia/intellibot/wiki/Features).**

src/com/millennialmedia/intellibot/ide/config/RobotConfiguration.form

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
132132
</constraints>
133133
<properties>
134-
<text value="Define value for variables used in library and resource path, format: ${var}=value, one per line)"/>
134+
<text value="Define value for variables used in library and resource path (format: ${var}=value, one per line):"/>
135135
</properties>
136136
</component>
137137
</children>

wiki/robot_options/new_options.png

12.6 KB
Loading

0 commit comments

Comments
 (0)