atom-editor 2019-11-12

Jakub Holý (HolyJak) 2019-11-12T21:27:43.048900Z

Is there any trick to make double-click on a word in Atom select the whole dash-separated-name? instead of just the word in question?

double-clicking on a dash-separated-name is selecting the whole thing for me

Jakub Holý (HolyJak) 2019-11-12T21:46:55.052200Z

Word or name?

sorry, that should have been "the whole name" -- to be clear, what was selected was dash-separated-name

👍 1

Check the Settings in the language-clojure package (which is built in).

I have Non-Word Characters set to

()"':,;~@#$%^&{}[]`
for that

❤️ 1

(with auto-indent and auto-indent on paste both disabled)

my settings look the same -- i don't think i've modified those so my guess is that they were defaults at some point