racket/collects/drracket/private
Eli Barzilay 1582f160bc * Make the drracket `default-filters' have a ";"-separated glob for all
patterns instead of one pattern per suffix.  (This was almost never
  used -- only when saving a file that is in text mode.)

* Since this default is the same that the scheme
  mode ("framework/private/scheme.rkt") sets, remove that
  setting.  (Leave it commented in case there's need to have some
  different global default.)  It makes the above default get used when
  saving a scheme-mode file.

* Finally, for some reason the code in "framework/private/finder.rkt"
  was not using these `default-filters' at all for the file open dialog
  in `*get-file'.  (I tracked it back to CVS when the code was written,
  and it was never used.)

  I made it use it now.  This is visible on gtk (and probably on
  windows, not sure what OSX does) in that openning a file would show
  you all files.  After this change, it would show only racket source
  files, but there will be an option to switch the pattern to show all files.

  ** If the previous setup (showing all files) was intentional, it would
     be better to simply change "drracket/private/main.rkt" to add the
     racket source globs before the default.  In that case it might also
     make sense to uncomment the change in scheme.rkt back in, so when
     saving the default is the racket file suffixes (but this sounds
     like a confusing UI).
2011-06-02 10:06:15 -04:00
..
module-interface add start of gui component to show the module interface (contracts/types/etc..) 2010-12-10 17:08:21 -07:00
syncheck avoid eval-compile-time-part-of-top-level when in the module language 2011-05-10 14:10:28 -05:00
app.rkt "TeachScheme!" -> "Program by Design" in DrRacket 2010-11-25 22:10:33 -05:00
auto-language.rkt More Racketying 2010-06-18 21:35:56 -05:00
bindings-browser.rkt got rid of some uses of collection-path 2010-07-25 15:15:57 -05:00
bitmap-message.rkt adjust various status controls so they don't take the focus 2011-04-11 07:41:49 -05:00
debug.rkt avoid printing stacktrace information when the exception is a exn:fail:user?. 2011-04-24 07:45:07 -05:00
drracket-normal.rkt after viewing the mars splash screen, go back to the original splash screen (usually) 2011-01-30 21:50:36 -06:00
drsig.rkt Two improvements to the mrlib/graph library and the module browser: 2011-04-06 11:35:31 -05:00
eb.rkt tweaks to the splash screen easter eggs to make them more responsive 2011-01-04 15:40:35 -06:00
embedded-snip-utils.rkt
eval.rkt removed unused bound id 2011-01-10 13:04:34 -06:00
font.rkt sort the font names in the popup 2010-12-07 07:27:54 -06:00
frame.rkt various bug report form changes and fixes 2011-01-20 17:21:11 -06:00
get-defs.rkt Special-cases DrRacket's definition-finder to find Redex metafunction definitions 2010-09-09 12:07:24 -05:00
get-extend.rkt More Racketying 2010-06-18 21:35:56 -05:00
help-desk.rkt More Racketying 2010-06-18 21:35:56 -05:00
honu-logo.rkt
init.rkt Added the ability for #lang-based languages to specify when an expression should be submitted at the prompt 2010-06-19 12:25:07 -05:00
insert-large-letters.rkt letrec: consider outside bindings safe. 2010-12-08 20:32:19 -05:00
key.rkt
label-frame-mred.rkt
language-configuration.rkt fixed a bug that Eli noticed in the initial state of the language dialog 2011-01-02 10:03:23 -06:00
language-object-contract.rkt fixed two bugs in ->i: 2010-09-09 21:42:41 -05:00
language.rkt adjust drracket's value printer to specially treat 2htdp/image images. 2011-04-14 15:26:43 -05:00
launcher-bootstrap.rkt
launcher-mred-bootstrap.rkt
launcher-mz-bootstrap.rkt
link.rkt More Racketying 2010-06-18 21:35:56 -05:00
main.rkt * Make the drracket `default-filters' have a ";"-separated glob for all 2011-06-02 10:06:15 -04:00
modes.rkt More Racketying 2010-06-18 21:35:56 -05:00
module-browser.rkt adjust the module browser so that when expansion does IO and that IO uses specials, 2011-04-19 10:31:37 -05:00
module-language-tools.rkt an attempt to fix the 'toolbar buttons are wrong on initialization' bug in drracket 2011-05-15 21:48:21 -05:00
module-language.rkt Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
multi-file-search.rkt multi-file search bugfix 2010-12-14 19:14:29 -06:00
number-snip.rkt
palaka.rkt Removed some exe bits that look redundant. 2010-12-31 15:59:39 -05:00
profile-drs.rkt
recon.rkt
rep.rkt avoid printing stacktrace information when the exception is a exn:fail:user?. 2011-04-24 07:45:07 -05:00
stick-figures.rkt got rid of some uses of collection-path 2010-07-25 15:15:57 -05:00
syncheck-debug.rkt Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
text.rkt More Racketying 2010-06-18 21:35:56 -05:00
tool-contract-language.rkt
tools-drs.rkt set `read-accept-lang' to #t by default, plus related adjustments 2010-10-08 19:01:33 -06:00
tools.rkt got rid of some uses of collection-path 2010-07-25 15:15:57 -05:00
tracing.rkt More Racketying 2010-06-18 21:35:56 -05:00
ts.rkt
unit.rkt fixes the warning message so that if you close it once, 2011-04-17 19:36:26 -05:00