File tree Expand file tree Collapse file tree
src/de/halirutan/mathematica/lang/psi/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <orderEntry type =" inheritedJdk" />
1616 <orderEntry type =" sourceFolder" forTests =" false" />
1717 <orderEntry type =" library" name =" plugin Libs" level =" project" />
18+ <orderEntry type =" module-library" scope =" RUNTIME" >
19+ <library >
20+ <CLASSES >
21+ <root url =" jar://$MODULE_DIR$/lib/usages.jar!/" />
22+ </CLASSES >
23+ <JAVADOC />
24+ <SOURCES />
25+ </library >
26+ </orderEntry >
1827 </component >
1928</module >
Original file line number Diff line number Diff line change 4444
4545 <projectTemplatesFactory implementation =" de.halirutan.mathematica.module.MathematicaProjectTemplatesFactory" />
4646
47- <!-- Highlighting and annotating of code, StructureView and documentation lookup-->
4847
4948 <lang .syntaxHighlighterFactory language =" Mathematica"
5049 implementationClass =" de.halirutan.mathematica.codeinsight.highlighting.MathematicaSyntaxHighlighterFactory" />
51- <!-- < lang.psiStructureViewFactory language="Mathematica"-->
52- <!-- implementationClass="de.halirutan.mathematica.codeinsight.structureview.MathematicaStructureViewFactory"/> -- >
53- <!-- < lang.documentationProvider language="Mathematica"-->
54- <!-- implementationClass="de.halirutan.mathematica.documentation.MathematicaDocumentationProvider"/> -- >
50+ <lang .psiStructureViewFactory language =" Mathematica"
51+ implementationClass =" de.halirutan.mathematica.codeinsight.structureview.MathematicaStructureViewFactory" />
52+ <lang .documentationProvider language =" Mathematica"
53+ implementationClass =" de.halirutan.mathematica.documentation.MathematicaDocumentationProvider" />
5554
5655 <annotator language =" Mathematica"
5756 implementationClass =" de.halirutan.mathematica.codeinsight.highlighting.MathematicaHighlightingAnnotator" />
Original file line number Diff line number Diff line change @@ -146,6 +146,6 @@ public Object[] getVariants() {
146146
147147 @ Override
148148 public boolean isSoft () {
149- return false ;
149+ return true ;
150150 }
151151}
Original file line number Diff line number Diff line change @@ -219,6 +219,6 @@ public Object[] getVariants() {
219219
220220 @ Override
221221 public boolean isSoft () {
222- return false ;
222+ return true ;
223223 }
224224}
You can’t perform that action at this time.
0 commit comments