wiki:dicThesaurusRex

Version 16 (modified by michael.perscheid, 11 years ago) ( diff )

--

DicThesaurusRex

This dictionary and thesaurus extension allows Squeak developers to benefit from spelling correction and synonym search. It optionally extends code editors with a spelling correction that underlines unknown terms and typos. These annotations can either be corrected with suitable suggestions or always ignored in case of well-known abbreviations. Moreover, the thesaurus integration provides helpful advice during searching and programming. For example, the source code search has been extended to look also for similar terms and synonyms. As a result, the search results present developers not only exact but also semantic matches.

How to Install

Environment
4.4
any, Mac requires spelling plugin,
Linux requires Hunspell
not tested
Sources
ConfigurationOfDicThesaurusRex
SwaUtilities
Misc
SwaUtilities@SqueakSource

Using Metacello, just run the following code in your workspace:

(Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/')
   project: 'MetacelloRepository';
   install: 'ConfigurationOfDicThesaurusRex'.
(Smalltalk at: #ConfigurationOfDicThesaurusRex) load.

After installation, please check if all test are passing (category DicThesaurusRex-Tests)

How to Use

Preferences

Dictionary Features

Thesaurus Features

Acknowledgments

DicThesaurusRex has been developed as part of the software engineering I course at the hasso-plattner-institute, university of Potsdam (summer term 2013).

To date the following people contributed to this project:

  • Daniel Neuschäfer-Rube
  • Suhanyaa Nitkunanantharajah
  • Michael Perscheid
  • Jaqueline Pollak
  • Jakob Reschke

Attachments (5)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.