OSDN Git Service

Upgrade to 4.2.0-beta1
[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 :   This feature shows all command histories and pastes a chosen item.
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 (GUI)
40 :   The command "Toggle focus" will toggle the focus between the result set
41     table, the text area and the database info tree after version 4.2.
42     Previously, the database info tree was out of the focus group.
43
44
45 The major changes on version 4.1 are listed below:
46
47 Enhance Scripting support
48 :   On version 4.0, the scripting feature (command "-s") was limited,
49     such as only JavaScript, only by file, and stateless.
50     On version 4.1, it has been improved as follows:
51
52      * Any Script Language (as long as its Script Engine exists)
53      * Parameters As Script
54      * Script Context (global scope bindings)
55
56
57 Change the layout of Text Search Panel
58 :   In version 3.0, the information tree had been added, but the search panel
59     still had been left below the console window.
60     In version 4.1, the search panel has been moved below the status bar
61     of the window.
62
63
64 The major changes since version 3 are listed below:
65
66 Requires Java6 and later
67 :   Java5.0 was not supported.
68     And replaced with codes including enhancements and new APIs in Java 6.
69
70 Implementation
71 :   Improved implementation with Java6.
72     Specifically, Unnecessary classes was removed, and some codes ared
73     replaced with more fitting APIs.
74
75
76 ## Other Notes
77
78 A connector config file (connector.properties) is compatible to version 3.