[editor] IJPL-166233 Enable floating toolbar for more languages

(cherry picked from commit 102a803861fa4bf263a2883822ae9a40552372f2)
IJ-CR-148640

GitOrigin-RevId: 62e11422d171ff4ae273dc9d77cc0d8a64bfa496
This commit is contained in:
Yuriy Artamonov
2024-11-05 17:13:22 +01:00
committed by intellij-monorepo-bot
parent 5c86515fc8
commit 45d9edebbf
2 changed files with 4 additions and 0 deletions

View File

@@ -153,6 +153,8 @@
<completion.contributor language="Properties"
implementationClass="com.intellij.lang.properties.providers.slf4j.SimpleLoggerPropertiesCompletionContributor"/>
<properties.implicitPropertyUsageProvider implementation="com.intellij.lang.properties.providers.slf4j.SimpleLoggerImplicitPropertiesUsageProvider"/>
<lang.floatingToolbar language="Properties" minimal="true"/>
</extensions>
<projectListeners>
<listener class="com.intellij.lang.properties.Native2AsciiListener" topic="com.intellij.openapi.vfs.encoding.EncodingManagerListener"/>

View File

@@ -95,6 +95,8 @@
</intentionAction>
<notificationGroup id="Shell Script" displayType="BALLOON" bundle="messages.ShBundle" key="notification.group.shell.script"/>
<statistics.notificationIdsHolder implementation="com.intellij.sh.ShNotificationDisplayIds"/>
<lang.floatingToolbar language="Shell Script" minimal="true"/>
</extensions>
<actions>
<action id="runShellFileAction" class="com.intellij.sh.run.ShRunFileAction" use-shortcut-of="RunClass"/>