racket/collects/framework
Robby Findler d2cb96bcb3 setup hooks so that the behavior of the home / c:a keybinings delegates to a method to find where to go
then, use that to change how it works for the scheme mode (and also another variation for the REPL to
cope with the prompt)

I spent a while trying to make this work at the keymap% level (ie putting different keybindings for "home"
and "c:a" into different keymaps) but this just turned out to be far too confusing and fragile, so went
with this alternative (one keybinding, but that delegates to an overridable method)

closes PR 11446
2011-01-09 16:22:28 -06:00
..
private setup hooks so that the behavior of the home / c:a keybinings delegates to a method to find where to go 2011-01-09 16:22:28 -06: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 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
doc.txt
framework-sig.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
framework-unit.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06: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 fixed up panel:dragable so that it actually does the right thing now 2010-12-31 09:58:51 -06:00
preferences.rkt added a pointer to the serialization functions from the preferences marshalling and unmarshalling 2010-12-12 15:26:46 -06:00
splash.rkt make sure all modifications to the splash screen controls happen in the splash's eventspace handler thread 2011-01-04 15:40:33 -06:00
test.rkt ugh 2010-08-27 07:25:04 -05:00