Skip to content

Commit

Permalink
v 0.6.1 minor update for KW with dots
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofJozefowicz committed Feb 16, 2016
1 parent 4bcb7fe commit 06ad486
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RED 0.6.1 - 2016/02/15
RED 0.6.1 - 2016/02/16

Bug

Expand All @@ -12,7 +12,7 @@ Bug
Adding error when Test case has no content (lines with comments)
RSE - Project Validation does not work under RSE
No error when keywords are duplicated but in other case

Enhancement

Scroll bar in manpage from libspecs
Expand All @@ -27,7 +27,7 @@ Enhancement
Mark deprecated or removed elements from section Settings to be exactly on same place like RF 3.0
Support for importing variables, which exists as module
Extend RED to recognize unknown settings in TestCases and Keywords

Keywords with dots are recognized properly although RED still rise error when such keyword is used together with resource prefix
Feature

Provide headless application which will validate projects
Expand Down
5 changes: 2 additions & 3 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ Open Help -> Installation Details, select old RED feature and perform unistall
- File support: .robot, .txt, .tsv

## Known issues
- Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.
- Usage of keywords with dots is not discovered properly. Now unknown keyword error marker is shown in such cases.
- Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.
- Table editors edits are not persistent, changes done in Table editors will not be visible in source nor saved to file. Sync is done from Source -> Table only.
- Library auto-discovery is not yet supported thus user needs to add any external library to red.xml by themselves, if not then validation will show unknown library error. Either you add it in red.xml or invoke option Quick Fix on item in Source editor or in Problems view.
- Due to difficult to comprehend and countless exceptions in RF syntax, validation can show false positive errors. In such case please provide us sample test case for us to have a look at.

- Keyword with dot in the name is discovered properly, warning is rise for such case. Mind that still usage of such keywords with resource profix is unresloved.

## Short term plans
- Keywords usage arguments validation
Expand Down

0 comments on commit 06ad486

Please sign in to comment.