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
I need to open an existing project file in the che editor and move the cursor to a specific line. How do I achieve this programmatically from an extension? What classes or objects are responsible for this?
Che version: 4.3.0-RC1-SNAPSHOT
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, for opening file you can fire event FileEvent. About navigation to the specific line we do it by calling native JS of Orion Editor for details you cat look at built-codeEdit-amd.js (try fond line 35920 in this script)
I need to open an existing project file in the che editor and move the cursor to a specific line. How do I achieve this programmatically from an extension? What classes or objects are responsible for this?
Che version: 4.3.0-RC1-SNAPSHOT
Thanks.
The text was updated successfully, but these errors were encountered: