-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
130 additions
and
90 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
packages/Spellcheck-Core.package/SPCCorrectionUI.class/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/clear.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
displaying | ||
clear | ||
|
||
self inputText: ''; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/deselectAlternative.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
accessing | ||
select alternative | ||
deselectAlternative | ||
|
||
selectedAlternative := ''. | ||
|
2 changes: 1 addition & 1 deletion
2
...ges/Spellcheck-Core.package/SPCCorrectionUI.class/instance/dismissCurrentDisplayedWord.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
displaying | ||
dismissCurrentDisplayedWord | ||
|
||
self inputText ifNotEmpty: [ | ||
|
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/displayCurrentWrongWord.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
displaying | ||
displayCurrentWrongWord | ||
|
||
| sentenceStart | | ||
|
4 changes: 2 additions & 2 deletions
4
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/parser..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
accessing | ||
parser: aParser | ||
parser: aSPCParser | ||
|
||
parser := aParser | ||
parser := aSPCParser |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/updateDictionaryAfter.By..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
select alternative | ||
updateDictionaryAfter: index By: offset | ||
|
||
| newAssociations | | ||
|
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/updateKeyArrayAfter.By..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/updateWrongWordsAfter.By..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
select alternative | ||
updateWrongWordsAfter: index By: offset | ||
|
||
self | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
packages/Spellcheck-Core.package/SPCCorrectionUIStyler.class/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
I style the texts in the SpellcheckCorrectionUI in that way that wrong written words are highlighted and the current considered word in the SpellcheckCorrectionUI is highlight even more. | ||
|
||
Instance Variables | ||
spellChecker: <SpellChecker> The spellchecker for getting all wrong words in a text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...heck-Core.package/SPCDictionaryManagementUI.class/class/defaultDictionaryDirectoryPath.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
constants | ||
defaultDictionaryDirectoryPath | ||
|
||
^ FileDirectory default directoryNamed: 'dictionaries' |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/class/initialize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
initialize-release | ||
initialize | ||
|
||
self registerInWorldMenu |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/class/open.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
toolbuilder | ||
open | ||
|
||
^ ToolBuilder default open: self new |
2 changes: 1 addition & 1 deletion
2
...ages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/class/registerInWorldMenu.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
registering | ||
registerInWorldMenu | ||
|
||
TheWorldMenu registerOpenCommand: {'Dictionary Settings'. {self. #open}} |
2 changes: 1 addition & 1 deletion
2
...es/Spellcheck-Core.package/SPCDictionaryManagementUI.class/class/unregisterInWorldMenu.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
registering | ||
unregisterInWorldMenu | ||
|
||
(TheWorldMenu respondsTo: #unregisterOpenCommand:) | ||
|
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/affixFileName.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
paths | ||
affixFileName | ||
|
||
^ (self selectedLanguageDirectoryPath fileNamesMatching: '*.aff') first |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/affixPath.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
paths | ||
affixPath | ||
|
||
^ self selectedLanguageDirectoryPath fileNamed: self affixFileName |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/buildWith..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...es/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/dictionaryFileName.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
paths | ||
dictionaryFileName | ||
|
||
^ (self selectedLanguageDirectoryPath fileNamesMatching: '*.dic') first |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/dictionaryPath.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
paths | ||
dictionaryPath | ||
|
||
^ self selectedLanguageDirectoryPath fileNamed: self dictionaryFileName |
4 changes: 2 additions & 2 deletions
4
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/ignoredWords.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
as yet unclassified | ||
ignored words | ||
ignoredWords | ||
|
||
^ SPCSpellChecker instance addedWords asOrderedCollection | ||
^ self spellchecker addedWords asOrderedCollection | ||
sort: [:a :b | a asLowercase < b asLowercase] |
3 changes: 2 additions & 1 deletion
3
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/initialize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
as yet unclassified | ||
initialize-release | ||
initialize | ||
|
||
self spellchecker: SPCSpellChecker instance. | ||
self selectUsedLanguage |
4 changes: 2 additions & 2 deletions
4
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/loadLanguage.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/loadedLanguages.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
dictionary loading | ||
loadedLanguages | ||
|
||
^ (FileDirectory default directoryNamed: 'dictionaries') directoryNames |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/open.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
toolbuilder | ||
open | ||
|
||
^ ToolBuilder default open: self |
4 changes: 2 additions & 2 deletions
4
...pellcheck-Core.package/SPCDictionaryManagementUI.class/instance/removeFromIgnoredWords.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
as yet unclassified | ||
ignored words | ||
removeFromIgnoredWords | ||
|
||
self selectedWord ifNotNil: | ||
[SPCSpellChecker instance removeWordFromDictionary: self selectedWord. | ||
[self spellchecker removeWordFromDictionary: self selectedWord. | ||
self changed: #ignoredWords] |
2 changes: 1 addition & 1 deletion
2
...es/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/selectUsedLanguage.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
accessing | ||
dictionary loading | ||
selectUsedLanguage | ||
|
||
self selectedLanguage: self usedLanguage |
2 changes: 1 addition & 1 deletion
2
...ck-Core.package/SPCDictionaryManagementUI.class/instance/selectedLanguageDirectoryPath.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
paths | ||
selectedLanguageDirectoryPath | ||
|
||
^ self class defaultDictionaryDirectoryPath directoryNamed: self selectedLanguage |
4 changes: 4 additions & 0 deletions
4
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/spellchecker..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
spellchecker: aSPCSpellChecker | ||
|
||
spellchecker := aSPCSpellChecker |
4 changes: 4 additions & 0 deletions
4
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/spellchecker.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
spellchecker | ||
|
||
^ spellchecker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCHunspellAPI.class/class/moduleName.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
library | ||
moduleName | ||
|
||
^(Smalltalk os platformName asLowercase caseOf: { | ||
|
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCHunspellSuggestList.class/class/fields.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
datatypes | ||
fields | ||
|
||
^ #(nil 'ulong') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/class/defaultAffixPath.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
constants | ||
defaultAffixPath | ||
|
||
^(SPCSpellChecker defaultLanguageDirectory fileNamed:'en_US.aff' ) name |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/class/defaultDictionaryPath.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
constants | ||
defaultDictionaryPath | ||
|
||
^ (SPCSpellChecker defaultLanguageDirectory fileNamed:'en_US.dic') name |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/class/defaultLanguageDirectory.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
constants | ||
defaultLanguageDirectory | ||
|
||
^ FileDirectory default directoryNamed: 'dictionaries', FileDirectory slash, 'english' |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/class/initialize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
initialize-release | ||
initialize | ||
|
||
Smalltalk addToStartUpList: SPCSpellChecker |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/class/instance..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
instance: aSpellChecker | ||
|
||
Instance := aSpellChecker |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/class/instance.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
instance | ||
|
||
^ Instance ifNil: [Instance := self basicNew initialize; yourself] |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/class/startUp..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
system startup | ||
startUp: resuming | ||
|
||
resuming ifTrue: [ | ||
|
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/instance/addWordToDictionary..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
dictionary and ignore list | ||
addWordToDictionary: aString | ||
|
||
self addedWords add: aString. | ||
|
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/instance/addWordToIgnoreList..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
dictionary and ignore list | ||
addWordToIgnoreList: aString | ||
|
||
self hunspell addWordToDictionary: aString |
2 changes: 1 addition & 1 deletion
2
packages/Spellcheck-Core.package/SPCSpellChecker.class/instance/clearIgnoredWords.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/Spellcheck-Core.package/SPCSpellChecker.class/instance/hunspell..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
accessing | ||
hunspell: aHunspellAPI | ||
hunspell: aSPCHunspellAPI | ||
|
||
hunspell := aHunspellAPI | ||
hunspell := aSPCHunspellAPI |
Oops, something went wrong.