racket/collects/framework
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
..
private * Make the drracket `default-filters' have a ";"-separated glob for all 2011-06-02 10:06:15 -04:00
collapsed-snipclass.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
comment-snip.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
decorated-editor-snip.rkt cleaned up framework docs 2011-05-01 14:16:04 -05:00
doc.txt typo (PR8778) 2007-07-07 02:52:10 +00:00
framework-sig.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
framework-unit.rkt cleaned up framework docs 2011-05-01 14:16:04 -05:00
framework.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
gui-utils.rkt generalize gui-utils:ok/cancel-buttons so that the ok button doesn't have to have the '(border) style 2010-12-17 10:02:46 -06:00
keybinding-lang.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
main.rkt cleaned up framework docs 2011-05-01 14:16:04 -05:00
preferences.rkt cleaned up framework docs 2011-05-01 14:16:04 -05:00
splash.rkt adjusted PLTDRCM in trace mode to use the log-info printouts instead of manager-trace-handler 2011-01-22 16:06:47 -06:00
test.rkt ugh 2010-08-27 07:25:04 -05:00