Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Spellcheck Issue involving HTML(Accepting words with embedded HTML)
Spellcheck Issue involving HTML [message #511263] Sun, 31 January 2010 19:30 Go to next message
Eclipse UserFriend
I was wondering if anyone is aware of a way that I can get the Eclipse spellchecker to ignore (or accept) the following in a comment?

/**
* This class generates the references for a résumé.
*
* @version 2.0
*/

I'm trying to include the word "resume" (i.e. a description of the work you have done and the job you are seeking) with the accute accents that are properly found in the word.

The comment is generated correctly but the spellchecker doesn't like this at all. It reacts to the é and offers to put it in the dictionary but this only fixes the problem for this specific source file. I have several source files that have a similar comment and each time I open one of them, it's as if the é is not in the dictionary.

I have checked the dictionary and é IS there but it doesn't help. I also tried adding résumé to the dictionary manually but that doesn't work either.

I've turned off spellchecking altogether to avoid this issue but I'd rather find a solution that lets me have this construction in my comments WITHOUT generating a spelling error.

I am using Eclipse Gallileo.

--
Rhino
Re: Spellcheck Issue involving HTML [message #511415 is a reply to message #511263] Mon, 01 February 2010 09:56 Go to previous messageGo to next message
Eclipse UserFriend
Reinhardt Christiansen wrote:
> I was wondering if anyone is aware of a way that I can get the Eclipse
> spellchecker to ignore (or accept) the following in a comment?
>
> /**
> * This class generates the references for a r�sum�. * * @version 2.0
> */
>
> I'm trying to include the word "resume" (i.e. a description of the
> work you have done and the job you are seeking) with the accute
> accents that are properly found in the word.
> The comment is generated correctly but the spellchecker doesn't like
> this at all. It reacts to the � and offers to put it in the dictionary
> but this only fixes the problem for this specific source file. I have
> several source files that have a similar comment and each time I open
> one of them, it's as if the � is not in the dictionary.
> I have checked the dictionary and � IS there but it doesn't help. I
> also tried adding r�sum� to the dictionary manually but that doesn't
> work either.
>
> I've turned off spellchecking altogether to avoid this issue but I'd
> rather find a solution that lets me have this construction in my
> comments WITHOUT generating a spelling error.
This is not a spell checker bug but rather looks like the encoding is
wrong. You should first fix your setup, so that the 'é' appears and not
the placeholder '?'.

Dani
>
> I am using Eclipse Gallileo.
> --
> Rhino
Re: Spellcheck Issue involving HTML [message #511458 is a reply to message #511415] Mon, 01 February 2010 11:21 Go to previous messageGo to next message
Eclipse UserFriend
I'd love to see the actual e with the acute accent in it rather than "eacute;"

How do I modify the Eclipse settings to do that?
Re: Spellcheck Issue involving HTML [message #511473 is a reply to message #511458] Mon, 01 February 2010 06:52 Go to previous messageGo to next message
Eclipse UserFriend
Reinhardt Christiansen wrote:
> I'd love to see the actual e with the acute accent in it rather than
> "eacute;"
> How do I modify the Eclipse settings to do that?
The person who entered the 'é' uses a different encoding than you do.
Best would be that this person sets the encoding on the project and
shares it via repository (e.g. CVS). If you don't know where the file
came from and the project isn't shared, you could try to set the
project's encoding to either UTF-8 or Cp1252.

The project's encoding is changed by selecting the project and then File
(or context menu) > Properties.

Dani
Re: Spellcheck Issue involving HTML [message #511551 is a reply to message #511473] Mon, 01 February 2010 19:11 Go to previous message
Eclipse UserFriend
As it turns out, I already had a default encoding of cp1252 for the whole workspace. All I had to do was retype that text using e with an acute accent, then add resume (with two accute accents) to the spelling dictionary.

Problem solved. Thanks for your help, Dani!
Previous Topic:Eclipse unusable on MAcOSX due to permissions issues
Next Topic:Refactoring of code on Eclipse?
Goto Forum:
  


Current Time: Thu Mar 20 08:37:43 EDT 2025

Powered by FUDForum. Page generated in 0.02631 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top