This blog is a 9925.org image, login 9925.org can see the latest blog post.
Original source:http://ily.so/2EZZz2
Double-click Ejstool.exe to run the IDE environment.
The "test instance" is included for reference, and the Lib folder is the IDE tool run library.
The runtime currently provides only a subset of the core features, and the runtime is open-source (with SVN checking out the latest version to overwrite the original catalog), and more features will be expanded in the future.
svn:https://svn.ily.so/svn/ejslib/
Account: Public no password
How do I associate a Ejs script file?
Main menu, Tools->ejs script file, register \ Cancel
How do I associate a system right-click menu?
Double-click Install.cmd script Associated System Right-click menu, double-click Uninstall.cmd to unlink System right-click menu.
Software Download: Ejstool Alpha2 v1.0[r6].zip (3.43 MB)
Update log:
3, 1.0.0.5 (Ejstool Alpha2 v1.0[r6]) "February 28, 2015":
1) for prompt, imgprompt pop-up window (placed on top of all windows), and the taskbar icon removed;
2) Modify the configuration file autocomplete.xml, editor.xml suffix "json";
3) Fix the bug that the toolbar "run" or "stop" button will not change while switching the active document;
4) Fixed bug where the status bar information at the bottom of the IDE does not change with the toggle active document.
2, 1.0.0.4 (Ejstool Alpha2 v1.0[r5.1]) "February 26, 2015":
1) Remove the Datetime.ejs file from the runtime (Lib) directory and remove the Datetime.ejs reference within the __init__.ejs file;
2) Later, you cannot directly use the new Date (). Format date (This method has a potential bug);
3) Add the date directory and load the module in the directory by the "#include" precompiled instruction mode;
4) Add the "Format.ejs" module to the date directory, including the FormatDate function.
1, 1.0.0.4 (Ejstool Alpha2 V1.0[R5]) "February 26, 2015":
Fix all bugs that were found before this version, as follows;
1) The interpreter can report the detailed error message when executing the error;
2) Fix the interpreter to accumulate bug, for example: Execute Fun (i++) will produce a bug, cause i++ to be executed two times.
But the direct implementation of i++; Fun (i) is not an error.
Easton JavaScript Tool Alpha Second Edition released