You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/de/halirutan/mathematica/MathematicaBundle.properties
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,15 @@ language.level.10.1=Mathematica Version 10.1
34
34
language.level.10=Mathematica Version 10.0
35
35
language.level.9=Mathematica Version 9
36
36
language.level.8=Mathematica Version 8
37
-
module.type.description=Creates an empty project or module for custom layouts.
38
-
module.type.name=Empty Module
39
-
project.template.mathematica=Mathematica
40
-
project.template.basic=Basic Package
41
-
project.template.basic.description=A basic Mathematica package provides a simple package file and a notebook. Use this for simple or moderately sized Mathematica packages.
project.template.application.description=A Mathematica application is used for large packages and more complicated applications.
37
+
module.type.description=Creates a Module for working with Mathematica.
38
+
module.type.name=Mathematica Module
39
+
project.template.group.name=Mathematica
40
+
project.template.basic=Basic Package Module
41
+
project.template.basic.description=A basic Mathematica package provides a simple package file and a notebook. Use this for simple one-file packages that don't have a complex structure and don't require a PacletInfo file.
project.template.application.description=A Mathematica application is used for large packages and more complicated applications. This module will set up a directory for your package that contains a PacletInfo.m file and a Kernel/init.m initialization file.
44
44
project.template.empty=Empty Mathematica Module
45
-
project.template.empty.description=An empty module where you can set the file structure yourself
45
+
project.template.empty.description=An empty module where you can set the file structure yourself.
privateMathematicaGlobalResolveCache(@Nullable("can be null in com.intellij.core.JavaCoreApplicationEnvironment.JavaCoreApplicationEnvironment") MessageBusmessageBus) {
38
38
if (messageBus != null) {
@@ -52,14 +52,14 @@ public static MathematicaGlobalResolveCache getInstance(Project project) {
52
52
}
53
53
54
54
privatevoidmarkInvalid() {
55
-
myIsCacheValid = false;
55
+
myInvalidCache = true;
56
56
}
57
57
58
58
privatevoidclearCaches() {
59
59
myCachedFileSymbols.clear();
60
60
myCachedBuiltinSymbols.clear();
61
61
myCachedExternalSymbols.clear();
62
-
myIsCacheValid = true;
62
+
myInvalidCache = false;
63
63
64
64
}
65
65
@@ -83,7 +83,7 @@ private boolean containsExternalSymbol(@NotNull Symbol symbol) {
0 commit comments