Commit Graph

74 Commits

Author SHA1 Message Date
Robby Findler
993cd40208 Adjust DrRacket so the window can get narrower
For example, a new DrRacket window (with a file named tmp.rkt in the
and 356 afterwards.  This is under mac os x with, I believe, the
default system font sizes. (The file is important because different
languages can have different buttons in the toolbar and the filename's
length itself can affect the minimum size.)

Mostly this change is the addition of a new kind of panel that
lets its children have multiple fixed sizes (as opposed to
just a single minimum size and (optionally  arbitrarily large))
It also adjusts the various toolbar buttons to use this new code.

Also, there's a few tweaks to shrink other things that became the
limiting factor in shrinking the width of the DrRacket window.

Currently, at least for #lang racket programs, the toolbar buttons
along the top of the window are the limiting factor (including the
save button).  With a bogus language (ie, #lang rackeeet), the bottom
bar is the limiting factor, since that will have only the Save, Run,
and Stop buttons.

related to PR 13281
2012-11-29 09:43:05 -06:00
Robby Findler
f61f0830e5 change register-toolbar-button so that it accepts a number
argument and uses that to order the buttons in the DrRacket
panel.

Also, order all of the buttons via these numbers in
a more sane way
2012-02-25 16:57:49 -06:00
Eli Barzilay
fc0fd4b537 Fix a bug where retrieving a submission would get appended to the default #lang line. 2012-02-10 00:43:26 -05:00
Eli Barzilay
7513c027c9 Use "Submit to" instead of "Assignment" for the field name
This way it doesn't clash with courses that might use "Assignment" in
the directory names, or even a different term like "Homework".
2011-09-19 01:48:22 -04:00
Eli Barzilay
c6ad3682eb Some racketization; rearrange and fix "client-gui.rkt" which had some
very broken parts.
2011-09-19 01:46:24 -04:00
Eli Barzilay
3157955d40 ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
Robby Findler
fcfb422294 weeded out some more of the test-docs-complete.rkt files 2011-04-25 21:20:52 -05:00
Robby Findler
e7d0029aea added lots of new tests that our documentation is complete 2011-04-25 13:24:43 -05:00
Eli Barzilay
bd4a5fb706 Racketized handin-client 2010-09-12 01:53:52 -04:00
Eli Barzilay
606b7f60dc Lots of "~e" to "~.s" changes. 2010-08-25 17:17:01 -04:00
Eli Barzilay
de0cc7771b A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
Eli Barzilay
a46743211b A lot of "plt-scheme.org" -> "racket-lang.org"s. 2010-05-17 00:53:12 -04:00
Matthew Flatt
28b4043077 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
Eli Barzilay
e423ae7e71 adjust to the protocol change: send "handin\n" first
svn: r17449
2009-12-31 07:18:11 +00:00
Matthew Flatt
31f4d5c9af minor handin-server doc fixes
svn: r16290
2009-10-09 15:23:06 +00:00
Eli Barzilay
dc4eb77b10 remember the last-chosen assignment
svn: r12440
2008-11-14 05:01:55 +00:00
Eli Barzilay
42e33b7d94 minor tweaks
svn: r11710
2008-09-13 00:51:21 +00:00
Eli Barzilay
5675f4574c more v4-updates
svn: r11679
2008-09-12 15:18:00 +00:00
Eli Barzilay
854d52d987 mzlib/* -> scheme/*, for-each -> for
svn: r11677
2008-09-12 14:56:10 +00:00
Eli Barzilay
4f1b829413 switch to #lang, reindent, minor fix (when -> if), merge stuff with csu660 version
svn: r11675
2008-09-12 14:49:22 +00:00
Stevie Strickland
594c89f8c4 Doesn't take an event, just the button being clicked.
svn: r11627
2008-09-10 02:38:45 +00:00
Stevie Strickland
19ac32d5f6 Have the handin button match the styles of other toolbar buttons, including
correctly working when the toolbar is not horizontal.

svn: r11626
2008-09-10 02:34:37 +00:00
Eli Barzilay
7d50e61c7f * 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
2008-07-09 07:18:06 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
acaaf27d78 minutes, not seconds
svn: r7514
2007-10-17 02:42:07 +00:00
Eli Barzilay
b6f5836122 typo
svn: r7508
2007-10-16 12:19:15 +00:00
Eli Barzilay
11af45e306 remember password in client for 5 minutes
svn: r7501
2007-10-15 17:48:26 +00:00
Eli Barzilay
ce3a3ed91e forgot a change in last commit
svn: r7272
2007-09-04 06:03:21 +00:00
Eli Barzilay
4948d38f6a a connection is required to create the manage gui, it is now possible to abort this
svn: r7271
2007-09-04 06:02:51 +00:00
Eli Barzilay
19c33a8e2a no need for string->immutable-string when creating exceptions
svn: r5372
2007-01-17 01:18:50 +00:00
Eli Barzilay
4162d15249 forgot to actually comment the tool lines, done now
svn: r5347
2007-01-13 05:01:16 +00:00
Eli Barzilay
4d57d7b6be better error reports
svn: r5324
2007-01-12 05:35:22 +00:00
Eli Barzilay
89ce220ed9 use bytes->string/locale to translate paths-as-bytes to strings
svn: r5318
2007-01-12 00:52:23 +00:00
Eli Barzilay
26a4bca1b6 handin-client disabled by default
svn: r5315
2007-01-11 20:46:02 +00:00
Eli Barzilay
c72d6f4170 newer-and-still-ugly-in-robbys-opinion icon
svn: r5314
2007-01-11 20:08:50 +00:00
Eli Barzilay
95a1888c8f Misc improvements, the main two:
* No need to define `collection' in info.ss
* Catches connection error when using the management dialog (so it is
  still possible to uninstall)

svn: r5292
2007-01-10 09:19:31 +00:00
Eli Barzilay
560fbd4d88 generic icon
svn: r5283
2007-01-09 18:59:53 +00:00
Eli Barzilay
33ac0ea439 removed dependency on test-suite
svn: r5238
2007-01-07 03:44:26 +00:00
Robby Findler
d47247507f changed the strategy of the preferences library in the framework to use a different key at the file.ss level (and thus save the prefs on each call to preferences:set)
svn: r5058
2006-12-07 22:32:31 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Eli Barzilay
eef32debfb added some defaults
svn: r3064
2006-05-25 19:11:37 +00:00
Eli Barzilay
16f01a1109 {quick,merge}sort -> sort
svn: r2569
2006-04-01 12:24:15 +00:00
Eli Barzilay
63a9e097cd save geometry in on-close
svn: r2323
2006-02-27 07:53:32 +00:00
Eli Barzilay
466c885eca add files to list-box in one operation
svn: r2228
2006-02-15 06:19:46 +00:00
Eli Barzilay
f9490f7d5b misc gui improvements
svn: r2226
2006-02-15 05:36:19 +00:00
Eli Barzilay
d70b8eba3b typo
svn: r2225
2006-02-14 20:15:55 +00:00
Eli Barzilay
fc0b5ffe62 more typos
svn: r2221
2006-02-13 23:04:20 +00:00
Eli Barzilay
da5fadeee7 typos
svn: r2220
2006-02-13 22:56:14 +00:00