Bug 365751 - Parse Lua comments with eclipse spell checker.
Summary: Parse Lua comments with eclipse spell checker.
Status: RESOLVED WORKSFORME
Alias: None
Product: LDT
Classification: Tools
Component: LuaDevelopmentTools (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal
Target Milestone: 0.8   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2011-12-06 10:33 EST by Laurent Barthelemy CLA
Modified: 2012-06-01 14:49 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Barthelemy CLA 2011-12-06 10:33:37 EST
In CDT for example, comments are underlined when containing possible spelling(/grammar too?) mistakes. 
Would be great to have spell checker parsing Lua comments too.
Comment 1 Benjamin Cabé CLA 2012-02-01 08:36:11 EST
It sounds difficult to implement easily... See bug 185695 and bug 190512
Comment 2 Benjamin Cabé CLA 2012-02-08 16:36:42 EST
I just pushed an experiment in branch bug/365751.
http://git.eclipse.org/c/koneki/org.eclipse.koneki.ldt.git/commit/?h=bug/365751
Comment 3 Benjamin Cabé CLA 2012-04-17 06:58:40 EDT
Will be possible with DLTK4

See http://git.eclipse.org/c/dltk/org.eclipse.dltk.git/commit/?id=11ceb6eeae795d229d05571f744d579984d8a281

and org.eclipse.dltk.javascript.internal.ui.text.JavascriptSourceViewerConfiguration to see how to enable it.
Comment 4 Benjamin Cabé CLA 2012-06-01 14:49:18 EDT
Laurent, if using LDT with a recent version of Eclipse that has DLTK4 (e.g. a Juno candidate build), you'll have the nice spelling feature for comments and string litterals!

Marking as WORKSFORME since we didn't do anything specific for this one :)