Spanish dictionary (spell cheker)

Are you missing a feature? Request its implementation here.
dleal
Posts: 41
Joined: Fri Dec 15, 2006 8:09 pm
Location: Madrid
Contact:

Spanish dictionary (spell cheker)

Post by dleal »

Dear members,

Just to suggest, like oxygen (at least the plugins for Eclipse) is bundled with deutch, french and english dictionary, consider to add spanish too.

Is there any way to add it by hand?

Thanks,

David
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

Yes, adding a new spell checking dictionary to oXygen is explained in the User Manual. Basically you have to add the corresponding .dar dictionary for your spell check language to the [oXygen-install-dir]/dicts folder and restart oXygen.


Regards,
Sorin
dleal
Posts: 41
Joined: Fri Dec 15, 2006 8:09 pm
Location: Madrid
Contact:

How to install spanish.dar under Eclipse plugins?

Post by dleal »

Dear Sorin,

On the reference your have meontioned there is no information about how to add a new dictionary for the Eclipse plugions, the explanation is for the stand alone version.

If I add the es.dar file on the:

Code: Select all

J:\ECLIPSE\extPlugins\eclipse\plugins\com.oxygenxml.editor_7.0.0/dicts
after:
eclipse.exe -clean
The spanish dictionary is not loaded. I have tried, also changing the file name from: es.dar to spanish.dar.

Please could you tell me how to do under Eclipse platform?

Thanks,

David

P.S.:
I have got the es.dar from:
1. download the evaluation of SDK Edition using this form
http://www.xmlmind.com:8080/xsc_eval/download.html

2. Unzip xsc-sdk-12.zip and you'll find es.dar in xsc-sdk-12/dicts/
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

The same problem was explained on this forum before. You have to unzip the dicts.jar file located in [Eclipse-install-folder]/plugins/com.oxygenxml.editor_8.1.0/lib, add the following two lines

Code: Select all

language	es	Spanish	  Spanish
es/default
to the file called dicts, unzip the es.dar file in the same folder with the dicts.jar content, create a file called language in the es folder corresponding to the content of es.dar and containing

Code: Select all

ISO8859_1
Spanish
Spanish
zip the new content of dicts.jar and replace the dicts.jar file from [Eclipse-install-folder]/plugins/com.oxygenxml.editor_8.1.0/lib. Restart Eclipse or go to Window -> Preferences -> Plug-in Development -> Target Platform and press the Reload button to reload the modified dicts.jar file.


Regards,
Sorin
Post Reply