JADEIDE Version 2.7 as of February 09, 2002  

JADE Integrated Development Environment
---------------------------------------

JadeIDE can be installed simply by unpacking the provided ZIP-archive into a
directory of your choice (e.g. to D:\jadeIDE under Windows 
or to /home/xxxx/jadeIDE respectively to /opt/jadeIDE or /usr/jadeIDE under Linux) 
by using a tool like PKZIP, WINZIP, PowerArchiver, or WINRAR.
When unpacking you must take care, that the directory structure provided in the
ZIP file is also build up. 
This is guaranteed, if you use the self extracting .EXE file (Windows).

Prerequisite to run JadeIDE is a JAVA Runtime Environment V1.2 or better, available
for free download from SUN Microsystems via URL "http://java.sun.com/j2se/".
For Java development work of course you need a JDK (Java Development Kit).
More information about installation and invocation of JADE you will find inside
the help file provided in the ZIP-archive (please read to guarantee correct setup). 
You can open the help file with a browser of your choice
(e.g. Netscape Navigator, MS Internet Explorer, Opera or equivalent).

Note - 	selection of the desired help file.
	JadeIDE is delivered with a German (jidehelp_d.htm) and an English 
	(jidehelp_e.htm) Help file. Help can be viewed with a Web-Browser.
	The Help language is determined by the LANG=x parameter during
	invocation of JadeIDE { x: E for English, D for German (Deutsch)}.
	If you must save disk space, you can delete the help file of the
	language not used. In this case, delete the associated images too.

Change History: (date format dd.mm.yyyy)
----------------------------------------

09.02.2002	Release of Version 2.7 February 2002 

		The creation of new projects has been simplified. Missing directory hierarchies
		now automatically can be generated. The dialog to define the base parameters
		has been enhanced. You now can delete JDK entries no longer needed.
		The Code-Checker JiveLint from Sureshot can be referenced and invoked from
		the Jade Editor.

21.01.2002	Release of Version 2.6 January 2002

		The cosmetic problems existing in the Java conform print solution have been 
		eliminated. 
		The dialogs to generate project specific window frames and dialogs now allow
		to specify that Java Swing components have to be used in the generated classes. 


16.12.2001	Release of Version 2.5 December 2001

		The tentative print solution exploiting a Web-Browser has been replaced by a Java 
		conform	solution. The solution comprises paper size selection from 6 popular 
		paper sizes, a print preview and the final printing. 

		Known problems:
                1.) the Netscape problem still exist with Nestcape Version 6.2.1. Bypass: see
		below under Version 2.4.
                2.) Under Windows the generated preview pages disappear due to an unknown reason.
		To make the print preview pages visible you must hit one of the red arrow buttons in 
		the tool bar.

05.11.2001	Release of Version 2.4 November 2001
                
		The editor function "Search/Replace" has been enhanced.
		Functions "Create new file" and "Delete project file" now work with a dialog
		and are by that more intuitive.
		The parameter setup has been reworked and significantly simplified.
		This made the product invocation also much simpler.

		Known problems:
		At least under Windows 2000 there exists a problem when invoking  Netscape
		Browser Version 6.2 as a java subprocess (using JDK 1.3.1).
		The invocation hangs until the invoking process terminates.
		Bypass: Either use an older Netscape Version (< 6.2) or use MS Internet Explorer or
			Opera
			or
			invoke Netscape 6.2 outside of JadeIDE and let it idle in a minimized form.

06.10.2001	Release of Version 2.3 October 2001
                
		The Jade Editor has been enhanced by some additional functions
		and some minor errors have been corrected.
		The appearance of the Editors has been improved. A tool bar
		is now provided to invoke the most frequently used functions directly.

01.09.2001	Release of Version 2.2 September 2001

		The Jade Editor now supports syntax highlighting. The print function has
		been added to print java source files via a Web-Browser. In addition
		the editor now supports the extraction of string literals (e.g. to generate
		multi-language products).
		The installation procedure has slightly been changed. Now the invocation 
		parameters are used to generate the initial default values for DevParm.INI
		and the location of the Sun Java Development Kit is determined via a file
		dialog.
		Finally some minor corrections and enhancements have been applied to JadeIDE.

21.08.2001	Release of Version 2.1 August 2001

                JadeIDE V2.1 now comprises it's own editor. This editor has been designed
                to provide useful functions rather than to look nice.
                Special functions of the editor are: seemless integration into JadeIDE,
                direct positioning of the source text to a method of the edited class,
                insertion of predefined code templates, direct compilation from the editor.

18.06.2001	Release of Version 2.0 July 2001

                This is the first release fully tested by the author under Suse Linux 7.1 
		and KDE 2.
		The HELP-file now contains also detailed information for an installation
		under Linux.

24.04.2001	Release of Version 1.9 April 2001

                A field to define the "ARCHIVE=" Parameter (specifies the JAR files 
		required by an applet) has been added to the dialog to generate
		the HTML file for the applet invocation from a browser or the appletviewer.
		Note: the ARCHIVE parameter is not supported by all browsers. 

11.04.2001	Release of Version 1.8 April 2001

		The still missing function handling the import of data of a previously
		with JadeIDE generated HTML file to invoke an applet is now provided.                
		Note: It is assumed, that the HTML file has not been modified manually
		in the applet invocation part. 

09.02.2001	Release of Version 1.7 February 2001

		JadeIDE has been enhanced by adding project archiving features.
		In addition now the file dialog can be used to select .java source files.
                This is helpful when working with packages comprising many source files.

		The following functions have been added:
		1.)	Maintain the existing archive folders (delete obsolete folders)
		2.)	Archive packages (snapshot of the actual content of the source files)
		3.)	Restore a package or a single file from an archive to the project folder
		4.)	Usage of file dialog to select .java source files for further treatment 
		
12.12.2000	Release of Version 1.6 December 2000

		JadeIDE has been enhanced by additional productivity features, and
		the usability has been further increased.

		1.)	New selection in the dialog to define the Java launcher parameters
		2.)	Generation of a "StartClass" template
		3.)	Generation of a template for windows with a menu bar
		4.)	New constucts for the generation of dialog windows 
		5.)	"One click" invocation of the editor and compiler for selected class.

22.11.2000	Release of Version 1.5 December 2000

		The user interface of JadeIDE V1.5 has been completely redesigned 
		to enhance end user friendliness. The development activities are
		now controlled from the menu bar of the JadeIDE main window.
		This makes the dialog to invoke the development actions obsolete.
		The editor window now no longer gets masked and there is more
		space available for this window.                

                The following functions have been added:
		1.)	Dialog to define the most important Java Compiler options
		2.)     Dialog to define the most important Java Launcher options
		3.)     Dialog to define the start class and the invocation 
			parameters of an application.

02.11.2000	Release of Version 1.4 November 2000

                The following new functions have been released:
		1.)	Version 1.4 now supports the dialog controlled
			generation of the source code for				
			individual Java Dialog windows.

17.10.2000	Release of Version 1.3 October 2000

                Version 1.3 is the first release, that supports the German language
		completely, that is, there are also German dialogs and messages,
		not only German helps.
		There are no functional changes compared to version 1.2 ! 

22.09.2000      Release of Version 1.2 September 2000
                The following new functions have been released:
                1.)	The control parameter values are now tested when selected
			or when a project is activated.
			That means, it is checked, if a provided path, file, or program 
			still exists at the specified location.
		2.)	For those control parameter types defining a path, a file or 
			a program, now the platform specific file dialog can be invoked
			to import the file specification. The imported value can be edited
			if needed.
		3.)	All classes of a project can now be compiled with a single invokation.
			For each class not compiled successfully an 

		In addition some minor documentation errors have been corrected.

08.08.2000	Release 1.1 (August 2000) uploaded to server
		The following new functions have been released:
		1.)	New parameter for the definition of the appletviewer invocation.
		2.)	Value list for controlling parameter now automatically filled
			when controlling parameter is selected.
		3.)	Generation of the HTML file needed to invoke a Java Applet
			via a Web Browser or the Sun AppletViewer.
		4.)	Generation of a code template when a new class is created.
		5.)	Invocation of Java Applets via the specified appletviewer out 
			of the IDE.

19.06.2000      German help (jidehelp_g.htm) file added to the ZIP-Archive.

21.06.2000	Module: CompMsgDialog
			Output font changed from variable spaced font "Helvetica"
			to fixed spaced font "Courier" to increase readability. 
			Now the error indictor points to the correct 
			column when error messages are displayed.

11.04.2000	Release 1 uploaded to server

Author:
=======	Wolfgang Kurz, Im Asemwald 2/18, D-70599 Stuttgart, Germany
	http://home.t-online.de/home/Wolfgang_Kurz/homepage.htm
	Wolfgang_Kurz@t-online.de
