X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=FEATURE.md;h=620857fc14348d74ed36c29e081f4e2905a1a198;hb=9bb0662a5b63666037effc8a93dede55e4cdad45;hp=c6db83bd8488f9e0a18912aa519ec5f61d475091;hpb=c8dbfecc76ec91ff61c48e7dff5ef99e9537b941;p=stew%2FStew4.git diff --git a/FEATURE.md b/FEATURE.md index c6db83b..620857f 100644 --- a/FEATURE.md +++ b/FEATURE.md @@ -5,16 +5,21 @@ The new features in version 4 are listed below: -special command "?" - display environment info (not OS ENV). -: Display System Properties. (System.getProperty) - By defauts, displays JRE, OS and Locale. - +Special command "-s" - Executing file as script +: Execute a file as script (JavaScript). + This feature can be used instead of a command class. -xxx -: xxx +Special command "?" - display environment info (not OS ENV) +: Display System Properties. (System.getProperty) + By defauts, it displays JRE, OS and Locale. +Auto-expanding nodes in the database info tree (GUI) +: This feature automatically expands nodes in the database info tree + when connecting a database. + If you use this feature, make a "autoexpansion.tsv" file + in system directory. -For more details, see MANUAL.html. +For more details, see MANUAL.html file. ## Changes @@ -27,8 +32,10 @@ Requires Java6 and later Implementation : Improved implementation with Java6. - Specifically, Unnecessary classes was removed, and some codes ared replaced with more fitting APIs. + Specifically, Unnecessary classes was removed, and some codes ared + replaced with more fitting APIs. -## Others +## Other Notes +A connector config file (connector.properties) is compatible to version 3.