Open up the editor settings file:
C:\Documents and Settings\username\Application Data\NetBeans\7.2.1\config\Editors\Preferences\org-netbeans-modules-editor-settings-CustomPreferences.xml
Add this to it:
<entry javaType="java.lang.String" name="caret-type-insert-mode">
<value><![CDATA[block-caret]]></value>
</entry>
1 comment:
Done this and now I don't see my caret at all. Using v8.2
Post a Comment