Question

NetBeans have the concept of a "project" specific dictionary and a "private" dictionary. I happened to add a misspelled word into one of those (yeah I can't even remember which one, I was to fast, hence the error).

Where are these dictionaries stored on my Windows 8 x64 machine (I will edit this question in time as answers provide the path to other systems)?

Was it helpful?

Solution

This is for Windows 7 x64, but it's probably similar for Windows 8:

The project-specific dictionary is stored within the file project.xml, which is inside the NetBeans project folder for your project. i.e.:

[path/to/your/project]/nbproject/project.xml

In this file, the custom words are found in <word> tags in project > configuration > spellchecker-wordlist

The private dictionaries are stored in:

%USERPROFILE%\AppData\Roaming\NetBeans\[version_number]\

So for me that was:

C:\Users\Myname\AppData\Roaming\NetBeans\8.0.1\private-dictionary-en_GB

The private dictionary is a file containing the words separated by newlines.

I had the same problem as @Martin (it's too easy to accidentally add a word) and I ended up doing a text search of the entire hard drive for these locations.

OTHER TIPS

as you can find here:http://forums.netbeans.org/ptopic37142.html

Dictionary files are in "/ide/modules/dict/" folder

With Windows 8.1 x64, the path is:

C:\Program Files\NetBeans 8.0\ide\modules\dict

in ubuntu the file exists in

~/.netbeans/[version-number]/private-dictionary-en_US
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top