Commit Graph

17 Commits

Author SHA1 Message Date
Robby Findler
198b721c04 make the 'failed to click on the radio box' error message more helpful
original commit: 8c47dbba01c47f26d725420fa49e3812f737ec80
2012-11-11 20:13:25 -06:00
Eli Barzilay
5b1e17cc7c Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".

original commit: 672910f27b856549ad08d38832b6714edf226c8e
2012-11-07 11:22:20 -05:00
Robby Findler
6706264ae8 fix test so that labels can be regexps (as was already
documented) and tidy up framework/test docs

original commit: c375042f10fc1440fb56a2ef867f42e24f16bb39
2012-11-03 13:54:48 -05:00
Robby Findler
bab432628c export and document enabled-shown-button?
label-of-enabled/shown-button-in-top-level-window?
       and button-in-top-level-focusd-window?

original commit: 9b15450b081d140fe7cd88ac3fbb86bcc66d6586
2012-09-08 15:58:25 -05:00
Robby Findler
5e895a0725 adjust contract for test:button-push so it isn't so ugly
original commit: 977fd37913e04d9ae6f7127f037c428c6b86a630
2012-08-29 14:52:56 -05:00
Matthew Flatt
b4689e86d2 implement scribble/srcdoc' via submodules instead of expand'
Also add a `for-doc' require form, make `proc-doc' et al. provide
forms, make `provide/doc' an alias for `provide'.

original commit: 964020f288a73340052b471327bfe873d804eea8
2012-05-12 01:37:50 -06:00
Ryan Culpepper
7fb542cbf5 removed useless requires
original commit: c7f86d276c68b12e87dc46cef4a8e1b95538f88d
2011-09-27 19:28:44 -06:00
Robby Findler
b1f73b074c moved the 'send to repl' keystrokes to the manual (and added a test
suite to make sure the example code in the manual doesn't get stale)

original commit: abda2572951d1261c89d474cba9b99409fe38e7f
2011-09-23 16:37:18 -05:00
Robby Findler
b25c7cf3b1 add frame:focus-table-mixin & related things to be able to make drracket
test suites that don't depend on the OS giving any focus messages

original commit: a67f509f90359203463c943e4de90eb5e8a91656
2011-09-05 08:30:49 -05:00
Eli Barzilay
ec12cbefed A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.

original commit: ac26fe75546b5182d78f18c2cd882f0f440849e2
2011-06-25 04:08:47 -04:00
Robby Findler
abc2561579 ugh
original commit: a13c251e5da944c8f1739544aea4676007138028
2010-08-27 07:25:04 -05:00
Robby Findler
530ea01f13 changed back some of Eli's ~e => ~.s changes
original commit: 797df5e72c88b79f463ba049e15253ddd60b6111
2010-08-27 06:48:50 -05:00
Eli Barzilay
2c1b48d3c4 Change a bunch of "~%" and "~n" in format strings to "\n".
original commit: 7dc4d2e5a63ab416d90e44d7bf75cb5593329909
2010-08-25 17:17:01 -04:00
Eli Barzilay
b0135206c3 Lots of "~e" to "~.s" changes.
original commit: 606b7f60dc597a6870efc11364e1dd3e1a8b4a1b
2010-08-25 17:17:01 -04:00
John Clements
916cdf4dc1 updated framework test framework:
- can now test multi-key sequences

- can now use tests with 'escape

- README changed .ss to .rkt

- added test cases for c:c;c:[

original commit: cfe503f1cecb93a0fb1c6a93d6eaabdb845025ff
2010-08-13 11:01:04 -04:00
Robby Findler
b7f4103256 added the ability to specify radio button labels as regexps, not just strings
original commit: ef438302657aed31611916cec837292d5cfb0310
2010-06-18 17:38:26 -05:00
Matthew Flatt
5adf804728 rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00