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

config notification feature #49

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Hidanio
Copy link
Contributor

@Hidanio Hidanio commented Nov 10, 2023

I created notification for kphpStorm about project configuration
For example:
If we have a new project without kPHP we will have suggestion (notification) to transform PHP project to kPHP
Notification example

@Hidanio Hidanio added the enhancement New feature or request label Nov 10, 2023
@Hidanio Hidanio self-assigned this Nov 10, 2023
@Hidanio Hidanio linked an issue Nov 10, 2023 that may be closed by this pull request
@Hidanio Hidanio changed the title Hidanjkezor/config notification feature config notification feature Nov 10, 2023
SetupPluginForProjectDialog(project).show()
}else{
showNotification(project)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case, the notification will appear even if the project is configured

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

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

Successfully merging this pull request may close these issues.

Inform the menu that the plugin is already configured, under KPHP
2 participants