fixed a bug that crashed Tauschke MobileCreator when creating a new project without a MainWindow class
added the /M option of Exegen (SW 4.2)
added the Commandline option for applets (SW 4.2)
added the CreatorId option for applets (SW 4.2)
Version 1.72 (both)
now you can add png,gif,jpg files to your project for the
image library
now you can add txt files
remove files doesn't delete them longer (they will only
be renamed)
Screen layout is now saved
MC now show the correct version in the taskbar
Version 1.7 (both)
added the integrated debugger (Professional Licence)
added Exegen title option (both version)
allow spaces in the project path (both version)
small bugs fixed (both version)
added Frank Diebolts GameAPI templates (both version)
Version 1.6 (both)
Support for SuperWaba 4
In the Professional Licence: Search in the Javadocs
In the Professional Licence: Now you can set the output folder for class files
MC asks to reload a file when it is changed from another program
support for Palm Simulator (PalmOS 5)
fixed a bug in the autocomment feature
preset some settings at the installation
added the Setup Wizard for easy installation
added all Java keywords (I hope...)
new Look&Feel
fixed a bug in the class context help
MC only ask you to save the project when it has really changed
fixed a bug when adding files to the project
now MC only compiles the java files of the project not of the project folder
Fixed: after loading a new project with no CreatorID the CreatorID of the last project was used.
You can use the right mouse button on the "Output" panel to delete it and cut text.
changed text when PDB/PRC creation do not succeed
some small bug fixes I can't remember...
Version 1.55 (both)
added support for SuperWaba 3.5
small bug fixes
Version 1.51 (Professional)
Support for remote debugger. Use every java remote debugger (like JSwat).
Support for packages.
Version 1.5 (both)
Added help option to the editors context menu. Move the cursor on a class (like MainWindow) and select "Help". A new window opens and the JavaDoc for MainWindow appears.
Added support for including wav-files to the project
MC now warns if you use classes which are not part of the SuperWaba API
All the projects bitmaps will be added to a pdb file now - not only the ones you are using in source code
Fixed "(old)javac.exe" output
Improved output in the Output Window
Now you can enter the values of waba.applet.Applet position parameters
Added support for creating CAB files (Exegen /Z)
Added support for the CE folder (Exegen /P)
Removed the error that said that there is no Palm Desktop Software installed. Although you are using Win CE :-)
Added the Bugs&Notes Manager.
Version 1.4 (both)
Removed the my application tab in the "Settings" Dialog. Since SW 3.2 uses files like "icon15x9x1.bmp" located in the project folder you just have to add them to your project using the "+" button.
CreatorID edit field is now located at the "Exegen" tab Added autocomment feature: type /** in the editor to see how it works.
Added "Toggle Comment" to the editors context menu. Selected text will be commented after using it. Commented text will be uncommented.
Added "Compile" to the "Compile" menu. Just to check the syntax. Added "Start Debugger" to the compile menu. THIS STARTS THE JDB DEBUGGER PROVIDED WITH THE JDK. Although it is commandline debugger its usage is very simple. Just search the net for more information about it. It is a first step of implementing a debugger into MC.
Added "Create .exe-files for WindowsCE" to the settings menu (the new "exegen /e" parameter).
Removed the "+-cancel" bug that Jakob Trier reported. Removed the bug in the autocomment feature that Arnaud Farin reported.