I am using Netbeans for PHP 6.9 developer version: NetBeans IDE Dev (Build 201004260200).
Currently, if I press Ctrl+arrow keys (next/prev word) the caret stops at (g, T, N) in "greatTypeName". I want to disable this behavior. I want it to just navigate the whole word.
There is an option in "Tools->Options->General->Camel Case Behavior". But that check box is disabled. Probably because it says: "Enable Camel Case navigation in Java". So, I guess that option is for Java only.
How do I disable it for PHP?