Changes between Version 23 and Version 24 of dicThesaurusRex


Ignore:
Timestamp:
08/21/2013 05:09:39 PM (11 years ago)
Author:
michael.perscheid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dicThesaurusRex

    v23 v24  
    4545
    4646== Dictionary Features ==
    47 Depending on your browser misspelled words are highlighted in orange and underlined.
    48 After selecting the word and right-click a browser menu opens that suggests correctly spelled words.
     47Depending on your browser, misspelled words are highlighted in orange and with an underline.
     48After selecting the word and right-click, a browser menu opens suggesting correctly spelled words.
    4949Once a specific word has been chosen, the typo will be replaced with it.
    5050
    51 ''Please note: The spelling correction checks for Smalltalk code and is also able to find/replace typos in camel case notations.''
     51''Please note: The spelling correction checks not only text but also Smalltalk code. Thus, it is able to find and replace typos in camel case notations.''
    5252
    5353[[Image(spellingCorrectionInCodeEditor.png, 600px, nolink, title="Spelling correction integrated into source code editor and menu.")]]
    5454
    55 Instead of checking each method one by one, !DicThesaurusRex also offers a complete check of entire categories, classes, and protocols.
     55Instead of checking each method one by one, !DicThesaurusRex also offers a complete check of categories, classes, and protocols.
    5656After selecting a program entity, right click opens a menu that includes a new entry called ''check spelling''.
    57 With that all children are traversed and checked for typos automatically.
    58 Finally, a new window opens and presents all identified typos.
     57With that all children are traversed and automatically checked for typos.
     58Finally, a new window opens and presents all identified mistakes.
    5959Here, developers can ignore or replace them one by one.
    6060
     
    6565Instead of looking only for exact matches, it expands the search space also to synonyms.
    6666It can be used with the tool bar search at the top of each Squeak image.
    67 After that the result set includes more entries ordered by first exact matches and then similar terms.
     67After that the result set includes more entries ordered by exact matches and then similar terms.
    6868For example, the word ''test'' also returns results for ''try'', ''check'', etc.
    6969
     
    7171
    7272If a selected word is spelled correctly, then the right-click menu suggests synonyms to developers.
    73 As with the spelling correction, words are replaced with the chosen term (this works also for selected camel case source code snippets).
     73As with the spelling correction, words are replaced with the chosen term (this works also for selected camel case source code).
    7474
    7575[[Image(synonymSuggestionInCodeEditor.png, nolink, title="Synonym suggestion for correctly spelled words.")]]