Commit Graph

939 Commits

Author SHA1 Message Date
Robby Findler
02b90d6c1e fix to PR 7988
svn: r3222

original commit: b462f7cf2c0e4732691f429f35833f8dbff224ed
2006-06-04 22:28:36 +00:00
Robby Findler
5362604064 fixed doc spec bug
svn: r3216

original commit: b28e19eba3311d2d3b8bca4d8f96505a08abfc87
2006-06-04 14:59:00 +00:00
Eli Barzilay
351df19d73 svn: r3206
original commit: c21d9fca853515364ecc700c3dd1fe320fadbeb5
2006-06-03 20:34:04 +00:00
Robby Findler
bc61310933 used capability interface for a bunch more special menu items
svn: r3205

original commit: c948e8cbc6f9437bbcf824766658497b1fdf5c11
2006-06-03 19:44:18 +00:00
Robby Findler
d15b16628a fixed a bug
svn: r3197

original commit: 86f3f979e0915ca0d0eea00759a48c4346c3e70a
2006-06-02 22:17:07 +00:00
Robby Findler
c84c58306b fixed a bug in define popdown (PR 8083) and a bug in undoing the [ thing (PR 8073)
svn: r3185

original commit: c1239c146e03d067855edd31c9f45c71f5ff2299
2006-06-02 15:20:30 +00:00
Eli Barzilay
9960036c07 * Changed gui-utils:get-choice to take an optional argument for a checkbox
* Made the DrScheme quit dialog have a dont-ask-again option
* Changed the string constant of dont-ask-again to have no parenthesis,
  put that in the dont-ask-again-always-current string constant

svn: r3173

original commit: caeb40004f2004a90b54658b88f195dbf6a4657b
2006-06-01 20:51:23 +00:00
Kathy Gray
ffcf3f158e Corrected bug that omitted example strings for color preferences.
svn: r3166

original commit: b561cbc78968b813ff3fdb334ab1ccec478e4f62
2006-06-01 04:24:51 +00:00
Robby Findler
65b01513fd infrastrure for capabilities added (and added first capabilities)
svn: r3119

original commit: b6372a2e223625c24a1ac4b39157b422ba04d0d7
2006-05-30 14:54:10 +00:00
Eli Barzilay
d10d1985be * Added remove-empty-menus', same places as reorder-menus'.
* Use it in bug-report.ss, since it currently has nothing in its help menu.

svn: r3061

original commit: b690f6cea1e86a962604b49214b19a2ccc7d9a42
2006-05-25 17:18:58 +00:00
Eli Barzilay
a9ec4a2668 * Remove a bunch of additional stuff from the bug-report menu
* Rewrote `reorder-menus' to remove menus that are left empty
* Solves PR7360

svn: r3052

original commit: 9ae090e45b9f29fe756a3f7795550037dc043970
2006-05-24 23:01:45 +00:00
Robby Findler
e3cb1de717 added option to disable magic open parens separately from magic close ones
svn: r2833

original commit: 1072ac68aa5e753a3e18cd674e1df26199759251
2006-04-28 08:57:05 +00:00
Robby Findler
1895403978 more [ changes
svn: r2679

original commit: dc7bce0f7f342963350befc1349638160fc766ef
2006-04-16 02:34:02 +00:00
Robby Findler
b8816e691f added let loop recognition to [ thingy
svn: r2671

original commit: ae20c75e1882280be0a2cead102e192195a9a142
2006-04-13 22:01:56 +00:00
Robby Findler
064180d763 fixed strategy for determining if a paren is really going to be parsed as a paren (as opposed to being in the middle of a string or whatever)
svn: r2667

original commit: a6244d0896e4b9f626a2c63c29825af6951fb905
2006-04-12 21:38:44 +00:00
Robby Findler
9d6e8836df another little change to [ stuff -- added control-[ control-) control-} and control-] to override drscheme's cleverness
svn: r2666

original commit: 4ee3f7e7b1b07ed00e9da2cc1effa9a3a0aeda72
2006-04-12 19:53:19 +00:00
Robby Findler
3c46cbfadb added provide/contract as something that automatically gets []s
svn: r2665

original commit: 0002ea598bf1e1301458c93bdc6fe8aecf21f4fa
2006-04-12 18:12:36 +00:00
Robby Findler
247748185e added new, fixed a bug in character constants for the new [ handling
svn: r2663

original commit: 676df8bc8c4a17ccfddc33c4223e40c29245063d
2006-04-12 03:15:10 +00:00
Robby Findler
d47be726d1 added automatic remapping of [ to ( in many cases; see docs for details
svn: r2662

original commit: 6638f46c759632de38a490284399391e1fc1c950
2006-04-11 23:20:57 +00:00
Robby Findler
b4c7460924 fixed a bug in the goto-line keyboard shortcut's error checking
svn: r2652

original commit: 900f48115a03db2e4387adee3ca84682889546c0
2006-04-10 13:23:25 +00:00
Eli Barzilay
869838e8ed {quick,merge}sort -> sort
svn: r2569

original commit: 16f01a1109691d2fa4844b9411410f4794cf0dc1
2006-04-01 12:24:15 +00:00
Robby Findler
ed296f6f69 fixed bug in c:c;c:l, PR 7944
svn: r2398

original commit: 9ddd7d429b69b4589036fb89e27be68de9828c36
2006-03-09 00:29:55 +00:00
Robby Findler
5b63adbbb0 svn: r2397
original commit: 4a78a1d1ee0f6932df2413ffb46d58a61bed0853
2006-03-08 23:04:54 +00:00
Robby Findler
354cfd997e svn: r2396
original commit: c2c31213d2d573e9ec5a7c96bbb61ec28c31dff0
2006-03-08 22:13:17 +00:00
Robby Findler
ab61ae662d fixed a problem John talked about and made the find dialog be non-sheet
svn: r2362

original commit: cd039c024019888c112ad9e7f44b7549c9138c0c
2006-03-03 22:23:48 +00:00
Robby Findler
4c9c2e4c14 Added Jens Axel's case sensitive searching fix. also PR 7886
svn: r2266

original commit: dac3f9b7d39cf36617c6731fd3ffe2caa61b8f26
2006-02-16 23:54:14 +00:00
Robby Findler
7fb9aec913 removed one unused use of set-c{dr}!
svn: r2202

original commit: 79ef8f3f9c41c087d6b0a05ad90e82ba4031585a
2006-02-12 15:37:20 +00:00
Robby Findler
70a100e7f7 updated many unions to or/c's
svn: r2061

original commit: fddb1fa862b6e0e8e71f011dcdda5309e64635e1
2006-01-31 19:17:33 +00:00
Robby Findler
7fbb670b32 separated out the cancel message in the quit dialog to allow a better German translation
svn: r2042

original commit: af295c954ef69952babf605c7f91943a586383d2
2006-01-30 17:27:24 +00:00
Robby Findler
d79abdf571 pr 7833
svn: r1910

original commit: 417571e4d847a5a5539597fb28661040b150ba36
2006-01-21 02:02:14 +00:00
Robby Findler
9f0d6ddf3f improved white on black setup a little more
svn: r1788

original commit: 6d8ddc10fefad1318287472d7131fb44fd91844b
2006-01-09 00:07:49 +00:00
Robby Findler
0ec9b32e7b fixed PR 7786
svn: r1732

original commit: f1904d29c1238028e0954ebc76de70aeed0693a3
2005-12-31 14:32:54 +00:00
Robby Findler
164be1ab3e fixed PRs 7783 7785
svn: r1731

original commit: 00d989a80a77036e5acface1595665984c2b114a
2005-12-31 14:23:49 +00:00
Scott Owens
a07df2f859 Added an is-stopped? method as Robby requested.
svn: r1728

original commit: 820dff9906af9969d8fe4b2a41a4f05e01b50558
2005-12-31 08:54:12 +00:00
Robby Findler
4daf75bcb3 fixed pr 7771
svn: r1668

original commit: 388b9deff65f1f29a1cf2e0155ecadef5484f344
2005-12-22 12:54:21 +00:00
Matthew Flatt
61d2aa1a77 menu shortcuts remain in effect when a menu is disabled
svn: r1648

original commit: ee7684dd9fa05ccf7542310a0f5b074c9fb4e7a4
2005-12-19 17:45:55 +00:00
Matthew Flatt
7f530ddbd6 set undo buffer size, and mask ctl-z for when the undo operation is unavailable
svn: r1610

original commit: 3668b2cabda1d2c0e503834ab9ac5ecef11faa9f
2005-12-13 20:31:37 +00:00
Matthew Flatt
5b9dacd45e install default-text-color pref value on startup
svn: r1577

original commit: 08298352d33b834ea855d0c37df20dd7ce27f50f
2005-12-10 13:40:07 +00:00
Robby Findler
eb7f38102f fixed a bug in IO where port-next-location went into a busy loop before any io had happened
svn: r1526

original commit: 4f8054f125e7c0bf83d43fb5b3a5fdede5707730
2005-12-05 15:45:26 +00:00
Matthew Flatt
d63fa4e7af change default for del key to be the same on all platforms (not mapped to backspace under Unix)
svn: r1491

original commit: a666d0f3bc63fc7d6a8ab3f68481b44f75c7bbcf
2005-12-02 16:03:26 +00:00
Matthew Flatt
2743c5e451 fix polling of text% input port
svn: r1453

original commit: 23347d028a835083f409a611190bc955340ec912
2005-12-01 03:46:57 +00:00
Matthew Flatt
62204510d1 adjusted input box so that it appears after output (if any), cleaned up scrolling when output is generated and an input box is visible, changed EOF snip to show an arrow cursor
svn: r1408

original commit: ea3b0c87819db9b2160d412ecf9eaf2803b132f6
2005-11-25 16:08:58 +00:00
Robby Findler
577affdd5f PR 7702
svn: r1407

original commit: 90d07d845c4124922682bce70d34bdf47a083e09
2005-11-25 15:26:16 +00:00
Robby Findler
4d3fbab131 fixed PR 7675
svn: r1338

original commit: 7a3710a0538f0da2577886f2a415e71949440849
2005-11-17 14:49:22 +00:00
Robby Findler
9860386e45 added the not-a-language-language and some bug fixes elsewhere
svn: r1129

original commit: 8861cff087de29a7102f919ce8ba68ee110305b4
2005-10-22 17:03:13 +00:00
Matthew Flatt
4c452a36a8 use 'png for arrow bitmaps, drop redundant with-handlers
svn: r1083

original commit: e2e6516a84ea49e3b81b0df8d6c115f8f873d6c6
2005-10-14 14:08:40 +00:00
Matthew Flatt
1162fa10a0 wrap dynamic check for framework collection
svn: r1082

original commit: d34597549e8f0652b479cffd306cc833e60c236c
2005-10-14 13:29:51 +00:00
Robby Findler
f39b64807e fixed bug so that number snips can be loaded outside of drscheme
svn: r1075

original commit: 988dfce4aef81eaaff13010378fb1041cfcedc28
2005-10-13 21:55:14 +00:00
Robby Findler
6c7daca1b1 made yellow/black REPL warning go before output, rather than after
svn: r958

original commit: c9e81b63fa227e55c200a4484c00446ae2d1d2ec
2005-10-03 15:55:08 +00:00
Robby Findler
fd30a2a72a ,
svn: r816

original commit: 46dfd90701b70e8b6605ce80a31dd136abf8f022
2005-09-09 20:21:21 +00:00