laurent.orseau
2020-10-19 13:26:22

Not much change in scrolling speed after disabling the check syntax plugin


laurent.orseau
2020-10-19 13:28:16

That is, it updates something like every 500ms I’d say


robby
2020-10-19 13:54:32

An issue along with OS details and a screenshot might be a good thing here! (Sorry I am so late here.)


oflatt
2020-10-20 01:37:14

@oflatt has joined the channel


oflatt
2020-10-20 01:38:17

I’m looking into the DrRacket code, and I’m having trouble finding things. For example, I can’t find much of the text shown in the editor like “Sort by Name” in the keybindings panel. If I grep for “Sort by” I don’t get any results. Could someone point me in the right direction? Where are the default keybindings stored?


sorawee
2020-10-20 01:42:45

Not sure if I understand you correctly, but most “texts” that appears in DrRacket are stored at https://github.com/racket/string-constants


sorawee
2020-10-20 01:43:18

So if you want to find a relevant code, you can grep that repo, find a corresponding symbol key, and grep it in DrRacket code


oflatt
2020-10-20 01:43:58

Great, thank you!


sorawee
2020-10-20 01:43:59

Though if you are focusing on keybinding specifically, there might be a better way, I’m not sure.