How can I add a spell checker that cheks spelling for a single line?
I want a spell checker that checks my spelling for just a single line. For example the Ebay feedback is only one line long so how do I spell check my typed in response? Thank you.
தீர்வு தேர்ந்தெடுக்கப்பட்டது
You can do this by changing a hidden preference
- Type about:config into the location bar and press enter, accept the warning message that appears and you will be taken to a list of preferences
- In the search box at the top, type in spell, this will limit the results to a small number of preferences
- Double-click on the preference layout.spellcheckDefault and change its value to 2, that will enable spell checking on single lines
For details about that preference see http://kb.mozillazine.org/Layout.spellcheckDefault
Read this answer in context 👍 3All Replies (2)
தீர்வு தேர்ந்தெடுக்கப்பட்டது
You can do this by changing a hidden preference
- Type about:config into the location bar and press enter, accept the warning message that appears and you will be taken to a list of preferences
- In the search box at the top, type in spell, this will limit the results to a small number of preferences
- Double-click on the preference layout.spellcheckDefault and change its value to 2, that will enable spell checking on single lines
For details about that preference see http://kb.mozillazine.org/Layout.spellcheckDefault
Thank you for the information. This solved my problem.