laurent.orseau
2020-12-7 15:09:03

TIL that if you double-click at the end of any comment line before a sexp, drracket selects the sexp. (Works even if you have multiple lines of comments, at each end of line.)


laurent.orseau
2020-12-7 15:14:58

Unfortunately, as a consequence, if you double-click at the end of a sexp it selects the next (forward) sexp


sorawee
2020-12-7 15:17:55

Sounds like off by one error, and thus: https://github.com/racket/drracket/issues/414


laurent.orseau
2020-12-7 15:23:23

Possibly. Personally I don’t have a need to get this dclick fixed. I’ve lived without it for long enough :slightly_smiling_face:


laurent.orseau
2020-12-7 15:23:43

The issue you describe is certainly more annoying.


laurent.orseau
2020-12-7 15:24:09

(aaand I realize I don’t have a keybinding for renaming variables)


laurent.orseau
2020-12-7 15:32:10

@sorawee What function name do you have in “Show active keybindings” for c-x m?


sorawee
2020-12-7 15:33:23

Rename Identifier (c:x;m)


sorawee
2020-12-7 15:33:35

I’m using MacOS, FWIW


laurent.orseau
2020-12-7 15:35:40

thanks.


laurent.orseau
2020-12-7 16:04:28

I suppose you have Edit|Preferences|Editing|General Editing, “Enable keybindings in menus (overrides Emacs keybindings)” disabled?


sorawee
2020-12-7 16:08:03

It’s on


laurent.orseau
2020-12-7 16:08:42

ah, strange.