You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vinokurig
added
status/in-progress
This issue has been taken by an engineer and is under active development.
and removed
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
labels
Dec 14, 2017
vinokurig
added
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
and removed
status/in-progress
This issue has been taken by an engineer and is under active development.
labels
Dec 18, 2017
tolusha
removed
the
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
label
Dec 20, 2017
We have dozens of places where we programmatically scroll the file to the specific line:
The scrolled line usually appears in the bottom of the editor that isn't a convenient.
It should be the middle of the editor.
https://orionhub.org/jsdoc/symbols/orion.editor.TextViewShowOptions.html
The goal of the task is to rework method https://github.com/eclipse/che/blob/fc3a2d2b2db7b1a319c33ff1774be9fb3969ec93/ide/che-core-orion-editor/src/main/java/org/eclipse/che/ide/editor/orion/client/OrionEditorPresenter.java#L743
to avoid using timer and to display scrolled line in the middle of the editor.
https://github.com/eclipse/che/blob/6e9825c699d34eef6b8bf36fc0194ff871cbee84/ide/che-core-orion-editor/src/main/java/org/eclipse/che/ide/editor/orion/client/jso/OrionTextViewOverlay.java#L128
https://github.com/eclipse/che/blob/6e9825c699d34eef6b8bf36fc0194ff871cbee84/ide/che-core-orion-editor/src/main/java/org/eclipse/che/ide/editor/orion/client/jso/OrionTextViewShowOptionsOverlay.java#L15
The text was updated successfully, but these errors were encountered: