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

Please, do not overwrite the status bar text #97

Open
schittli opened this issue Aug 27, 2022 · 4 comments
Open

Please, do not overwrite the status bar text #97

schittli opened this issue Aug 27, 2022 · 4 comments
Assignees

Comments

@schittli
Copy link

Thank you very much for sharing your great work! ❤️

Describe the bug
I classify it as a bug because the idea of the key promoter is probably to gently teach the user keyboard shortcuts while not blocking the user in his work.

However, because the IDE displays very important information in the status bar text and the Key Promoter overwrites this information, most developers are likely to be hindered in their work by this otherwise ingenious plugin.

To Reproduce
Steps to reproduce the behaviour:

  1. Install the key promoter 😄
  2. Wait until it suggests to use a keyboard shortcut
  3. The key promoter overwrites the IntelliJ Status Bar text and if there was important information, then you'll have to search for it somewhere else 😞

Expected behaviour

  • Please, do not overwrite the status bar text or just display it for e.g. 3 seconds.
  • The key promoter also informs about the popup text, which I find a very clever solution because you can also deactivate messages. That's Great!

Screenshots

image

Please also provide:

  • OS: Windows 10 x64
  • IntelliJ Product:
  • IntelliJ IDEA 2021.2 (Community Edition)
    Build #IC-212.4746.92, built on July 27, 2021

Thanks a lot, kind regards,
Thomas

@halirutan
Copy link
Owner

Yep, I agree with your assessment, and I have seen this in the past, but not anymore. I never set the status bar explicitly, and it seems to be IntelliJ Platform's choice to display some notifications in the status bar.

Could you do me a favor and try IntelliJ IDEA 2022.2.1? I can't reproduce the issue with this version and maybe the SDK already changed the behavior for information notifications.

@halirutan
Copy link
Owner

Nope, I saw this issue now even in the most recent version. I need to determine if I can influence that notifications are shown in the status bar.

@schittli
Copy link
Author

schittli commented Sep 8, 2022

Thank you very much, @halirutan, to investigate this issue.

@halirutan
Copy link
Owner

I believe I tracked this down finally. However, currently there seems to be no way from stopping notifications to show up in the status bar.

https://github.com/JetBrains/intellij-community/blob/1a2ef409244bfc4984eb455821631fc869ebfdf0/platform/platform-impl/src/com/intellij/notification/LogModel.java#L61-L80

I'll ask a colleague

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants