Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll to line works incorrect for OpenFileAction #6285

Closed
AndrienkoAleksandr opened this issue Sep 15, 2017 · 0 comments
Closed

Scroll to line works incorrect for OpenFileAction #6285

AndrienkoAleksandr opened this issue Sep 15, 2017 · 0 comments
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Milestone

Comments

@AndrienkoAleksandr
Copy link
Contributor

Reproduction Steps:
Run with help factory OpenFileAction to open some big file and scroll to some line:
... {
"actions": [
{
"actionId": "openFile",
"properties": {
"file": "path to file",
"line": 100
}
}
]
}...
Actual behavior: file is opened but IDE didn't scroll to line described in the action properties.
Expected behavior: IDE should open file and scroll to the line.

OS and version:
Fedora 25
CHE version :5.18.0-SNAPSHOT

@AndrienkoAleksandr AndrienkoAleksandr added the kind/bug Outline of a bug - must adhere to the bug report template. label Sep 15, 2017
@AndrienkoAleksandr AndrienkoAleksandr self-assigned this Sep 15, 2017
@AndrienkoAleksandr AndrienkoAleksandr added this to the 5.18.0 milestone Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

1 participant