|
55 | 55 | <annotator language="Mathematica" |
56 | 56 | implementationClass="de.halirutan.mathematica.codeinsight.highlighting.MathematicaHighlightingAnnotator"/> |
57 | 57 | <lang.braceMatcher language="Mathematica" |
58 | | - implementationClass="de.halirutan.mathematica.codeinsight.highlighting.MathematicaBraceMatcher"/> |
| 58 | + implementationClass="de.halirutan.mathematica.codeinsight.highlighting.MathematicaBraceMatcher"/> |
59 | 59 |
|
| 60 | + <lang.refactoringSupport language="Mathematica" |
| 61 | + implementationClass="de.halirutan.mathematica.refactoring.MathematicaRefactoringSupport"/> |
| 62 | + <lang.namesValidator language="Mathematica" implementationClass="de.halirutan.mathematica.refactoring.MathematicaNamesValidator"/> |
| 63 | + <!--<lang.foldingBuilder language="Mathematica"--> |
| 64 | + <!--implementationClass="de.halirutan.mathematica.codeinsight.folding.MathematicaExpressionFoldingBuilder"/>--> |
60 | 65 | <!-- Smart editing features --> |
61 | 66 | <!--<quoteHandler fileType="Mathematica"--> |
62 | | - <!--className="de.halirutan.mathematica.codeinsight.completion.MathematicaQuoteHandler"/>--> |
| 67 | + <!--className="de.halirutan.mathematica.codeinsight.completion.MathematicaQuoteHandler"/>--> |
63 | 68 | <!--<completion.contributor language="Mathematica"--> |
64 | | - <!--implementationClass="de.halirutan.mathematica.codeinsight.completion.MathematicaCompletionContributor"/>--> |
| 69 | + <!--implementationClass="de.halirutan.mathematica.codeinsight.completion.MathematicaCompletionContributor"/>--> |
65 | 70 |
|
66 | 71 | <!--<lang.smartEnterProcessor language="Mathematica"--> |
67 | | - <!--implementationClass="de.halirutan.mathematica.codeinsight.editoractions.smartenter.MathematicaSmartEnter"/>--> |
| 72 | + <!--implementationClass="de.halirutan.mathematica.codeinsight.editoractions.smartenter.MathematicaSmartEnter"/>--> |
68 | 73 | <!--<lookup.charFilter implementation="de.halirutan.mathematica.codeinsight.completion.MathematicaCharFilter"/>--> |
69 | 74 |
|
70 | 75 | <!--<lang.commenter language="Mathematica"--> |
71 | | - <!--implementationClass="de.halirutan.mathematica.codeinsight.editoractions.MathematicaCommenter"/>--> |
| 76 | + <!--implementationClass="de.halirutan.mathematica.codeinsight.editoractions.MathematicaCommenter"/>--> |
72 | 77 |
|
73 | 78 | <!--<lang.surroundDescriptor language="Mathematica"--> |
74 | | - <!--implementationClass="de.halirutan.mathematica.codeinsight.surround.MathematicaSurroundDescriptor"/>--> |
| 79 | + <!--implementationClass="de.halirutan.mathematica.codeinsight.surround.MathematicaSurroundDescriptor"/>--> |
75 | 80 | <!--<codeInsight.surroundWithRangeAdjuster--> |
76 | | - <!--implementation="de.halirutan.mathematica.codeinsight.surround.MathematicaSurroundWithRangeAdjuster"/>--> |
| 81 | + <!--implementation="de.halirutan.mathematica.codeinsight.surround.MathematicaSurroundWithRangeAdjuster"/>--> |
77 | 82 | <!--<liveTemplateContext--> |
78 | | - <!--implementation="de.halirutan.mathematica.codeinsight.livetemplates.MathematicaTemplateContextType"/>--> |
| 83 | + <!--implementation="de.halirutan.mathematica.codeinsight.livetemplates.MathematicaTemplateContextType"/>--> |
79 | 84 | <!--<defaultLiveTemplatesProvider--> |
80 | | - <!--implementation="de.halirutan.mathematica.codeinsight.livetemplates.MathematicaDefaultLiveTemplateProvider"/>--> |
| 85 | + <!--implementation="de.halirutan.mathematica.codeinsight.livetemplates.MathematicaDefaultLiveTemplateProvider"/>--> |
81 | 86 |
|
82 | 87 | <!--<extendWordSelectionHandler--> |
83 | | - <!--implementation="de.halirutan.mathematica.codeinsight.editoractions.wordselection.MathematicaFunctionSelectioner"/>--> |
| 88 | + <!--implementation="de.halirutan.mathematica.codeinsight.editoractions.wordselection.MathematicaFunctionSelectioner"/>--> |
84 | 89 | <!--<extendWordSelectionHandler--> |
85 | | - <!--implementation="de.halirutan.mathematica.codeinsight.editoractions.wordselection.MathematicaListSelectioner"/>--> |
| 90 | + <!--implementation="de.halirutan.mathematica.codeinsight.editoractions.wordselection.MathematicaListSelectioner"/>--> |
86 | 91 |
|
87 | 92 | <!--<!–<basicWordSelectionFilter–>--> |
88 | 93 | <!--<!–implementation="de.halirutan.mathematica.codeinsight.editoractions.wordselection.BasicExpressionSelectionFilter"/>–>--> |
89 | 94 |
|
90 | | - <!--<lang.refactoringSupport language="Mathematica"--> |
91 | | - <!--implementationClass="de.halirutan.mathematica.refactoring.MathematicaRefactoringSupport"/>--> |
92 | | - <!--<lang.namesValidator language="Mathematica" implementationClass="de.halirutan.mathematica.refactoring.MathematicaNamesValidator"/>--> |
93 | | - <!--<lang.foldingBuilder language="Mathematica"--> |
94 | | - <!--implementationClass="de.halirutan.mathematica.codeinsight.folding.MathematicaExpressionFoldingBuilder"/>--> |
95 | 95 |
|
96 | 96 | <!--<applicationService--> |
97 | 97 | <!--serviceInterface="de.halirutan.mathematica.codeinsight.folding.MathematicaCodeFoldingSettingsImpl"--> |
|
0 commit comments