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

Provide a floating toolbar on autoconfig-file changes to reapply autoconfig #20

Open
nailujx86 opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nailujx86
Copy link
Member

IntelliJ supports floating toolbars which can be shown or hidden on demand. One example is the toolbar shown when making changes in a pom.xml of a maven based project.
image
We could add a similar functionality where a toolbar is shown when an autoconfig file is changed. This toolbar/toolbar-button could reapply autoconfig on click.

Extensionpoint: com.intellij.openapi.editor.toolbar.floating.FloatingToolbarProvider
For usage examples see: https://plugins.jetbrains.com/intellij-platform-explorer/extensions?extensions=com.intellij.editorFloatingToolbarProvider

@nailujx86 nailujx86 added the enhancement New feature or request label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant