yanne / api-testing

I am using this to test GitHub API
1 stars 0 forks source link

RIDE can not maintain the "..." ellipsis in a new line when re-opens the project GAH #47

Closed yanne closed 10 years ago

yanne commented 10 years ago

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.