You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the existing "Generate URN Mapping" button to remain disabled while the IDE is indexing and automatically re-enable it once indexing is complete.
See com.magento.idea.magento2plugin.project.SettingsForm#createComponent
Requirements
Use IntelliJ's indexing state (e.g., DumbService) to detect when indexing is in progress.
Dynamically enable/disable the button based on the indexing state.
Acceptance Criteria
Button is disabled during indexing.
Button becomes enabled automatically after indexing is complete.
Uses com.intellij.psi.search.FilenameIndex once indexing is finished.
The text was updated successfully, but these errors were encountered:
Hi @VitaliyBoyko. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Update the existing "Generate URN Mapping" button to remain disabled while the IDE is indexing and automatically re-enable it once indexing is complete.
See com.magento.idea.magento2plugin.project.SettingsForm#createComponent
Requirements
DumbService
) to detect when indexing is in progress.Acceptance Criteria
com.intellij.psi.search.FilenameIndex
once indexing is finished.The text was updated successfully, but these errors were encountered: