info.ss
#lang setup/infotab

(define name "MrEd Designer")
(define blurb
  `((p
     "Create Racket GUIs, WYSIWYG."
     (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.3")
(define repositories '("4.x"))
(define release-notes 
  '((ul
     (li "added: code-gen-class property: the class name can also be a keyword argument of the init function in the generated code")
     (li "added: false-or-number. x, y, width, height can take either the value false or be a number, as they should.")
     (li "removed: moving the frame/dialog changes x and y, widht and height (was more annoying than anything).")
     )))