简体   繁体   English

如何在IntelliJ IDEA中禁用三次单击?

[英]How to disable triple click in IntelliJ IDEA?

Is it possible to disable the "Triple click to select the entire line" feature in IntelliJ IDEA? 是否可以禁用IntelliJ IDEA中的“三击以选择整行”功能? I found it very disturbing. 我发现它非常令人不安。

To activate the " select camel case word " on triple click you must add this option into your idea.properties file : 要在三次单击时激活“ 选择驼峰案例单词 ”,您必须将此选项添加到idea.properties文件中:

idea.honor.camel.humps.on.triple.click = true

The option is not available into the ide setting since the 110.179 build. 自110.179构建以来,该选项在ide设置中不可用。

Source 资源

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM