pyret-lang icon indicating copy to clipboard operation
pyret-lang copied to clipboard

Kebab-case variable name selection

Open SkylerAusten opened this issue 1 year ago • 0 comments

Ahoy, me hearties!

In the online Pyret IDE, when you double-click camelCase and underscore_case variable names, it selects the full name. However, when you double-click kebab-case variable names, it will only select the word or dash on which you double-click.

Here's an example where I double-clicked underscore and kebab: image

Could the CodeMirror be configured to support kebab-case variables?

SkylerAusten avatar Nov 07 '23 15:11 SkylerAusten