@@ -26,7 +26,8 @@ All notable changes to the "robotcode" extension will be documented in this file
2626 - all keyword references also with embedded arguments + regex are found
2727 - ambigous embedded keywords are recognized correctly, also with regex
2828 - 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 )
3031- Ignoring robotcode diagnostics
3132 - you can put a line comment to disable robotcode diagnostics (i.e errors or warnings) for a single line, like this:
3233- Propagate import errors from resources
@@ -42,9 +43,9 @@ All notable changes to the "robotcode" extension will be documented in this file
4243 ... Unknown keyword No # robotcode: ignore
4344 ```
4445 - 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
4647 - 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
4849 - this addresses [ #24 ] ( https://github.com/d-biehl/robotcode/issues/24 )
4950 - one of the big points here is, beware of namespace pollution ;-)
5051- Full Support for BDD Style keywords
0 commit comments