Bug 392585 - Spell checking not working anymore
Summary: Spell checking not working anymore
Status: VERIFIED FIXED
Alias: None
Product: LDT
Classification: Tools
Component: LuaDevelopmentTools (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal
Target Milestone: 0.9 RC1   Edit
Assignee: Simon Bernard CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2012-10-22 12:38 EDT by Laurent Barthelemy CLA
Modified: 2012-11-19 05:50 EST (History)
1 user (show)

See Also:


Attachments
capture of spell check (with "content assist") working correctly on C file. (119.92 KB, image/png)
2012-10-22 12:38 EDT, Laurent Barthelemy CLA
no flags Details
capture of spell check not working correctly on Lua file. (93.65 KB, image/png)
2012-10-22 12:39 EDT, Laurent Barthelemy CLA
no flags Details
eclipse config (595.70 KB, text/x-log)
2012-10-22 12:40 EDT, Laurent Barthelemy CLA
no flags Details
attaching an eclipse config from a user with spell checking working (384.55 KB, text/x-log)
2012-11-05 08:27 EST, Laurent Barthelemy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Barthelemy CLA 2012-10-22 12:38:47 EDT
Created attachment 222641 [details]
capture of spell check (with "content assist") working correctly on C file.

It worked out of the box when I upgraded/installed juno.

Now thing are getting worse and worse :).

I've attached a capture of spell check (with "content assist") working correctly on C file.
Comment 1 Laurent Barthelemy CLA 2012-10-22 12:39:25 EDT
Created attachment 222643 [details]
capture of spell check not working correctly on Lua file.
Comment 2 Laurent Barthelemy CLA 2012-10-22 12:40:59 EDT
Created attachment 222644 [details]
eclipse config
Comment 3 Laurent Barthelemy CLA 2012-10-22 12:46:51 EDT
And now, the current situation: bad spelling are not even detected anymore: the words are not underlined anymore... :(
Comment 4 Laurent Barthelemy CLA 2012-11-05 08:27:01 EST
Created attachment 223175 [details]
attaching an eclipse config from a user with spell checking working

eclipse config: my config, with this config spell check is not working.

eclipse_config_spellcheck_working.log: new config file, not from my computer, with this config the spellchecking is working fr Lua files, I think the guy is using stable LDT plugin whereas I use nightly builds.
Comment 5 Laurent Barthelemy CLA 2012-11-14 10:50:34 EST
Installing Java development tools makes the spell checking working i.e. it underlines spelling errors.
However quick fix is still not working, but that's not a big deal.
Comment 6 Simon Bernard CLA 2012-11-14 13:44:32 EST
I fix the quickfix problems, there are now available !

But JDT is still needed to activate this feature because we don't integrate our own Spelling engine.
CDT integrate a spelling engine but it is implemented to only check C/C++ files :/

We wait for this bug 185695 to integrate a spelling engine in LDT. (see bug 394283)

fixed since 31bde313becdc1b91078da16b2dfbf690a7f0e97
Comment 7 Laurent Barthelemy CLA 2012-11-19 05:50:57 EST
I confirm the fix, now it is working like a charm :) 
thanks