Robby Findler
3b56f81b10
adjusted case of 'show line numbers' to match menu / prefs distinction
2010-11-21 07:39:12 -06:00
Jon Rafkind
c8eb07221d
use uppercase
2010-11-14 19:48:20 -07:00
Jon Rafkind
9755d565bd
update the show line numbers menu option when it is selected
2010-09-29 23:48:35 -06:00
Jon Rafkind
8cba0a0627
add menu item to hide/show line numbers
2010-09-29 23:48:34 -06:00
Jay McCarthy
01a41a812e
Closing pr11216. Adding one armed check-error to teaching languages.
...
[It will not bother me if we revert this commit. I liked SK's idea and found it easy to implement. I wonder if others will be worried that it is easy to unintentionally leave off the second argument to check-error. I also wonder if it is problematic to add new string constants, like I've done.]
Here is an example:
(check-error (/ 1 0) "/: division by zero")
(check-error (/ 1 0) "divide by zero")
(check-error (/ 1 0))
(check-error 1)
Here is the output:
Ran 4 tests.
2 of the 4 tests failed.
No signature violations.
Check failures:
check-error encountered the following error instead of the expected divide by zero
:: /: division by zero
in ex.rkt, line 2, column 0
check-error expected an error, but instead received the value 1.
in ex.rkt, line 4, column 0
2010-09-16 21:00:05 -06:00
Robby Findler
d860661694
added back teachpack-pre-installed for deinprogramm
2010-09-08 08:41:30 -05:00
Robby Findler
4bbb1f4cd9
Added a second column for the 2htdp teachpacks to the choose-a-teachpack dialog
...
closes PR 11170
2010-09-07 17:34:08 -05:00
John Clements
adc7d272a8
removed stepper's application < \ > buttons, added choice boxes instead, misc. cleanup and
...
racket-ification of associated file.
2010-08-30 11:31:00 -07:00
Robby Findler
4eb3df7094
various cleanups, including finishing up the client mode, string constants, and coloring of (known) identifiers
2010-08-07 14:35:03 -05:00
Robby Findler
a63e811126
removed "JIT" since it was wrong
2010-07-26 09:39:53 -05:00
Mike Sperber
5f25c239f2
Merge remote branch 'local-plt/master'
...
Conflicts:
collects/deinprogramm/define-record-procedures.scm
collects/test-engine/scheme-tests.rkt
collects/test-engine/test-display.scm
2010-07-13 17:13:30 +02:00
Mike Sperber
faf8ec358f
Rename DMdA/HtDP "contract" to "signature".
2010-06-28 14:58:16 +02:00
Robby Findler
3fb5dbd1d3
Added another status line update to drracket for planet installations, showing when docs are being built
2010-06-22 14:22:35 -05:00
Mike Sperber
b0e6e6b55d
Merge remote branch 'origin/master'
2010-06-07 17:26:34 +02:00
Eli Barzilay
d0ecc73df5
More plt-scheme -> racket-lang, specifically for planet and bugs urls.
2010-05-31 15:11:27 -04:00
Mike Sperber
3e0d3b84ec
String constants for check-property error messages.
2010-05-20 16:15:15 +02:00
Mike Sperber
5f443141f1
String constants for the remaining untranslated test-engine messages
2010-05-20 16:05:15 +02:00
Eli Barzilay
8450f202e9
Change the instructions to use "git" instead of "svn".
2010-05-17 04:10:56 -04:00
Eli Barzilay
aa7090fb25
Remove the drscheme-homepage string constant and its only use.
2010-05-17 00:56:38 -04:00
Matthew Flatt
c023c460bc
misc racket renamings
2010-05-07 11:03:02 -06:00
Robby Findler
84f0e307dd
adjusted the initial what-language-do-you-want dialog
2010-04-29 17:28:44 -05:00
Robby Findler
9b2987d7fb
improved the suggest-a-language dialog that you get in the there-is-no-language-picked-yet language
2010-04-29 12:21:10 -05:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00