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

task: use message bus in order to trigger icons and project views update #166

Closed
jonathanlermitage opened this issue Oct 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request high priority Very important for me

Comments

@jonathanlermitage
Copy link
Owner

Don't trigger icons updates and project views updates from the UI (which means, from EDT). Instead, trigger a custom event on the IDE's message bus, then read this message from a BGT and trigger icons/views updates. It should fix several (all?) issues with slow code running from EDT.

@jonathanlermitage jonathanlermitage added the enhancement New feature or request label Oct 22, 2023
@jonathanlermitage jonathanlermitage added this to the 2024.1 milestone Oct 22, 2023
@jonathanlermitage jonathanlermitage self-assigned this Oct 22, 2023
@jonathanlermitage jonathanlermitage changed the title task: use message bus in order to trigger icons repaint task: use message bus in order to trigger icons and project views update Oct 22, 2023
@jonathanlermitage jonathanlermitage added the high priority Very important for me label Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority Very important for me
Projects
None yet
Development

No branches or pull requests

1 participant