Skip to content

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
if (!KphpStormConfiguration.wasSetupForProject(project) && KphpStormConfiguration.seemsLikeProjectIsKphpBased(project)){
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

@Hidanio Hidanio requested a review from Danil42Russia January 26, 2024 13:30
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

3 participants