Haggis Version 1.2 Changes: + Colored Printer support for unix systems with lpr + Source code export in HTML, post script, pdf. + Bug: get and setter support, is for boolean values Haggis Version 1.1 Changes: + Simple get and setter support by marking the variables. Formally programed for global variabes with a leading underline. + Console Logger support, to store console output + Add CompareTo support Haggis Version 1.0 Changes: + Deprecated classes eliminated + Discourage accesses eliminated + Changed the package structure from "org.into.eclipse.codesugar" to "net.sf.haggis", because it is a Sourceforge project + Repaired the toString method (rewritten) - Arrays with different length can be processes - The super class access from gettes updated with a regular expression + Raised the functionality of the clone method (rewritten) - Arrays with different length can be processes - Find an object if it has a clone method - Implements clone from super class - Remember, if it can not make a clone implementation and throws an exception. - Implemented a clone method which works always (Stream copy) + Added SerialVersionUID + Added compareTo functionallity for primitivs (without boolean), arrays, and compareTo objects + PreferencePages changed + Eliminate the About menu entry + Eliminate the PrefernecesPage menu entry + Accesses from the editor changed back to formaly codesugar Version