mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-66303 Action to remove BOM from file
The action is added to the menus only for the PhpStorm now
This commit is contained in:
@@ -449,8 +449,6 @@
|
||||
<reference ref="ExternalToolsGroup"/>
|
||||
<separator/>
|
||||
<reference ref="ProjectViewPopupMenuSettingsGroup"/>
|
||||
<separator/>
|
||||
<reference ref="RemoveBom"/>
|
||||
</group>
|
||||
|
||||
<group id="NavbarPopupMenu">
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<action id="TextComponent.ClearAction" class="com.intellij.ui.ClearTextAction"/>
|
||||
<action id="Switcher" class="com.intellij.ide.actions.Switcher" text="Switcher"/>
|
||||
<action id="QuickDocCopy" class="com.intellij.codeInsight.documentation.actions.CopyQuickDocAction" use-shortcut-of="$Copy"/>
|
||||
<action id="RemoveBom" class="com.intellij.openapi.editor.actions.RemoveBomAction"/>
|
||||
|
||||
<group id="EditorActions">
|
||||
<action id="EditorPageUp" class="com.intellij.openapi.editor.actions.PageUpAction"/>
|
||||
@@ -143,7 +144,6 @@
|
||||
<group id="ChangeFileEncodingGroup" popup="true" class="com.intellij.openapi.vfs.encoding.ChangeEncodingUpdateGroup">
|
||||
<action id="ChangeFileEncodingGroupAction" class="com.intellij.openapi.vfs.encoding.ChangeFileEncodingGroup" text=""/>
|
||||
</group>
|
||||
<action id="RemoveBom" class="com.intellij.openapi.editor.actions.RemoveBomAction"/>
|
||||
<action id="ToggleReadOnlyAttribute" class="com.intellij.ide.actions.ToggleReadOnlyAttributeAction"/>
|
||||
<separator/>
|
||||
<action id="Exit" class="com.intellij.ide.actions.ExitAction"/>
|
||||
@@ -338,8 +338,6 @@
|
||||
<separator/>
|
||||
<action id="CompareClipboardWithSelection" class="com.intellij.openapi.diff.actions.CompareClipboardWithSelection"/>
|
||||
<reference ref="ChangeFileEncodingGroup"/>
|
||||
<separator/>
|
||||
<reference ref="RemoveBom"/>
|
||||
</group>
|
||||
|
||||
<group id="EditorTabPopupMenu">
|
||||
|
||||
Reference in New Issue
Block a user