When a test case has a line with many cells including keywords and their arguments in RIDE, I want to use the ellipsis "..." to continue the previouse line, like below (display in cells format in RIDE)
then click save all button, the ellipsis is saved, and maintained when switching different test cases. But if closed RIDE or re-opened the project in RIDE, the ellipsis would be removed automatically, the two lines previously would form a single line like below
When a test case has a line with many cells including keywords and their arguments in RIDE, I want to use the ellipsis "..." to continue the previouse line, like below (display in cells format in RIDE)
${returnValue1} ${returnValue2} keyword arg1 arg2 ... arg3 arg4
then click save all button, the ellipsis is saved, and maintained when switching different test cases. But if closed RIDE or re-opened the project in RIDE, the ellipsis would be removed automatically, the two lines previously would form a single line like below
${returnValue1} ${returnValue2} keyword arg1 arg2 arg3 arg4
I wonder if the ellipsis could be maintained so it's easier to check the whole test case without dragging the scrollbar?
This issue was originally reported to Google Code on Aug 17, 2011.