OSDN Git Service

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