Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change Intellij CamelHumps behavior as it was in 2017.1?

In Intellij 2017.1 (and I'm quite sure in older ones) there is an option editor->general->smart keys-> Use "CamelHumps" Word

This option used to work like in Eclipse: Pressing control + arrow left/right makes words navigation to jump to the next uppercase letter, but when we double click over the word it used to select the whole text block.

Now in 2017.2-5 Intellij it is forcing the CamelHumps behavior to mouse double clicks when you select it. Is there a way to make the behavior only for the keyboard navigation and not the mouse one?

like image 504
Villela Avatar asked Oct 17 '17 16:10

Villela


1 Answers

There is a setting for that:

honor

Honor "CamelHumps" words settings when selecting on double click.

You need to disable it.

like image 68
CrazyCoder Avatar answered Sep 24 '22 19:09

CrazyCoder