Commit Graph

87 Commits

Author SHA1 Message Date
John Clements
57d271f529 vertical-pane% -> horizontal-panel% for stepper button
svn: r9936
2008-05-22 22:30:58 +00:00
John Clements
275c9b83ab switchable buttons
svn: r9933
2008-05-22 22:09:14 +00:00
Matthew Flatt
364a9285c4 supress value printouts when stepping
svn: r9741
2008-05-08 14:55:10 +00:00
John Clements
8ee6d5a308 all check-forms working sans popup
svn: r9586
2008-05-02 05:52:10 +00:00
John Clements
d14b6d12d2 ...
svn: r9580
2008-05-01 23:49:55 +00:00
John Clements
9326b8cfbc check-expect largely supported
svn: r9574
2008-05-01 22:33:54 +00:00
John Clements
c88c7fd4c5 working on check-expect
svn: r9468
2008-04-25 00:33:35 +00:00
John Clements
00bba9428c working for v4
svn: r9271
2008-04-11 22:46:07 +00:00
Matthew Flatt
021d4d7527 new hash function names and ops (3.99.0.23)
svn: r9209
2008-04-08 21:42:38 +00:00
Eli Barzilay
b76390a452 revise the way setup-plt crawls over the collection trees
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +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
Eli Barzilay
59b5f3a727 removed unused doc.txt entries from info.ss files
svn: r8529
2008-02-04 20:31:04 +00:00
John Clements
4124a601ed closer to working with v4
svn: r8499
2008-02-02 00:37:02 +00:00
Robby Findler
7eb004112b changed get-special-menu to get-insert-menu
svn: r8158
2007-12-29 21:48:58 +00:00
Robby Findler
5af14c4902 got check syntax mostly working again
svn: r7815
2007-11-22 16:18:00 +00:00
John Clements
90a8a691a7 ...
svn: r7725
2007-11-14 17:08:50 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Mike Sperber
b456d36b73 Move the "show-lambdas-as-lambdas" language-specific parameter to
the stepper into stepper-language<%>.

svn: r7598
2007-10-31 07:06:54 +00:00
John Clements
366dc3551a changed name (& sign) of track-inferred-names? to show-lambdas-as-lambdas?
svn: r7589
2007-10-29 20:55:39 +00:00
Mike Sperber
299ad9f975 Moved stepper/stepper-language-interface.ss and
mztake/debugger-language-interface.ss to collects/lang to avoid module
depedencies from these to collects/lang.

svn: r7404
2007-09-24 07:37:59 +00:00
Mike Sperber
ef1cb082dd Various aspects of the Stepper and the Debugger are
language-sensitive.  In the past, both looked at the name of the
language level and were thus were hardwired to certain behavior.  Move
some of those settings into the language level itself:

- whether the stepper is supported (default #f)
- whether the debugger is supported (default #t)
- the print conversion of values for the stepper

This allows other language levels such as the DMdA levels to support
the stepper and not support the debugger.

svn: r7346
2007-09-15 16:10:39 +00:00
John Clements
7f5c80232a ...
svn: r7311
2007-09-11 05:13:22 +00:00
John Clements
64a31bb0b3 commented out mred stuff to allow nightly testing.
svn: r7278
2007-09-05 00:35:25 +00:00
John Clements
ba7441b3a5 ...
svn: r7276
2007-09-05 00:23:34 +00:00
John Clements
db0f29e3e4 changes only to comments
svn: r6191
2007-05-10 18:04:02 +00:00
Robby Findler
41d4b5d28e changed teachpacks to be language specific
svn: r6145
2007-05-04 20:45:15 +00:00
Robby Findler
031cd94b5c a few changes to the automaically changing language stuff, plus more white-on-black improvements
svn: r5917
2007-04-10 19:41:09 +00:00
Robby Findler
e3776e5476 added 'module' wrapper for saved files in the teaching languages (and support for that in the drscheme:language:language<%> interface)
svn: r5602
2007-02-14 23:23:32 +00:00
Matthew Flatt
ba2c163558 remove stray reference to eli-debug.ss
svn: r5526
2007-02-01 02:11:23 +00:00
John Clements
05bdd7e0c5 support for begin0. Whew.
svn: r5522
2007-02-01 00:18:42 +00:00
Matthew Flatt
105339ed2e field name mismatch in provide/contract (not sure why it isn't a syntax error)
svn: r5453
2007-01-25 06:19:57 +00:00
John Clements
8c99995af3 added stop on next buttons
svn: r5434
2007-01-23 04:16:40 +00:00
John Clements
0f447d6b63 added end button
svn: r5431
2007-01-22 20:49:10 +00:00
John Clements
cfd0e35fce added all-bindings-mutable? field to model-settings structure
svn: r5084
2006-12-12 00:07:49 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
John Clements
5a795b614c working on begin0
svn: r4914
2006-11-21 23:01:26 +00:00
John Clements
311caf733e fixed bugs
svn: r4784
2006-11-05 17:43:07 +00:00
John Clements
4cfa7addc3 small bug in shared.ss
svn: r4772
2006-11-03 23:17:49 +00:00
Eli Barzilay
76bdd05167 removed debugging code
svn: r4766
2006-11-03 20:27:39 +00:00
John Clements
96d857dcd0 changed syntax-property to stepper-syntax-property
svn: r4762
2006-11-03 18:15:16 +00:00
John Clements
57b2dd2903 added vertical-separator-snip for pickle-ability
svn: r4621
2006-10-17 22:50:13 +00:00
John Clements
3a8cfed33b bug fixes for annotate/not-top-level
svn: r4615
2006-10-16 23:02:57 +00:00
John Clements
785bc0375c added sperber's fix for true-false reconstruction in cond.
svn: r4614
2006-10-16 17:28:59 +00:00
John Clements
4d4db929ca support for begin, minor refactoring, cleanup, etc.
svn: r4589
2006-10-13 19:15:09 +00:00
John Clements
d82c0b02b3 added comment re: phase 1/2
svn: r4449
2006-09-28 00:58:31 +00:00
John Clements
f1c6776715 lifting now controlled by language.
svn: r4424
2006-09-23 11:19:32 +00:00
John Clements
52afe35a48 added language-based let-lifting choice parameter
svn: r4369
2006-09-18 21:04:13 +00:00