Skip to content

Commit

Permalink
FBP-73. Better message
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Jul 22, 2023
1 parent 9204179 commit fc8529c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ open class BpmnPluginToolWindow(
project,
"BPMN plugin issues",
"BPMN: No Java language support found, language injection and code navigation support is OFF." +
"<br/>For full feature support use IntelliJ Ultimate",
"<br/>For full feature support, use IntelliJ Ultimate",
NotificationType.WARNING
)
currentSettingsState().pluginState.noJavaOrSpelSupportShown = true
Expand All @@ -172,7 +172,7 @@ open class BpmnPluginToolWindow(
project,
"BPMN plugin issues",
"BPMN: No SpEL language support found, language injection and code navigation support is LIMITED." +
"<br/>For full feature support use IntelliJ Ultimate",
"<br/>For full feature support, use IntelliJ Ultimate",
NotificationType.WARNING
)
currentSettingsState().pluginState.noJavaOrSpelSupportShown = true
Expand Down

0 comments on commit fc8529c

Please sign in to comment.