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.
source
share