Eli Barzilay
bd561ab191
some paren typos
...
svn: r13416
2009-02-04 16:28:14 +00:00
Robby Findler
ef36f329b7
added log-viewing support to DrScheme
...
svn: r13291
2009-01-27 14:23:18 +00:00
Robby Findler
434477a56b
fixed language printing dialogg labels
...
svn: r13281
2009-01-25 13:15:07 +00:00
Robby Findler
e8f7fe9501
clarification in reponse to comment on plt-scheme
...
svn: r13179
2009-01-16 19:38:28 +00:00
Robby Findler
90c0d48642
improved the docs a little bit for writing your own keybindings
...
svn: r12232
2008-11-04 15:31:20 +00:00
John Clements
ed306e1e18
documented kill-enclosing-parens
...
svn: r11828
2008-09-22 01:15:12 +00:00
Eli Barzilay
e281030aba
fix lcons example (PR9751)
...
svn: r11752
2008-09-15 04:59:59 +00:00
Robby Findler
d55fdaa65e
svn: r11483
2008-08-29 16:12:12 +00:00
Robby Findler
a7e5d54543
svn: r11482
2008-08-29 14:06:21 +00:00
Eli Barzilay
d26f27e140
Lots of minor edits -- mainly dropping unnecessary backslashes and
...
using @litchar with braces.
svn: r11451
2008-08-27 08:35:27 +00:00
Matthew Flatt
9453aaaccf
assign authors to manuals
...
svn: r11287
2008-08-15 20:16:06 +00:00
Robby Findler
d9cdecde11
updated searching parts of the manual
...
svn: r11144
2008-08-08 13:58:23 +00:00
Robby Findler
a3c0e93324
improved searching (docs not yet quite done, but I want to test on other platforms ... another commit to follow)
...
svn: r10921
2008-07-26 20:06:23 +00:00
Matthew Flatt
b062c52067
fix some doc links
...
svn: r10154
2008-06-05 18:56:41 +00:00
Eli Barzilay
340c3a6f06
remove redundant index entries
...
svn: r10063
2008-05-31 05:19:36 +00:00
Matthew Flatt
bb2d82bfb1
minor doc corrections
...
svn: r10059
2008-05-30 19:36:59 +00:00
Matthew Flatt
cb365eeb94
fix image-snip% reference in drscheme manual
...
svn: r9988
2008-05-27 20:26:42 +00:00
Robby Findler
ba895e827f
added the limit memory menu item
...
svn: r9926
2008-05-22 11:16:03 +00:00
Matthew Flatt
4728ffe303
change DrScheme to set current-print
...
svn: r9850
2008-05-15 16:31:51 +00:00
Kathy Gray
488bbd3829
Added string-constants for test-engine menu items.
...
Moved Enable/disable to language-X menu, and updated docs
Sending old test window support to the 'attic'
svn: r9824
2008-05-13 15:50:25 +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
Matthew Flatt
9ce74d5378
document location of auto-save file for a file-less definitions window
...
svn: r9726
2008-05-07 20:45:32 +00:00
Robby Findler
ee9fc4a8d7
reworked the buttons along the top of drscheme
...
svn: r9578
2008-05-01 23:15:06 +00:00
Matthew Flatt
58f1177258
finish DrScheme doc port
...
svn: r9572
2008-05-01 19:51:52 +00:00
Greg Cooper
98cfe9cf42
update debugger documentation
...
svn: r9556
2008-05-01 03:15:53 +00:00
Matthew Flatt
a26b334c67
proprocessor doc, merge scribblings and doc-categories fields
...
svn: r9414
2008-04-23 00:20:25 +00:00
Kathy Gray
ae3a208331
Additions to DrSchemem guide to
...
A) Fill in the stub section for ProfessorJ languages
B) Include an explanation of the Testing menu item
C) Ammend the HtDP languages section with information
on test evaluation
svn: r9346
2008-04-17 15:41:43 +00:00
Greg Cooper
f721101444
make sure bindings in annotations come from scheme/base
...
remove tip from docs about needing to save files before debugging
svn: r8872
2008-03-04 16:11:07 +00:00
Greg Cooper
865b638d7c
don't annotate expressions that have no source information
...
update docs, image for new buttons
svn: r8803
2008-02-26 03:11:29 +00:00
Greg Cooper
c4b76ea3dc
add support for stack navigation, along with a bit more documentation
...
refactor some large blocks of code and add a few comments
svn: r8791
2008-02-25 05:02:09 +00:00
Greg Cooper
415b7f9af8
add debugger documentation
...
svn: r8777
2008-02-23 17:29:36 +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
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
62d301e87e
more drs scribble
...
svn: r8495
2008-02-01 16:10:08 +00:00
Matthew Flatt
a82d9b5e32
scribble drscheme
...
svn: r8492
2008-02-01 04:11:24 +00:00
Matthew Flatt
04859fb2dd
normalize some doc titles
...
svn: r8336
2008-01-15 14:46:36 +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
Robby Findler
92081b685d
move docs to scribblings directory
...
svn: r8037
2007-12-17 16:34:17 +00:00