mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
move ToolKeymapExtension registration to correct place (IDEA-65893)
This commit is contained in:
@@ -618,4 +618,6 @@
|
||||
<renameInputValidator implementation="com.intellij.refactoring.rename.RenameToIgnoredDirectoryFileInputValidator" order="last"/>
|
||||
|
||||
<refactoring.elementListenerProvider implementation="com.intellij.execution.impl.RunConfigurationRefactoringElementListenerProvider"/>
|
||||
|
||||
<keymapExtension implementation="com.intellij.tools.ToolKeymapExtension"/>
|
||||
</extensions>
|
||||
|
||||
@@ -855,8 +855,6 @@
|
||||
|
||||
<keymapExtension implementation="com.intellij.debugger.actions.DebuggerKeymapExtension"/>
|
||||
|
||||
<keymapExtension implementation="com.intellij.tools.ToolKeymapExtension"/>
|
||||
|
||||
<vcsSelectionProvider implementation="com.intellij.vcsUtil.JavaVcsSelectionProvider"/>
|
||||
|
||||
<smartPointerElementInfoFactory implementation="com.intellij.psi.impl.smartPointers.ImplicitVariableElementInfoFactory"/>
|
||||
|
||||
Reference in New Issue
Block a user