Skip to content

Commit 3cce1b2

Browse files
committed
Merge branch 'ReworkingCoreFeaturesAndParsing' into develop
2 parents 9475880 + 7ca49fa commit 3cce1b2

386 files changed

Lines changed: 7757 additions & 2001 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/codeStyleSettings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Mathematica_Plugin.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/uiDesigner.xml

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mathematica-IntelliJ-Plugin.iml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@
55
<exclude-output />
66
<content url="file://$MODULE_DIR$">
77
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
8-
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
98
<sourceFolder url="file://$MODULE_DIR$/testData" type="java-test-resource" />
109
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
10+
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
1111
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
1212
<excludeFolder url="file://$MODULE_DIR$/build" />
1313
<excludeFolder url="file://$MODULE_DIR$/classes" />
1414
</content>
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>

0 commit comments

Comments
 (0)