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 UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot
Posted by Emanuel to makandra dev (2017-09-12 15:26)