Robby Findler
cb56a1e604
added open-in-new-tab docs
...
svn: r17142
2009-12-01 18:09:29 +00:00
Robby Findler
3290bb8e77
documnted drscheme:help-desk:help-desk
...
svn: r16557
2009-11-05 14:49:29 +00:00
Robby Findler
be20c0747c
added support for changing toolbar buttons based on the #lang line (when in the module language) and use that support for #lang scribble/base
...
svn: r16449
2009-10-29 16:01:40 +00:00
Robby Findler
fcfa572e02
PRS 10379 and 10377
...
svn: r15795
2009-08-25 04:51:05 +00:00
Robby Findler
b5b32d1d8e
added automatic compilation to the module language, plus various other tweaks (contract library enhancement, bug fixes here and there)
...
svn: r15635
2009-07-30 05:17:40 +00:00
Eli Barzilay
ed864eded2
@(itemize ...) -> @itemize[...]
...
svn: r15575
2009-07-26 11:27:14 +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
Eli Barzilay
bd561ab191
some paren typos
...
svn: r13416
2009-02-04 16:28:14 +00:00
Eli Barzilay
d1a0086471
newlines at EOFs
...
svn: r13105
2009-01-14 03:10:47 +00:00
Robby Findler
96651516e8
made close-current-tab be public
...
svn: r12643
2008-11-30 04:57:03 +00:00
Robby Findler
70e85a62a9
svn: r12574
2008-11-23 02:39:36 +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
Matthew Flatt
9453aaaccf
assign authors to manuals
...
svn: r11287
2008-08-15 20:16:06 +00:00
Carl Eastlund
edbbca1fa2
Fixed contracts in get-ints/get-defs.
...
svn: r11225
2008-08-13 19:05:18 +00:00
Carl Eastlund
80699eddb0
get-defs and get-ints were swapped in documentation of get-definitions-text and get-interactions-text
...
svn: r11189
2008-08-11 20:43:15 +00:00
Robby Findler
dc82ffd05a
PR 9679
...
svn: r11188
2008-08-11 20:33:11 +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
Matthew Flatt
01691d9240
adjust the way framework and tools docs extract documentation
...
svn: r10727
2008-07-12 15:37:31 +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
Eli Barzilay
7d50e61c7f
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
2008-07-09 07:18:06 +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
c4349ce66c
removed some old latex-style comments
...
svn: r9977
2008-05-27 13:38:05 +00:00
Matthew Flatt
a41f8e8e38
tweak appearance of main doc page
...
svn: r9951
2008-05-25 15:16:03 +00:00
Robby Findler
90fbc2e14b
fixed some bugs in the docs
...
svn: r9938
2008-05-23 00:16:02 +00:00
John Clements
29322e6ccb
minor fixes
...
svn: r9934
2008-05-22 22:09:41 +00:00
Robby Findler
a8fd2e018c
added an explicit registration for the toolbar switchable-buttons
...
svn: r9882
2008-05-18 22:59:02 +00:00
Robby Findler
cf6c45e0c3
added get-language-menu
...
svn: r9820
2008-05-13 02:37:36 +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
0752311937
finally got the drscheme:language:object/c contract to render in the documentation properly
...
svn: r9797
2008-05-10 21:15:30 +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
694a0d732b
converted a bunch of tex-isms to scribble-isms and other small improvements in the docs
...
svn: r9760
2008-05-09 02:14:27 +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
Matthew Flatt
a26b334c67
proprocessor doc, merge scribblings and doc-categories fields
...
svn: r9414
2008-04-23 00:20:25 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
264af9a6d0
improved scribble syntax use
...
svn: r8720
2008-02-19 12:22:45 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
03f29ff7b1
fix uses of #lang setup/infotab
...
svn: r8534
2008-02-05 05:24:32 +00:00
Eli Barzilay
3da233dd8e
fix some minor bug and typos in previous commit
...
svn: r8533
2008-02-05 00:22:33 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
fff894d710
remove the now-redundant main-doc option
...
svn: r8288
2008-01-11 02:29:49 +00:00
Matthew Flatt
1e069dd2bc
doc build automatically go to main doc dir; added doc categories for start doc; fix locale-sensitive byte<->string ops to actually use the locale; other small edits
...
svn: r8286
2008-01-10 23:42:23 +00:00