File tree Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <classpath >
3+ <classpathentry kind =" src" path =" src" />
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre11.0.2" >
5+ <attributes >
6+ <attribute name =" module" value =" true" />
7+ </attributes >
8+ </classpathentry >
9+ <classpathentry kind =" output" path =" bin" />
10+ </classpath >
Original file line number Diff line number Diff line change 1+ /bin /
Original file line number Diff line number Diff line change 1+ eclipse.preferences.version =1
2+ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3+ org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
4+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
5+ org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
6+ org.eclipse.jdt.core.compiler.compliance =11
7+ org.eclipse.jdt.core.compiler.debug.lineNumber =generate
8+ org.eclipse.jdt.core.compiler.debug.localVariable =generate
9+ org.eclipse.jdt.core.compiler.debug.sourceFile =generate
10+ org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
11+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
12+ org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
13+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
14+ org.eclipse.jdt.core.compiler.release =disabled
15+ org.eclipse.jdt.core.compiler.source =11
Original file line number Diff line number Diff line change 55 Another future plan: Command: "include <abs|rel> <pathToFile>" a command to include external compiled libraries "plug in style".
66 Added in 1.8.0 with the command: import "path_to_jar";
77
8- 1.9.12 (Work in Progress) :
8+ 1.9.12:
99 - DevScript can now property handle the null variable $null. (="undefined")
1010 - Added an explanation for the "wait" command
1111 - Added an overloaded command "push [value] [array] [index]" to insert values at a specified index into an array
You can’t perform that action at this time.
0 commit comments