I've added the following comment to the start of a Java program:
/** * * George Tomlinson (I'm not the author). I took this from the *internet* and made one correction. * This program converts the string entered by the user from hexadecimal to ASCII. */
The word 'internet' (italicised above but not in the actual program) is being underlined in red by NetBeans. The error it displays is 'misspelled word', but it's not misspelled. In Word I would just add it to the dictionary, but I can't find any such option here. Does anyone know how to sort this out?
You can see a screenshot here:
The red line simply marks 80 characters wide (by default) and is a visual guide to break long expressions over multiple lines. You can adjust the placement of the red line in (Netbeans 6.7): Tools > Options > Editor > Formatting.
Show activity on this post. This is explained and illustrated in How to disable red-underline spellchecker in Netbeans 7: To remove it simply choose Tools → Options → Miscellanous, then in Spellchecker tab uncheck the C/C++/Fortran Comments and press OK.
Try
For remove vertical red line:
Tools : Options : Editor : Formatting , set Right Margin: 0
For spelling check:
Tools : Options : Editor : Spellchecker , you can add new spelling & other things.
may this help you.
Follow the instruction to remove the red line which is just margin. It is called right margin. Go to menu
Tools ->Options -> Editor -> Formatting
set
right margin = 0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With