Janne Härkönen

Results 57 comments of Janne Härkönen

These three points are covered already in 5.0: - RETURN used in test. - BREAK/CONTINUE outside loops. - RETURN/BREAK/CONTINUE in FINALLY.

> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1120#c1) by @pekkaklarck on 3 Dec 2012_ Unfortunately we don't have time to implement this useful feature for 1.0. Would definitely like to include it...

It seems that the bug can be triggered just by moving a variable with comment from one file to another

Related traceback ``` Traceback (most recent call last): File "src/robotide/editor/texteditor.py", line 111, in _on_timer self._open_tree_selection_in_editor() File "src/robotide/editor/texteditor.py", line 135, in _open_tree_selection_in_editor self.global_settings)) File "src/robotide/editor/texteditor.py", line 399, in open self._editor.set_text(self._data.content) File...

> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=902#c2) by @yanne on 19 May 2015_ Issue 1341 has been merged into this issue.

> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1191#c1) by granuleg on 29 Jan 2013_ when rename a keyword from a resource file used in test case table via RIDE 1) simple keyword...

> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1189#c1) by @pekkaklarck on 24 Jan 2013_ This feature needs to be first implemented in Robot: https://code.google.com/p/robotframework/issues/detail?id=430

Actually, this needs no support from RF at all. We can just ignore keywords starting with `_` coming from external sources. However, since this is not official syntax, we might...

The mentioned issue 1152 is #1191 here.