|
Rename Method public waitActiveEditor(userTimeOut int) : void renamed to public waitActive(userTimeOut int) : void in class org.eclipse.che.selenium.pageobject.CodenvyEditor |
From |
To |
|
Rename Method public waitActiveEditor() : void renamed to public waitActive() : void in class org.eclipse.che.selenium.pageobject.CodenvyEditor |
From |
To |
|
Rename Method public getPositionOfLine() : int renamed to public getPositionVisible() : int in class org.eclipse.che.selenium.pageobject.CodenvyEditor |
From |
To |
|
Rename Method public getCurrentCursorPositions() : Pair<Integer,Integer> renamed to public getCurrentCursorPositionsFromVisible() : Pair<Integer,Integer> in class org.eclipse.che.selenium.pageobject.CodenvyEditor |
From |
To |
|
Rename Method public setCursorToDefinedLineAndChar(positionLine int, positionChar int) : void renamed to private openGoToLineFormAndSetCursorToPosition(positionLine int, positionChar int) : void in class org.eclipse.che.selenium.pageobject.CodenvyEditor |
From |
To |