OSDN Git Service

[#31450] add ScriptContext field into Environment for scripting
[stew/Stew4.git] / FEATURE.md
1 % New Features And Changes In Stew4
2
3
4 ## New Features
5
6 The new features in version 4 are listed below:
7
8 Special command "-s" - Executing file as script
9 :   Execute a file as script (JavaScript).
10     This feature can be used instead of a command class.
11
12 Special command "?" - display environment info (not OS ENV)
13 :   Display System Properties. (System.getProperty)
14     By defauts, it displays JRE, OS and Locale.
15
16 Auto-expanding nodes in the database info tree (GUI)
17 :   This feature automatically expands nodes in the database info tree
18     when connecting a database.
19     If you use this feature, make a "autoexpansion.tsv" file
20     in system directory.
21
22 For more details, see MANUAL.html file.
23
24
25 ## Changes
26
27 The major changes since version 3 are listed below:
28
29 Requires Java6 and later
30 :   Java5.0 was not supported.
31     And replaced with codes including enhancements and new APIs in Java 6.
32
33 Implementation
34 :   Improved implementation with Java6.
35     Specifically, Unnecessary classes was removed, and some codes ared
36     replaced with more fitting APIs.
37
38
39 ## Other Notes
40
41 A connector config file (connector.properties) is compatible to version 3.