mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
i18n and rename for "External system auto-link notification group" (IDEA-256552)
GitOrigin-RevId: b024443d8dde3ea1aa64395f5db422be15c656fa
This commit is contained in:
committed by
intellij-monorepo-bot
parent
68cc0ea601
commit
41b59c8dcb
@@ -232,3 +232,4 @@ external.system.properties.error.title=Invalid Property
|
||||
external.system.properties.error.empty.message=Properties with empty name are not allowed
|
||||
external.system.properties.error.space.message=Properties with spaces inside name are not allowed
|
||||
external.system.properties.error.assign.message=Properties with '=' inside name are not allowed
|
||||
notification.group.external.system.autolink=External system build scripts found
|
||||
|
||||
@@ -46,7 +46,8 @@
|
||||
<!--Auto-link-->
|
||||
<projectService serviceImplementation="com.intellij.openapi.externalSystem.autolink.UnlinkedProjectNotificationAware"/>
|
||||
<backgroundPostStartupActivity implementation="com.intellij.openapi.externalSystem.autolink.UnlinkedProjectStartupActivity"/>
|
||||
<notificationGroup id="External System Auto-Link Notification Group" displayType="STICKY_BALLOON"/>
|
||||
<notificationGroup id="External System Auto-Link Notification Group" displayType="STICKY_BALLOON"
|
||||
bundle="messages.ExternalSystemBundle" key="notification.group.external.system.autolink"/>
|
||||
<projectService serviceInterface="com.intellij.openapi.externalSystem.autolink.ExternalSystemUnlinkedProjectSettings"
|
||||
serviceImplementation="com.intellij.openapi.externalSystem.autolink.UnlinkedProjectSettings"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user