Commit Graph

333 Commits

Author SHA1 Message Date
Robby Findler
379f2a162b searching in help desk now says 'no results' if there are no results, and the help desk menu item in drscheme opens the front page of the manuals
svn: r8227
2008-01-05 22:39:32 +00:00
Matthew Flatt
7fc41024c0 3.99.0.9: binding links in docs use nominal import sources
svn: r8196
2008-01-03 19:07:02 +00:00
Robby Findler
cbcb5bf57b added searching to the keybindings dialog
svn: r8194
2008-01-03 16:56:46 +00:00
Robby Findler
8b20d62969 fixed some bugs so that long names still allow drs to start up and limited the name message in the upper-left to be at most 200 pixels wide
svn: r8176
2008-01-01 17:00:56 +00:00
Robby Findler
16ed718c71 fixed error reporting and brought back the red arrows for the stack trace
svn: r8172
2008-01-01 01:55:04 +00:00
Matthew Flatt
1d8b21f53b disallow empty application; rename regexp-match/fail-without-reading to regexp-try-match
svn: r8152
2007-12-29 13:51:32 +00:00
Robby Findler
7459da43ce renamed the Special menu to Insert
svn: r8141
2007-12-27 20:39:51 +00:00
Matthew Flatt
396dd54b06 call-with-exception-handler change, plus some configure/Makefile changes that didn't help fix the built-on-10.5-for-10.4 problem but are still healthier in the long run
svn: r8102
2007-12-22 12:41:48 +00:00
Robby Findler
4cd7477c85 converted to scheme/base
svn: r8087
2007-12-21 01:57:50 +00:00
Robby Findler
937a656d68 updated the insert large letter dialog
svn: r8078
2007-12-20 02:46:43 +00:00
Danny Yoo
9a4d947174 added framework:gui-utils:quote-literal-label and framework:gui-utils:format-literal-string to escape ampersands in string labels. Updated drscheme/syncheck and drscheme/private/unit to use these functions.
svn: r8073
2007-12-19 21:38:55 +00:00
Matthias Felleisen
deca1bd57f matrix
svn: r8067
2007-12-19 17:45:31 +00:00
Robby Findler
02bd5d4a66 fixed PR 9113
svn: r8040
2007-12-17 23:16:23 +00:00
Robby Findler
92081b685d move docs to scribblings directory
svn: r8037
2007-12-17 16:34:17 +00:00
Robby Findler
ae17f72c1d fixed a bug int he way the menu for the documentation links was constructed
svn: r8030
2007-12-16 14:01:25 +00:00
Robby Findler
1b7c6a9d32 fixed a bug
svn: r8022
2007-12-16 00:19:04 +00:00
Matthew Flatt
c9aecb01f0 split setup/scribble-index into setup/xref and scribble/xref
svn: r8020
2007-12-15 22:10:29 +00:00
Robby Findler
f790d7e10e restored word completion for the full languages (not teaching languages yet)
svn: r8018
2007-12-15 21:10:20 +00:00
Robby Findler
553d628491 fixed PR 9107
svn: r8013
2007-12-14 22:58:31 +00:00
Matthias Felleisen
5cdea2191c svn: r8004 2007-12-14 00:53:03 +00:00
Robby Findler
9eb0d203b3 removed last latex vestiges and added in a (broken) link to remind me to make it work later when there is a place for it to go to
svn: r7998
2007-12-13 21:19:12 +00:00
Matthias Felleisen
a11849d49e svn: r7996 2007-12-13 18:59:01 +00:00
Robby Findler
65f0d01814 added a status message showing when the docs index is loaded
svn: r7991
2007-12-13 15:58:55 +00:00
Robby Findler
62eb32519b minor cleanup
svn: r7974
2007-12-12 20:03:42 +00:00
Robby Findler
a451c71dda added documentation links and mouse colors when there are docs to see
svn: r7973
2007-12-12 19:27:44 +00:00
Matthew Flatt
a559a710d4 adjust document names
svn: r7968
2007-12-12 16:31:57 +00:00
Robby Findler
aa3cdcc76b reverted that change, on Matthew's advice
svn: r7962
2007-12-11 16:41:25 +00:00
Robby Findler
17991b6d55 gets the default collection paths in a better way
svn: r7961
2007-12-11 15:58:00 +00:00
Matthew Flatt
ca5a7c5560 split part of scheme/file into scheme/path, document them
svn: r7938
2007-12-10 17:59:26 +00:00
Matthew Flatt
eab8008c4f change 'include' and 'include-bitmap' to better match normal module-path syntax
svn: r7936
2007-12-10 16:13:25 +00:00
Robby Findler
063f1a95c9 added a something to the preferences pane to be able to pick the parenthesis color scheme
svn: r7885
2007-12-01 16:16:58 +00:00
Matthew Flatt
8930f31115 remove 'else' and '=>' bindings from 'mzscheme'
svn: r7859
2007-11-29 14:08:08 +00:00
Robby Findler
eb97d15ced a little more in the tools manual
svn: r7857
2007-11-29 02:33:02 +00:00
Robby Findler
600089413b fixed auto completion in the REPL and improved the tools manual a little
svn: r7855
2007-11-29 00:22:05 +00:00
Robby Findler
affcd3915a disabled the module position in a language until Matthew gets something figured out
svn: r7854
2007-11-28 21:18:55 +00:00
Robby Findler
8262812b96 started tools documentation
svn: r7837
2007-11-26 15:10:51 +00:00
Robby Findler
27f7f770b8 removed printfs
svn: r7816
2007-11-22 17:11:09 +00:00
Robby Findler
5af14c4902 got check syntax mostly working again
svn: r7815
2007-11-22 16:18:00 +00:00
Robby Findler
35960dc59c improved check syntax a little bit, but still there are problems
svn: r7811
2007-11-22 01:55:07 +00:00
Robby Findler
ee790a9d44 first fixes to check syntax
svn: r7798
2007-11-21 03:45:51 +00:00
Matthew Flatt
ff186ec025 fix more with-out-file keywords
svn: r7796
2007-11-21 02:18:09 +00:00
Matthew Flatt
5b0a0be3d6 change scheme/unit and scheme/signature #langs to build on scheme/base
svn: r7792
2007-11-20 23:44:31 +00:00
Robby Findler
1f81a98987 made f1 work in drscheme, fixed a few other bugs
svn: r7781
2007-11-20 04:52:45 +00:00
Robby Findler
0e5aa22a9d oops. Added things back so that drscheme works
svn: r7780
2007-11-20 04:31:58 +00:00
Robby Findler
ac98c07210 opening a locked teaching language file now works properly
svn: r7772
2007-11-19 22:52:19 +00:00
Robby Findler
037d049164 removed printfs
svn: r7765
2007-11-19 14:41:05 +00:00
Robby Findler
753cd127a6 made the bottom line of the drscheme window be half as tall
svn: r7762
2007-11-19 04:01:13 +00:00
Robby Findler
0c9b40630e fixed some bugs in the teaching languages
svn: r7733
2007-11-15 03:37:19 +00:00
Robby Findler
c46aacc0a3 fixed PR 9062
svn: r7723
2007-11-14 13:31:37 +00:00
Robby Findler
bfe7279853 improved the error message reporting, PR 9062
svn: r7722
2007-11-14 13:17:54 +00:00