Read more

How to add a custom dictionary to Ruby Mine

Emanuel
September 12, 2017Software engineer at makandra GmbH

We recommend to use the described way in https://makandracards.com/makandra/57341-rubymine-how-to-add-a-german-spell-checker instead of this card.

  1. Download the dictionary from http://www.winedt.org/dict.html Show archive.org snapshot , e.g. http://www.winedt.org/dict/de_neu.zip
  2. unzip de_neu.zip
  3. mkdir ~/Documents/dic
  4. iconv -f UTF-16 -t UTF-8 de_neu.dic -o ~/Documents/dic/de_neu_utf8.dic
  5. In RubyMine: Go to Settings (CTRL + ALT + S) > Editor > Spelling > Dictionaries and add the folder ~/Documents/dic
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot
Posted by Emanuel to makandra dev (2017-09-12 15:26)