]> matita.cs.unibo.it Git - helm.git/commitdiff
Forward and backward metadata added to the Raw menu.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2001 16:44:28 +0000 (16:44 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2001 16:44:28 +0000 (16:44 +0000)
OPEN BUG: asking metadata for inductive types does not work. A window
requesting which metadata to show should be opened instead.

helm/on-line/html/library/control.html

index 5d353fc0d8b4f4e376f7bd0a73ef89fc4109489d..501e1d02883e2746331df021d4b908a30d600b28 100644 (file)
@@ -38,6 +38,8 @@
          outputOption(document, "cic",   "CIC", mode_list[1]);
          outputOption(document, "types", "TYPES", mode_list[1]);
          outputOption(document, "ann",   "ANN", mode_list[1]);
+         outputOption(document, "fwd",   "RDF: Forward pointers", mode_list[1]);
+         outputOption(document, "bwd",   "RDF: Backward pointers", mode_list[1]);
        } else {
          outputOption(document, "html", "HTML", mode_list[2]);
          outputOption(document, "mml_cont", "MathML Content", mode_list[2]);