History for Adso Development Studio

V.0.0.2 Pre RC2 (July. 31. 2003)
	- Fixed bug in comment header function
	- Added some functions to the .Project files (Adso can only load not create project files)

V.0.0.2 RC1 (June. 20. 2003)
	- Added support for project files ".Project" (Adso's own project files)
	- Added New Class to Edit->Insert menu.
	- Some bugs fixed.
	- Added Terminal to tools menu. (Brings up a terminal window.)

V.0.0.2 Pre RC1 (May. 31. 2003)
	- Added command line option "-nosplash", starts without splashscreen.
	- Go to line added to search menu.
	- Fixed scrollbar bug.
	- Line indicator now shows how many total lines in file.
	- You can set in settings if you want the toolbar to be hidden or not by default.

V.0.0.2 Gamma (May. 31. 2003)
	- Compile is now a separate thread (app does not longer hang while compiling)
	- You can now compile .java files using the compile menuitem.(if you've got the javac compiler
	installed.) this only works if you start Adso from terminal.

V.0.0.2 Beta 2 (May. 29. 2003)
	- Select All and Clear Selected added to textview's pop up menu,
	- Close button added to toolbar. (do not use if you've only got one window open)
	- Bug in save function fixed.
	- Added Replace All to menu (Uses your last replace string and replaces all of them)
	- You can hide and show the toolbar.

V.0.0.2 Beta 1 (May. 27. 2003)
	- A lot of bug fixes and improvments.
	- Toolbar improved.
	- Make is now a separate thread (app does not longer hang while making)
	- Toolbar no longer hides itself when resizing window.
	- You can now right click on the textview to get a pop up menu with (Undo, Cut, Copy, Paste)
	
V.0.0.2 Pre Beta 1 (May. 22. 2003)
	- Added Compile to menu. (No compile options at the moment, 
	  only Terminal apps and code that only uses libbe.so compiles.
	- Added Make to menu. Just open your makefile and press make.
	- Saves your file before Compiling and making.
	- Some minor bug fixes.	
	- You can now drop a file on the window to open it.
	- We're now self-hosting, Adso is beeing developed with Adso

V.0.0.2 Alpha 2 (May 15. 2003)
	- Added 'New Project' selection window
	- Shows memory usage at the bottom left of the window
	- Added Page setup to File menu
	- Added Print to File menu
	
V.0.0.2 Alpha 1 (May 7. 2003)
	- Many classes rewritten
	- Added Find and find again to Search menu.
	- Added Replace and Replace Same to Search menu.
	- Shows line number at the bottom left of the window
	- Toolbar added

V.0.0.1  Beta 1 (Apr. 17. 2003)
	- Added -debug command line option(writes log at /boot/home/Adso.log)

V.0.0.1 Pre Alpha 2 ( Apr 2. 2003)
	- Graphics now in separate .rsrc file (source version)
	- Bug fixed in save on quit function
	- Added Clear Selected to menu Edit->Clear Selected (deletes selected text)
	- Syntax styling removed until it's fixed.

V.0.0.1 Alpha 1 (Mar. 13. 2003)
	- Added splashscreen
	- Now asks if you want to save on quit.
	- Insert Time&Date function implemented. Edit->Insert->Time & Date.
	- Insert Comment Header function improved.
	- Some Bugfixes.
	- Added new Icon.

V.0.0.1 Alpha 1 Internal developer release (Feb. 29. 2003)
	- Added text wrapping (ON/OFF)
	- Added new MIME type settings
	- Added simple support for Addons
	- Added buggy syntax styling 

V.0.0.1 Pre Alpha 1 Internal developer release (Feb, 11. 2003)
	- It works like a simple text editor, nothing more to it.