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 money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
Read more Show archive.org snapshot
Posted by Emanuel to makandra dev (2017-09-12 15:26)