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

When minimized, automatically show the Action Items pane when Errors, Warnings, or Hints exist #8345

Open
asafm7 opened this issue Mar 17, 2025 · 1 comment
Labels
kind:feature A feature request needs:triage Requires attention from one of the committers UI User Interface

Comments

@asafm7
Copy link

asafm7 commented Mar 17, 2025

Description

When minimized, automatically show the Action Items pane when Errors, Warnings, or Hints exist.

Similar to how the Output pane pops out when a file is downloaded or uploaded.

This way, issues can become visible when needed, without the pane taking up space when empty.

Use case/motivation

No response

Related issues

No response

Are you willing to submit a pull request?

No

@asafm7 asafm7 added kind:feature A feature request needs:triage Requires attention from one of the committers labels Mar 17, 2025
@asafm7 asafm7 changed the title When minimized, automatically show the Action Items pane when Errors, Warnings, or Hints exist. When minimized, automatically show the Action Items pane when Errors, Warnings, or Hints exist Mar 17, 2025
@mbien mbien added the UI User Interface label Mar 18, 2025
@mbien
Copy link
Member

mbien commented Mar 18, 2025

I don't think this is a good idea. The action items view is context sensitive and incrementally updated from the code scanner and other hooks, the output window is active only after a user action, e.g build, run etc. It is ok for the output window to open up because it is a direct result of an action, but I wouldn't want NB to periodically pop up views just because code changed or focus switched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature A feature request needs:triage Requires attention from one of the committers UI User Interface
Projects
None yet
Development

No branches or pull requests

2 participants