Skip to content

Commit 8cdaab6

Browse files
committed
Included Mathematica dictionary which fixes #90
1 parent f8cff4a commit 8cdaab6

3 files changed

Lines changed: 3416 additions & 1 deletion

File tree

resources/META-INF/plugin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,16 @@
101101
<applicationConfigurable groupId="language" displayName="Mathematica" id="preferences.Mathematica" instance="de.halirutan.mathematica.settings.MathematicaSettingsConfigurable"/>
102102

103103
<spellchecker.support language="Mathematica" implementationClass="de.halirutan.mathematica.codeinsight.spellcheck.MathematicaSpellCheck"/>
104+
<spellchecker.bundledDictionaryProvider implementation="de.halirutan.mathematica.codeinsight.spellcheck.MathematicaDictionaryProvider"/>
104105

105106
<intentionAction>
106107
<className>de.halirutan.mathematica.intentions.localization.MoveVariableToLocalisation</className>
107108
</intentionAction>
108109
<!--<findUsagesHandlerFactory implementation="de.halirutan.mathematica.find.MathematicaFindUsageHandlerFactory"/>-->
109110

110111
<errorHandler implementation="de.halirutan.mathematica.errorreporting.GitHubErrorReporter"/>
111-
<referencesSearch implementation="de.halirutan.mathematica.lang.search.MathematicaReferenceSearch"/>
112+
<referencesSearch implementation="de.halirutan.mathematica.lang.search.MathematicaReferenceSearch"/>
113+
112114
</extensions>
113115

114116
<actions>

0 commit comments

Comments
 (0)