Issue
I am currently using Netbeans with jVi (vim plugin). But after I install vim plugin, I can't disable Non-printable characters
Menu: View -> Show Non-printable Characters (this menu doesn't work) nothing changed.
I want to remove this paragraph character. Please help me!
How to remove this paragraph character
Solution
In NetBeans, use :set nolist
, just as you would in vim. Of course you will need to reinstall the jVi plugin.
Not being able to use the menu after uninstall sounds like jVi left things funny. It could be that you didn't disable jVi before uninstalling, see Menu > Tools > jVi
. I just disabled jVi, used Menu > View > ShowNonPrintableCharacters
ok. Unfortunately, un-install doesn't give jVi a chance clean up.
Answered By - Ernie Rael
Answer Checked By - Pedro (JavaFixing Volunteer)