File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 the boolean "useCache" (constructor) is still useless, the command cache will be added in future updates to make the script even faster.
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";
7+
8+ 1.9.4:
9+ Added linux and mac Support for the "exec" Command.
10+ This command can now execute Shell commands on a linux or mac os device.
711
8121.9.3:
913 Added an application listener to fire when the script finishes.
@@ -24,7 +28,6 @@ NOTICE:
2428 java -jar devscript_1.9.0.jar --execute "println foo;" -> Opens the editor window with "println foo;" as the content.
2529 - Easier input setting. Before 1.9.0, it is very complicated to implement a custom InputStream. This update provides an abstract
2630 com.devscript.raw.ApplicationInput class, to make it easier to create inputs other than the System.in: process.setInput(new ApplicationInput() {...});
27- -
2831
29321.8.3:
3033 - New Command: use [STRING]; This command replaces the location of the command with code from the given string as the first argument.
You can’t perform that action at this time.
0 commit comments