We have a dictionary in version control under the path eclipse/spelling/german.dic
. The only way I know to use that dictionary within IDEA is adding it as a Custom Dictionary.
So every developer has to configure the dictionary by hand after cloning the repository. Is there a way to avoid that? Can there be an .idea/where.ever
, that tells IDEA to use the dictionary located under the given project-local path?
Add files to VCSOpen the Commit tool window Alt+0 . Put any files in the Unversioned Files changelist under version control by pressing Ctrl+Alt+A or selecting Add to VCS from the context menu. You can either add the entire changelist, or select separate files.
Go to File | Settings | Version Control and click - . This will disable the VCS and list it under Unregistered roots: If you really want to get rid of that Unregistered roots: entry and all of the tracking information, go to your project folder and delete the .. \projectDir\.
Version control Use the VCS Operations Popup ( Alt+` ) or VCS | VCS Operations Popup to quickly invoke any VCS-related commands. The list of actions in the popup depends on the currently enabled VCS.
Application-level dictionary can be found at: {IDE installation directory}/config/options/cachedDictionary.xml
Project-level dictionary: {Project root}/.idea/dictionaries/%username%.xml
The dictionaries files are created by IDEs automatically when you apply "Save To" quick-fix or modify Settings | Spelling | Accepted words table.
Additionally dictionaries files may be opened in editor from Settings | Spelling | Dictionaries table by clicking Edit button as well:
For more details please visit: https://www.jetbrains.com/help/idea/spelling.html
Only project-level dictionaries may be shared between developers via VCS. Please see How to manage projects under Version Control Systems.
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