Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.03 KB

gspell4eclipse

Google online spelling for Eclipse.

Uses Google online spelling API to check for spelling errors in Eclipse editors. This provide context aware spelling suggestions.

Note that suggestions are still retrieved from the default spelling checker in all JDT editors. See bug 407230 for more information.

Installation

Install from the update site: http://raw.github.com/eplatti/gspell4eclipse/master/com.github.gspell4eclipse.site. (this link won't work in a web browser).

Select Google Online Spelling Service from Preferences, General -> Editors -> Text Editors -> Spelling. Select desired language.

Versions

  • 1.0.0 First version.

Requirements

  • Eclipse 3.1 (Only tested on 4.2)

  • Java 1.7

See also