atom-editor

Using the Atom editor with Clojure(Script) - tips, questions, plugins
Jakub Holý 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?

2019-11-12T21:35:55.049600Z

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

seancorfield 2019-11-12T21:36:02.049800Z

@holyjak Same here.

seancorfield 2019-11-12T21:37:09.050200Z

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

seancorfield 2019-11-12T21:37:47.050800Z

I have Non-Word Characters set to

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

❤️ 1
seancorfield 2019-11-12T21:38:16.051200Z

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

2019-11-12T21:42:41.052Z

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

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

Word or name?

2019-11-12T21:47:48.052400Z

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

👍 1