mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Lombok: i18n notification group (IDEA-256552)
GitOrigin-RevId: 742bc4679db5a5808d47a3dda3700e33d763e2da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0e09e54508
commit
aee32a2083
@@ -278,7 +278,7 @@
|
||||
<codeInsight.externalLibraryResolver implementation="de.plushnikov.intellij.plugin.resolver.LombokExternalLibraryResolver"/>
|
||||
|
||||
<buildProcess.parametersProvider implementation="de.plushnikov.intellij.plugin.jps.LombokBuildProcessParametersProvider"/>
|
||||
<notificationGroup id="Lombok plugin" displayType="BALLOON"/>
|
||||
<notificationGroup id="Lombok plugin" displayType="BALLOON" bundle="messages.LombokBundle" key="notification.group.lombok"/>
|
||||
|
||||
<dependencySupport coordinate="org.projectlombok:lombok" kind="java" displayName="Lombok"/>
|
||||
</extensions>
|
||||
|
||||
@@ -174,3 +174,4 @@ inspection.lombok.group.name.redundant.modifiers=Redundant modifiers
|
||||
inspection.lombok.group.name.redundant.definitions=Redundant definitions
|
||||
intention.category.lombok=Java/Lombok
|
||||
popup.content.java.annotation.processing.has.been.enabled=Java annotation processing has been enabled
|
||||
notification.group.lombok=Lombok integration problem
|
||||
|
||||
Reference in New Issue
Block a user