mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
[RIDER] Convert InvertBooleanDelegate to LanguageExtension and make it visible only in supported languages (fix RIDER-117948)
(cherry picked from commit 3a255ec3c42321ec72f4431dea87ae42c1676146) IJ-CR-145564 GitOrigin-RevId: 13bc1936ceacb3d82585a34c9b0553b13b368259
This commit is contained in:
committed by
intellij-monorepo-bot
parent
51006ab168
commit
8bab85c941
@@ -465,7 +465,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
|
||||
<codeInsight.lineMarkerProvider language="Python" implementationClass="com.jetbrains.python.pyi.PyiRelatedItemLineMarkerProvider"/>
|
||||
|
||||
<refactoring.invertBoolean implementation="com.jetbrains.python.refactoring.invertBoolean.PyInvertBooleanDelegate"/>
|
||||
<refactoring.invertBoolean language="Python" implementationClass="com.jetbrains.python.refactoring.invertBoolean.PyInvertBooleanDelegate"/>
|
||||
|
||||
<!--folding-->
|
||||
<codeFoldingOptionsProvider instance="com.jetbrains.python.PythonFoldingOptionsProvider"/>
|
||||
|
||||
Reference in New Issue
Block a user