Commit Graph

119 Commits

Author SHA1 Message Date
Robby Findler
094cbcff19 fixed a bug noticed by SamTH
svn: r9931
2008-05-22 21:48:12 +00:00
Robby Findler
a8fd2e018c added an explicit registration for the toolbar switchable-buttons
svn: r9882
2008-05-18 22:59:02 +00:00
Robby Findler
cf6c45e0c3 added get-language-menu
svn: r9820
2008-05-13 02:37:36 +00:00
Robby Findler
9f5e4a6dd9 improved docs, fixed bug in toolbar button shifting around business
svn: r9770
2008-05-09 16:14:13 +00:00
Robby Findler
79cc0c2942 PR 9368
svn: r9744
2008-05-08 16:24:13 +00:00
Robby Findler
83d60cbfac toolbar can now be on the right or on the left
svn: r9588
2008-05-02 12:49:45 +00:00
Robby Findler
0fe4de70ac fixed a bug in the way the resize-corner for the defs/ints was working
svn: r9584
2008-05-02 03:11:41 +00:00
Robby Findler
ee9fc4a8d7 reworked the buttons along the top of drscheme
svn: r9578
2008-05-01 23:15:06 +00:00
Robby Findler
e3a13be4a0 added shortcut for collapse that works on the mac
svn: r9462
2008-04-24 19:27:30 +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
Robby Findler
871bb0bac5 part of PR 9217
svn: r8797
2008-02-25 13:37:55 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Robby Findler
2e3c05b14e removed the dependency between the string-constants library and mrlib
svn: r8369
2008-01-19 20:13:02 +00:00
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
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
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
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
5af14c4902 got check syntax mostly working again
svn: r7815
2007-11-22 16:18:00 +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
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Robby Findler
e0ed57d4c0 fixed PR 8583
svn: r7493
2007-10-12 13:01:32 +00:00
Robby Findler
a62eed0c16 made a timer with a 1 second delay to avoid writing to the file system too much under linux
svn: r7478
2007-10-10 20:52:33 +00:00
Robby Findler
e6d54fe082 attempt to fix one part of PR 8967
svn: r7458
2007-10-08 23:48:56 +00:00
Robby Findler
aaf50c4fa1 a few missed tweaks for word completion integtation
svn: r7305
2007-09-10 00:50:44 +00:00
Robby Findler
6b6f397a64 finished auto completion integration
svn: r7304
2007-09-10 00:46:31 +00:00
Robby Findler
06cb1a0605 checked in Pedro's suggestion to improve how files open under windows
svn: r7203
2007-08-28 16:30:35 +00:00
Robby Findler
f14c71d37d made language popup only show each language once (and made it hide the 'custom' tag)
svn: r7015
2007-08-03 13:25:59 +00:00
Robby Findler
e467e8681a restored the 'add teachpack' menu item in non-teaching languages, but with a message saying that teachpacks don't work and listing the languages where they do.
svn: r7007
2007-08-03 02:18:46 +00:00
Robby Findler
6479c5483d retabified
svn: r6999
2007-08-02 06:36:24 +00:00
Robby Findler
2b21003cc8 fixed a bug with autosaving interacting with the yellow warning message in the REPL
svn: r6992
2007-08-01 07:20:20 +00:00
Robby Findler
d1d9322d24 added begin-metadata-changes and end-metadata-changes
svn: r6990
2007-08-01 03:12:52 +00:00
Robby Findler
1e5bc33d87 changed metadata saving setup so that the edit sequence ends AFTER the set-modified flag is set back to #f
svn: r6989
2007-07-31 17:26:28 +00:00
Robby Findler
2ad94edfe7 added ability to put the definitions / interactions side by side
svn: r6939
2007-07-20 20:58:14 +00:00
Robby Findler
9119ec8d10 moved running man into icon bitmap
svn: r6800
2007-07-02 18:44:32 +00:00
Robby Findler
10d05c3382 replaced the run bitmap with a (very very small) stick figure
svn: r6796
2007-07-02 15:11:01 +00:00
Robby Findler
541752ca35 fixed PR 8770, made stick man a little bit shorter
svn: r6793
2007-07-02 03:50:04 +00:00
Robby Findler
81fc35f5a7 undid last commit
svn: r6791
2007-07-02 03:32:54 +00:00
Robby Findler
0ef2e50e96 saved one pixel in height of the stick figures
svn: r6790
2007-07-02 03:32:08 +00:00
Robby Findler
2c9a1d8eca fixed brain farto
svn: r6779
2007-06-30 04:27:35 +00:00
Robby Findler
e621175f62 made the underlined letter move around in the close & close-tab menu items
svn: r6778
2007-06-30 04:16:39 +00:00
Robby Findler
3fa3df389d made stick figures, fixed PR 8776
svn: r6754
2007-06-28 20:04:20 +00:00
Robby Findler
72db9fde16 fixed PR 8779
svn: r6753
2007-06-28 16:38:28 +00:00
Robby Findler
dcea96041d made drs remember the maximization state everywhere but under mac os x (Matthew's on the case, there)
svn: r6679
2007-06-17 01:25:20 +00:00