mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[Java] IDEA-380112 Move jshell notification group to Jshell plugin
GitOrigin-RevId: 4b6ef97109f475edf9e2000693b4017337677b6d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2888d207d9
commit
f494dedbcf
@@ -2697,7 +2697,6 @@
|
||||
<notificationGroup id="Clean artifact" displayType="BALLOON" hideFromSettings="true"/>
|
||||
<notificationGroup id="Compiler" displayType="NONE" bundle="messages.JavaCompilerBundle" key="notification.group.compiler"/>
|
||||
<notificationGroup id="Build Profiler" displayType="STICKY_BALLOON" hideFromSettings="true"/>
|
||||
<notificationGroup id="JSHELL_NOTIFICATIONS" displayType="BALLOON" bundle="messages.JavaBundle" key="notification.group.jshell"/>
|
||||
<notificationGroup id="Repository" displayType="BALLOON" bundle="messages.JavaBundle" key="notification.group.repository"/>
|
||||
<notificationGroup id="Source searcher" displayType="BALLOON" bundle="messages.JavaBundle" key="notification.group.source.searcher"/>
|
||||
<notificationGroup id="Accepted language levels" displayType="STICKY_BALLOON" bundle="messages.JavaBundle"
|
||||
|
||||
@@ -1829,7 +1829,6 @@ progress.title.checking.if.class.exists=Check target class ''{0}'' exists
|
||||
quickfix.find.cause.description=Attempts to highlight code elements that resulted in this warning and explain how exactly they contribute.
|
||||
completion.generate.via.wizard=(generate via wizard)
|
||||
notification.group.jdk.resolve.problems=Failed to resolve JDK
|
||||
notification.group.jshell=JShell problem occurred
|
||||
notification.group.repository=JAR files synchronized with repository
|
||||
notification.group.source.searcher=Failed to find sources for JAR file
|
||||
notification.group.language.level=Preview Java language level requires accepting license
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<notificationGroup id="JSHELL_NOTIFICATIONS" displayType="BALLOON" bundle="messages.JShellBundle" key="notification.group.jshell"/>
|
||||
<scratch.rootType implementation="com.intellij.execution.jshell.JShellRootType"/>
|
||||
<editorNotificationProvider implementation="com.intellij.execution.jshell.SnippetEditorDecorator"/>
|
||||
</extensions>
|
||||
|
||||
@@ -6,3 +6,4 @@ jshell.command.queue=JShell Command Queue
|
||||
action.JShell.Console.text=JShell Console\u2026
|
||||
action.JShell.Console.description=Launch JShell Console
|
||||
whole.project=<whole project>
|
||||
notification.group.jshell=JShell problem occurred
|
||||
|
||||
Reference in New Issue
Block a user