Robby Findler
7dbb287601
make bugs like that in PR 11241 easier to diagnose / see by turning
...
the hang into a dialog.
2010-09-23 06:25:21 -05:00
Robby Findler
5e04a5c6d9
When opening a new window where the language is one of the htdp languages (via the
...
language dialog, not the #lang htdp/* variants), teachpacks are put into the
initial REPL (instead of just having the language primitives).
closes PR 11160
2010-09-04 19:37:02 -05:00
Robby Findler
e14b330699
fixed some out of date docs
2010-06-19 12:13:48 -05:00
Robby Findler
880fa2df0d
Fixed drracket/tools-lib so that it exports drscheme:* names
2010-06-02 09:34:10 -05:00
Matthew Flatt
6563ef6812
rackety framework and tools docs
2010-05-08 07:37:08 -06:00
Robby Findler
1f5f0fb760
started updating the docs to say drracket: instead of drscheme:
2010-04-27 09:19:44 -05:00
Robby Findler
a5a8bf953f
added docs for the extra-repl-information method of drscheme:language:language<%>
...
svn: r18811
2010-04-13 19:45:17 +00:00
Carl Eastlund
2e0cb8226e
Replaced every "langauge" (note swapped vowels) with "language".
...
svn: r17918
2010-02-01 01:41:51 +00:00
Eli Barzilay
4288c6c2c7
The Scribble reader was improved to make it pull out the syntax
...
punctuations outside of the form, as it does with quote punctuations.
So things like this
#, @foo{...}
that required the space to make the @foo read as a scribble form are
now better written as
@#,foo{...}
This changes all such occurrences. (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)
svn: r15111
2009-06-07 10:12:32 +00:00
Eli Barzilay
c0a8a01222
Changed @itemize{...} to @itemize[...] (done after comparing the doc
...
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)
svn: r14427
2009-04-05 17:46:20 +00:00
Carl Eastlund
f0b72082eb
Fixed typos in Plugin docs:
...
Many contracts had redundant @scheme[...] around them,
which rendered as (scheme ...) in the final product.
svn: r12546
2008-11-20 21:15:21 +00:00
Robby Findler
a398630230
fixed up confused get-metadata arity
...
svn: r12190
2008-10-31 02:48:27 +00:00
Eli Barzilay
097f05fe61
eof-object -> eof
...
svn: r11098
2008-08-06 02:57:49 +00:00
Robby Findler
7d8d1bc37b
added front-end/finished-complete-program
...
svn: r11084
2008-08-05 17:28:16 +00:00
Eli Barzilay
bf86c29bb7
fixed some latex leftovers, and convenient way to make headers and include-extracted
...
svn: r10723
2008-07-12 07:07:19 +00:00
Robby Findler
6e2022b4c2
added note to say when on-execute is called
...
svn: r10531
2008-07-01 11:22:55 +00:00
Robby Findler
a367e81f3a
removed some latexisms
...
svn: r10407
2008-06-21 14:44:47 +00:00
Robby Findler
90fbc2e14b
fixed some bugs in the docs
...
svn: r9938
2008-05-23 00:16:02 +00:00
Eli Barzilay
77c51adcc4
fix uses of code:comment
...
svn: r9803
2008-05-11 04:12:33 +00:00
Robby Findler
14b8f2f8f6
some minor improvements to the docs
...
svn: r9800
2008-05-11 01:07:48 +00:00
Robby Findler
a3da1f8158
moved recon.ss into drscheme/private (where it should have been all along)
...
svn: r9798
2008-05-10 21:29:45 +00:00
Robby Findler
5b3a61460b
adjusted the tools docs that the contracts on the tool units are extracted from the same place that the documentation is extracted from, namely tool-lib.ss
...
svn: r9777
2008-05-09 22:15:50 +00:00
Robby Findler
233e8431bc
a tools manual that contains all of the bindings (but with lots of editing still to go)
...
svn: r9752
2008-05-08 21:16:28 +00:00
Robby Findler
06463490f3
a little progress on the tools manual
...
svn: r9724
2008-05-07 17:57:14 +00:00
Robby Findler
56af42785d
oops, wrong commit, fixed now
...
svn: r9671
2008-05-05 22:36:35 +00:00
Robby Findler
89963f0082
a first cut of the tools manual converted to scribble
...
svn: r9670
2008-05-05 22:35:26 +00:00