OSDN Git Service

bdbe8e308647bbea037c3248d2b57fe8281729c7
[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.2 are listed below:
7
8 Show all histories (GUI)
9 :
10
11
12 The new features in version 4.1 are nothing.
13
14
15 The new features in version 4 are listed below:
16
17 Special command "-s" - Executing file as script
18 :   Execute a file as script.
19     This feature can be used instead of a command class.
20     (On version 4.0, only JavaScript was supported.)
21
22 Special command "?" - display environment info (not OS ENV)
23 :   Display System Properties. (System.getProperty)
24     By defauts, it displays JRE, OS and Locale.
25
26 Auto-expanding nodes in the database info tree (GUI)
27 :   This feature automatically expands nodes in the database info tree
28     when connecting a database.
29     If you use this feature, make a "autoexpansion.tsv" file
30     in system directory.
31
32 For more details, see MANUAL.html file.
33
34
35 ## Changes
36
37 The major changes on version 4.2 are listed below:
38
39 change behavitor of toggle-focus
40 :
41
42
43 The major changes on version 4.1 are listed below:
44
45 Enhance Scripting support
46 :   On version 4.0, the scripting feature (command "-s") was limited,
47     such as only JavaScript, only by file, and stateless.
48     On version 4.1, it has been improved as follows:
49
50      * Any Script Language (as long as its Script Engine exists)
51      * Parameters As Script
52      * Script Context (global scope bindings)
53
54
55 Change the layout of Text Search Panel
56 :   In version 3.0, the information tree had been added, but the search panel
57     still had been left below the console window.
58     In version 4.1, the search panel has been moved below the status bar
59     of the window.
60
61
62 The major changes since version 3 are listed below:
63
64 Requires Java6 and later
65 :   Java5.0 was not supported.
66     And replaced with codes including enhancements and new APIs in Java 6.
67
68 Implementation
69 :   Improved implementation with Java6.
70     Specifically, Unnecessary classes was removed, and some codes ared
71     replaced with more fitting APIs.
72
73
74 ## Other Notes
75
76 A connector config file (connector.properties) is compatible to version 3.