-
Notifications
You must be signed in to change notification settings - Fork 51
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
[CircleGraph] Introduce 'scrollToSelected' message #1546
[CircleGraph] Introduce 'scrollToSelected' message #1546
Conversation
This commit introduces 'scrollToSelected' message. ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov <[email protected]>
d5cf68b
to
b54272a
Compare
@@ -55,6 +55,7 @@ export class MessageDefs { | |||
public static readonly backendColor = "backendColor"; | |||
public static readonly error = "error"; | |||
public static readonly colorTheme = "colorTheme"; | |||
public static readonly scrollToSelected = "scrollToSelected"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot accept this change and with related changes from the draft.
I need to test other modules with your change in the draft but cannot do the test as I am busy with other works and I cannot say when.
If possible, please do not fix this module but fix your codes.
If not, please post a new issue what you want, what the problem is with current codes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seanshpark
I see. Thank you. ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reviewed your draft code and there's no modification to existing features so I think it's OK to land the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh. ok. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This commit introduces 'scrollToSelected' message.
Its correctness is tested in #1543
Fresh draft: #1543
Full draft: #1505
Related: #1491
ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov [email protected]