racket/collects/xml/info.ss
Eli Barzilay 1fca26c61d * Made DrScheme show tools sorted by spec paths, and not show #<path:...> when
there is no name
* Added tool-names entries for tools that were missing it

svn: r3035
2006-05-24 18:03:10 +00:00

11 lines
527 B
Scheme

(module info (lib "infotab.ss" "setup")
(define name "XML")
(define doc.txt "doc.txt")
;; the XML tool has been moved to the stepper collection, so that
;; the stepper can create xml snips. See collects/stepper/tool.ss for (a bit) more information
(define help-desk-message "Mz/Mr: (require (lib \"xml.ss\" \"xml\"))")
(define blurb
`("The XML collection provides functions for reading, writing, and manipulating XML documents."))
(define tools '(("text-box-tool.ss")))
(define tool-names '("Text Box")))