#lang setup/infotab (define name "MrEd Designer") (define blurb `("A tool to create PLT Scheme GUIs." (ul (li "User's documentation: " (a ((href "http://mred-designer.origo.ethz.ch/wiki/doc")) "http://mred-designer.origo.ethz.ch/wiki/doc")) (li "Developer's documentation: " (a ((href "http://mred-designer.origo.ethz.ch/wiki/developer_doc")) "http://mred-designer.origo.ethz.ch/wiki/developer_doc")) ) )) (define primary-file "main.ss") (define categories '(devtools misc ui)) (define homepage "http://mred-designer.origo.ethz.ch/") (define required-core-version "4.2.4") (define version "3.1") (define repositories '("4.x")) (define release-notes '(ul (li "Complete rewrite of the code") (li "Widgets are now used as plugins") (li "Template widget system") (li "Added widgets: menus, dialog, combo-field") (li "New widget properties: Fonts, images, ...") (li "Can edit several projects at the same time") (li "Any property can be an option of the init-function in the generated code") (li "Lost Features:") (ul (li "Callback Graph Editor not yet integrated") (li "Class are not (yet) options anymore") (li "Copy without children") (li "Generate only required code") ) ))