-
Notifications
You must be signed in to change notification settings - Fork 9
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
Notify user if Navie isn't fully functional #595
Conversation
AppMap runtime code review
⭐ New AppMaps[junit] Language resolver java project from [junit] Runtime analysis model authenticated without findings from ✖️ Removed AppMaps[junit] Default command line service directory tree watched subdir |
## [0.59.0](v0.58.0...v0.59.0) (2024-03-11) ### Features - notify user if Navie isn't fully functional ([#595](#595)) ([9b5f184]())- support to display the AppMap tool window from the Navie webview ([bb25a8b]())- Update install guide to include new node instructions ([d7815d7]()) ### Bug Fixes - compatibility with 2024.1 eap's backwards incompatible API of OAuthRequestHandlerBase ([5fc79c2]())- open external links with a target attribute like plain external links ([4494a4b]())- update actions to avoid exception "ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon." with 2024.1 eap ([d6d18ca]())
🎉 This PR is included in version 0.59.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
## [0.59.0](v0.58.0...v0.59.0) (2024-03-11) ### Features - notify user if Navie isn't fully functional ([#595](#595)) ([9b5f184]())- support to display the AppMap tool window from the Navie webview ([bb25a8b]())- Update install guide to include new node instructions ([d7815d7]()) ### Bug Fixes - compatibility with 2024.1 eap's backwards incompatible API of OAuthRequestHandlerBase ([5fc79c2]())- open external links with a target attribute like plain external links ([4494a4b]())- update actions to avoid exception "ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon." with 2024.1 eap ([d6d18ca]())
## [0.59.0](v0.58.0...v0.59.0) (2024-03-11) ### Features - notify user if Navie isn't fully functional ([#595](#595)) ([9b5f184]())- support to display the AppMap tool window from the Navie webview ([bb25a8b]())- Update install guide to include new node instructions ([d7815d7]()) ### Bug Fixes - compatibility with 2024.1 eap's backwards incompatible API of OAuthRequestHandlerBase ([5fc79c2]())- open external links with a target attribute like plain external links ([4494a4b]())- update actions to avoid exception "ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon." with 2024.1 eap ([d6d18ca]())
Closes #571
If the current IDE's webview JCEF isn't suitable for Navie, then show a notification to ask the user to update. If the user chose "don't show again", then the message is never shown again in any of the user's projects.
We're showing the message on top of the Navie editor tab, but because JCEF rendering is async the message is shown before the webview is fully visible.
If this is a problem, we could inject the message more deeply into the editor, e.g. when the webview's message that it's ready is received.