Robby Findler
19763add70
fix the auto-square-bracket thing for with-syntax
...
closes PR 12096
original commit: 40c68df514e54212113db57cdd7855ec7bd51098
2011-08-08 19:30:13 -05:00
Eli Barzilay
950c968e77
".ss" -> ".rkt" scan done.
...
original commit: 3157955d40f89d83fb3d5fa7a2f20639cda69579
2011-07-02 10:37:53 -04:00
Eli Barzilay
ef528b7fc5
A long overdue scan to eliminate files without terminating newlines.
...
(DrRacket should really do that.)
original commit: 40124a0619da5e187d95aeb1dde237f05d6f9c6b
2011-06-28 02:01:41 -04:00
Robby Findler
fd228acf90
moved the docs-complete library into rackunit
...
to avoid having a separate, new manual for the
one library
original commit: 507b1cd8fd81cd9c5fcf466a2a0c4c47433b0795
2011-05-05 16:10:42 -05:00
Robby Findler
811a6f0f91
cleaned up framework docs
...
original commit: d6ef130fd2f2067c91eb08e5ba3f4fc75eb8e7ef
2011-05-01 14:16:04 -05:00
Asumu Takikawa
6cd965f0b2
Added test for get-pos/text method result.
...
original commit: 7eb26c5d268523e37d31d01eeaa7c7bd58addf9d
2011-04-29 18:56:36 -04:00
Robby Findler
7210d6b63a
the tabber incorrectly counted tab chars as spaces when doing indentation;
...
this meant that if some line were supposed to be indented in the third
column and you had two tabs and a space on that line, the indenter
would leave it alone. Now, if it sees tabs in the line anywhere, it just
decides that the line is not properly indented and re-indents it
(always using spaces)
Also: started a tabber test suite
original commit: bb792c977dfa8a363ec201945527cfaa66a2a33e
2011-04-08 07:48:17 -05:00
Robby Findler
4c0a52964d
lift the restriction that the text:ports mixin
...
cannot do io from the eventspace handler thread
and add a test suite for text:ports
original commit: 8e94ce49e417ca57547702e5b40b201e27edb5bb
2011-02-15 18:10:02 -06:00
Robby Findler
4c89ce420d
adjust the framework test suite so that queue-sexp-to-mred catches and propogates exceptions
...
original commit: 62c961410cb8b865f3ae0feda125b3fbc75d48d2
2011-02-15 18:10:00 -06:00
Robby Findler
a67b2a6cb0
adjusted printfs to make them a little narrower
...
original commit: d5c753be88dfc223647315f9e7df7bf72b837cb1
2011-02-15 18:09:59 -06:00
David Van Horn
15c7ab6e1f
Fixes more spelling errors.
...
original commit: 760a58b65df2b91010d2bcc2739ddab2a4489729
2011-02-04 19:44:13 -07:00
Robby Findler
d9bea8bf42
found another place in the framework test suite where operations weren't happening on the eventspace handler thread
...
original commit: 70e3074bafbfe95fa90b6651489271551be9a67e
2011-01-17 15:35:35 -06:00
Robby Findler
6cab7dec39
disable the trace of all of the messages in the framework tests
...
original commit: b8459737f00ccd9f12229e2058f2d49247f7a4c5
2011-01-12 17:32:26 -06:00
Robby Findler
674aa7b304
what happened here?
...
original commit: bf031be73e97771b8d45fbb257d912f0e54f32ec
2011-01-07 09:23:51 -06:00
Robby Findler
24a195eee2
make the framework test suite only modify gui objects on the eventspace handler thread
...
original commit: a32adbe7db6e8302bbd2bf0d21b6ad9cb04ad0d1
2011-01-07 06:39:27 -06:00
Robby Findler
c4dd75a553
Rackety
...
original commit: 6f9bcf00015433a8a781ab832247deaaa7307869
2010-12-31 09:58:54 -06:00
Robby Findler
5007b385dd
moved interactive panel test into its own file
...
original commit: 3dc5bbd0eb1dc23590e04112ad7c27776d73524b
2010-12-31 09:58:53 -06:00
Robby Findler
8cf124a6f3
fixed up panel:dragable so that it actually does the right thing now
...
adjusted the framework test suite so that it runs under windows
closes PR 10880
original commit: 900d74714e1b24b2bfbdcf13099a6d7dc5661dd5
2010-12-31 09:58:51 -06:00
Casey Klein
7c445ec6e4
Adds auto-completion to LaTeX and TeX inspired keybindings
...
original commit: bd0ebc7511c7b66dfdd0b24d68dbe27077a9a7dd
2010-11-02 22:34:05 -05:00
Eli Barzilay
412023deaf
avoid relying on bash
...
original commit: da083f05e8f6a50156957f60fdca769c16607f26
2010-08-25 17:17:01 -04:00
Robby Findler
fe82be3d45
Adjusts the prompt handling so that it submits expressions that signal
...
arbitrary read errors, but does not submit those that raise eof errors.
closes PR 11126
original commit: 5de6ff2ada89c94e0f854dfd44e95471b6df0dc5
2010-08-24 20:06:45 -05:00
John Clements
7643ce1197
best guess on what keystrokes will trigger insert-()-pair under windows & unix.
...
original commit: 215c8dc96070890e81193393b2e78265bd1691a6
2010-08-13 11:01:05 -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
Eli Barzilay
3efca9178e
Rename "collects/tests/mred" -> ".../gracket".
...
Some additional mred-related tweaks.
original commit: fcedc30ee4787d955adab3e0e656332812685e25
2010-05-17 01:44:27 -04:00
Eli Barzilay
ae0eb104c5
A lot of "MrEd" -> "GRacket"s.
...
original commit: 7f6efdc8beea4b81af31807f9788197c24d0d63e
2010-05-16 23:46:05 -04:00
Robby Findler
bed184b62f
fixed the way preference file restoration works in the case that there is no preferences file to start with
...
original commit: 155cc4ac052c139049cb3031e648d2ebe89586c7
2010-05-08 16:22:56 -05:00
Matthew Flatt
5adf804728
rename all files .ss -> .rkt
...
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00
Robby Findler
820c221dba
try to debug new drdr failure
...
svn: r18329
original commit: 3955ef69b41874f3b00267957c3c601c2456bde4
2010-02-24 21:46:53 +00:00
Robby Findler
946908120e
used stderr when tests fail
...
svn: r18226
original commit: 92717e0f0bd794ffa0955a5b128b716a5d6790b5
2010-02-20 17:16:54 +00:00
Robby Findler
075f36f524
avoid doing mac os x-specific tests unless under mac os x
...
svn: r18154
original commit: 8424dea37b9cf83dce52b07dd8eeb4c3a15c0495
2010-02-18 20:36:03 +00:00
Robby Findler
8b72c2a5aa
PR 10591
...
svn: r16897
original commit: 8d96441673d07568b02d047e9f59575c09dec128
2009-11-19 20:29:36 +00:00
Robby Findler
9c94757479
svn: r16110
...
original commit: 6ac7ad9a3c34f3a115caba5babc2a6e2d0e91adb
2009-09-22 10:10:46 +00:00
Robby Findler
f63ec4f1bd
PR 10406
...
svn: r15748
original commit: 02e4426d069e50646386b75698a8379c19e68319
2009-08-16 09:56:24 +00:00
Robby Findler
d56c8acbe2
stupid bug that only breaks the test suite sometimes
...
svn: r14905
original commit: 5e84de91664f2959148d147ed1989746e5e181b7
2009-05-21 20:14:03 +00:00
Robby Findler
b3229d808d
PR 9873 (hopefully)
...
svn: r12193
original commit: bd375ef6050111faa3bc8855679d06f537966df9
2008-10-31 12:40:05 +00:00
Robby Findler
65890f23dd
PR 9814
...
svn: r12001
original commit: 86671cf6dc492d748ccdc78374bd826e03b64796
2008-10-13 13:45:55 +00:00
Robby Findler
766256f4c4
fixed PR 9770
...
svn: r11999
original commit: 4c010b7d4a6f28b1362adbe07f4871aa7593db11
2008-10-13 00:53:23 +00:00
Robby Findler
bde8f70462
updated tests for newest stuff
...
svn: r11908
original commit: 07cfcb4f0701dae0716847bab1e8de1718aad335
2008-09-29 21:06:13 +00:00
Robby Findler
59175768e5
refined searching
...
svn: r11581
original commit: 805d4eb73f7a4dc2fb45814421b80f51b2899845
2008-09-09 03:43:57 +00:00
Eli Barzilay
2fabbcf66d
* 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
original commit: 7d50e61c7f6831936e13e6af5140db65db18fe1c
2008-07-09 07:18:06 +00:00
Eli Barzilay
2f36758ca3
portable
...
svn: r10112
original commit: 465440822932dcd6326f821c4048aa03d3b09d70
2008-06-03 18:47:14 +00:00
Eli Barzilay
7afeabe249
added proper error exit code
...
svn: r9749
original commit: 1db7e0604b2b1d090c0be2b52beaa0afe9a2b32d
2008-05-08 17:42:37 +00:00
Eli Barzilay
d63d8d7c8e
Added a safe car because I've seen an error with it, but now the error
...
is not happening. Better leave it in.
(Also, reformat.)
svn: r9748
original commit: 44e73c735fd28bddbb0a418873584a8932a8f044
2008-05-08 17:40:41 +00:00
Eli Barzilay
0b2f8298f2
made preference save/restore in pref.ss also be an admin-level printf
...
svn: r9747
original commit: 9561e94bd63608ec0ee6f2633a43b01cb14a0612
2008-05-08 17:30:06 +00:00
Eli Barzilay
1b5561b766
* Marked interactive tests in README
...
* Removed the environment-variable hack in debug.ss
(Note: messages? is now #f)
* Made main.ss not run interactive tests when no tests are specified.
Either specify tests to run, or use --all to run them all.
svn: r9746
original commit: 940cb2e6ebade1f7240d0b18ea5a9639c88e8a58
2008-05-08 17:21:31 +00:00
Eli Barzilay
d01f7b678d
misc (minor) improvements
...
svn: r9745
original commit: 862afcfe179e03b21414dd1bdf9d668791ed7cdd
2008-05-08 16:53:27 +00:00
Eli Barzilay
fc0337354f
reformat
...
svn: r9737
original commit: fc3115d6bc4dff245c2fd99d1723ef765ff6437f
2008-05-08 13:13:02 +00:00
Eli Barzilay
ece847c6f7
use tmp dir for saved prefs file
...
svn: r9736
original commit: 68a266599da2c582afb1d06e6c9d2756ba6bcc3b
2008-05-08 12:09:08 +00:00
Eli Barzilay
8a40de857b
put the receive-sexps-port.ss file in tmp
...
svn: r9735
original commit: 77c354e1c0d55d7b5bf65f9b03bc1f15e7098e0c
2008-05-08 11:59:13 +00:00
Eli Barzilay
0022222ce9
improved code, moved customizations to runtime so they can rely on environment variables and still be compiled
...
svn: r9734
original commit: c0957923f0b12cbc6ad9ff946ea39d1132dc3d70
2008-05-08 11:05:02 +00:00