问题描述
在Intellij 2017.1中(我很确定在较旧的版本中),有一个选项编辑器->常规->智能键->使用"CamelHumps"字
In Intellij 2017.1 (and I'm quite sure in older ones) there is an option editor->general->smart keys-> Use "CamelHumps" Word
该选项以前在Eclipse中的工作方式是:按Control +向左/向右箭头会使单词导航跳到下一个大写字母,但是当我们双击该单词时,它将选择整个文本块.
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.
现在在Intellij 2017.2-5中,当您选择CamelHumps行为时,它会强制鼠标双击.有没有一种方法可以使行为仅针对键盘导航而不是鼠标行为?
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?
推荐答案
有一个设置:
双击选择时应具有"CamelHumps"字样设置.
Honor "CamelHumps" words settings when selecting on double click.
您需要禁用它.
这篇关于如何更改Intellij CamelHumps行为(如2017.1一样)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!