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

[Property Editor] Do not ignore identical ActiveLocationChanged events #9004

Open
elliette opened this issue Mar 7, 2025 · 0 comments · May be fixed by #9017
Open

[Property Editor] Do not ignore identical ActiveLocationChanged events #9004

elliette opened this issue Mar 7, 2025 · 0 comments · May be fixed by #9017
Labels
P1 high priority issues at the top of the work list, actively being worked on. property editor

Comments

@elliette
Copy link
Member

elliette commented Mar 7, 2025

We currently ignore an ActiveLocationChanged event if it's identical to the previous one we received.

This will not work for the IntelliJ integration - because intelliJ doesn't have version identifiers, we could get an identical event that still indicates the file has changed.

If we need to limit the number of requests we send, we should add debouncing instead.

@elliette elliette added P1 high priority issues at the top of the work list, actively being worked on. property editor labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 high priority issues at the top of the work list, actively being worked on. property editor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant