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

TODO item action group #18

Open
ForNeVeR opened this issue Feb 25, 2024 · 0 comments
Open

TODO item action group #18

ForNeVeR opened this issue Feb 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ForNeVeR
Copy link
Owner

Currently, IntelliJ Platform doesn't seem to allow adding any actions directly into the TODO item action list.

Instead, I somewhat hacked it by adding my action into the VersionControlGroup that's being inserted into the TODO item's context menu.

Let's introduce this capability into the platform and rely on it instead of the current hack.

See the code near this line:

<add-to-group group-id="VersionControlsGroup" /> <!-- TODO: This is a temporary solution until the TODO tool window supports a proper action group -->

Also, look for the number of this issue in the project code base.

ForNeVeR added a commit that referenced this issue Feb 25, 2024
@ForNeVeR ForNeVeR added the enhancement New feature or request label Feb 25, 2024
@ForNeVeR ForNeVeR self-assigned this Feb 25, 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