Netbeans 8 makes a crazy automatic horizontal scroll

Netbeans 8 makes crazy automatic horizontal scrolling, how to disable it! When encoding long strings, netbeans automatically move horizontally and focus on the mouse pointer.

To replicate :
1. Do a long code, make sure you will have horizontal scroll visible.Sample :
<label class="labelContent"><input type="text" id="holDate" name="holDate" required value="<?php echo ($update["data"]["date"] ? $update["data"]["date"] : ""); ?>" /></label>
2. Edit above code type="text" to hidden, you will notice that the netbeans will move your view automatically and focus to the mouse cursor!

Note : Even using "Line Wrap" to anywhere, you will see this movement! this make my head break, probably same with you!!? LOL hope someone knows how to disable this.
+4
source share
1 answer

SOLVED * PROBLEM: In NetBeans> Tools> Options> Editor> Folding tab> "Language: all languages" Disable * Enable the option to add code

-2
source

All Articles