@@ -26,7 +26,8 @@ All notable changes to the "robotcode" extension will be documented in this file
26
26
- all keyword references also with embedded arguments + regex are found
27
27
- ambigous embedded keywords are recognized correctly, also with regex
28
28
- speed up finding keyword references
29
- - fixes: [ #28 ] ( https://github.com/d-biehl/robotcode/issues/28 )
29
+ - fix [ #28 ] ( https://github.com/d-biehl/robotcode/issues/28 )
30
+ - addresses [ #24 ] ( https://github.com/d-biehl/robotcode/issues/24 )
30
31
- Ignoring robotcode diagnostics
31
32
- you can put a line comment to disable robotcode diagnostics (i.e errors or warnings) for a single line, like this:
32
33
- Propagate import errors from resources
@@ -42,9 +43,9 @@ All notable changes to the "robotcode" extension will be documented in this file
42
43
... Unknown keyword No # robotcode: ignore
43
44
```
44
45
- Note: Robocop has it's own ignore mechanism
45
- - initialize logging only of "--log" parameter is set from commandline
46
+ - Initialize logging only of "--log" parameter is set from commandline
46
47
- fixes [ #30 ] ( https://github.com/d-biehl/robotcode/issues/30 )
47
- - optimize loading of imports and collecting keywords
48
+ - Optimize loading of imports and collecting keywords
48
49
- this addresses [ #24 ] ( https://github.com/d-biehl/robotcode/issues/24 )
49
50
- one of the big points here is, beware of namespace pollution ;-)
50
51
- Full Support for BDD Style keywords
0 commit comments