-
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
1 parent
42a8b17
commit 75dc386
Showing
163 changed files
with
375 additions
and
180 deletions.
There are no files selected for viewing
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
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/getWorkspaceContents.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,6 @@ | ||
accessing | ||
getWorkspaceContents | ||
|
||
self workspace dependents | ||
ifEmpty:[ | ||
^ self workspace contents | ||
|
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCCorrectionUI.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 @@ | ||
initialize | ||
initialize | ||
|
||
self parser: SPCTextParser new. | ||
self clear |
4 changes: 3 additions & 1 deletion
4
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/inputText..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
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
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCCorrectionUI.class/instance/selectedAlternative..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
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
1 change: 1 addition & 0 deletions
1
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,3 +1,4 @@ | ||
paths | ||
affixFileName: aLanguageName | ||
|
||
^ ((self selectedLanguageDirectoryPath: aLanguageName) fileNamesMatching: '*.aff') first |
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: 2 additions & 0 deletions
2
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/changed..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
3 changes: 2 additions & 1 deletion
3
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
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
1 change: 1 addition & 0 deletions
1
...s/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/selectedLanguageAt..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 @@ | ||
accessing | ||
selectedLanguageAt: anIndex | ||
|
||
^ self selectedLanguageIndices at: anIndex ifAbsentPut: [ false ] | ||
|
2 changes: 2 additions & 0 deletions
2
...ellcheck-Core.package/SPCDictionaryManagementUI.class/instance/selectedLanguageAt.put..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
1 change: 1 addition & 0 deletions
1
...ellcheck-Core.package/SPCDictionaryManagementUI.class/instance/selectedLanguageIndices.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 @@ | ||
accessing | ||
selectedLanguageIndices | ||
|
||
selectedLanguageIndices ifNil: [ selectedLanguageIndices := Dictionary new ]. | ||
^ selectedLanguageIndices |
4 changes: 3 additions & 1 deletion
4
packages/Spellcheck-Core.package/SPCDictionaryManagementUI.class/instance/unloadLanguage..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
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
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/class/empty.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,3 +1,4 @@ | ||
library | ||
empty | ||
|
||
^ self basicNew initialize. |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/class/fileExists..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,3 +1,4 @@ | ||
library | ||
fileExists: aPath | ||
|
||
^ (FileDirectory forFileName: aPath) fileExists: aPath |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.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,3 +1,4 @@ | ||
library | ||
Instance: aValue | ||
|
||
Instance := aValue |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.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,5 +1,6 @@ | ||
library | ||
instance | ||
|
||
Instance ifNil: [ | ||
Instance := SPCHunspellAPIDecorator new | ||
]. | ||
|
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/class/libraryExists.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,3 +1,4 @@ | ||
library | ||
libraryExists | ||
|
||
^ SPCHunspellAPI vmDirectory fileExists: SPCHunspellAPI moduleName |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/class/new.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,3 +1,4 @@ | ||
library | ||
new | ||
|
||
^self shouldNotImplement |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/class/new.withAffix..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
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/class/ressourceDirectory.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,3 +1,4 @@ | ||
library | ||
ressourceDirectory | ||
|
||
^ FileDirectory default |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/class/vmDirectory.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,3 +1,4 @@ | ||
library | ||
vmDirectory | ||
|
||
^ FileDirectory forFileName: Smalltalk vmFileName |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.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,3 +1,4 @@ | ||
accessing | ||
affixPath: anObject | ||
|
||
affixPath := anObject |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.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,3 +1,4 @@ | ||
accessing | ||
affixPath | ||
|
||
^ affixPath |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/instance/apiHandle..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,3 +1,4 @@ | ||
accessing | ||
apiHandle: anObject | ||
|
||
apiHandle := anObject |
2 changes: 2 additions & 0 deletions
2
packages/Spellcheck-Core.package/SPCHunspellAPI.class/instance/createHandle.affix..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: 2 additions & 0 deletions
2
packages/Spellcheck-Core.package/SPCHunspellAPI.class/instance/createHandle.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
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/instance/destroyHandle.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,6 @@ | ||
private | ||
destroyHandle | ||
|
||
(self class libraryExists and: [ self handleNotNil]) ifTrue: [ | ||
self apiDestroyHandle: self apiHandle | ||
] |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.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,3 +1,4 @@ | ||
accessing | ||
dictionaryPath: anObject | ||
|
||
dictionaryPath := anObject |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.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,3 +1,4 @@ | ||
accessing | ||
dictionaryPath | ||
|
||
^ dictionaryPath |
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
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/instance/handleNotNil.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,3 +1,4 @@ | ||
private | ||
handleNotNil | ||
|
||
^ self apiHandle isNil not |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/instance/isNilObject.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,3 +1,4 @@ | ||
accessing | ||
isNilObject | ||
|
||
^ false |
1 change: 1 addition & 0 deletions
1
packages/Spellcheck-Core.package/SPCHunspellAPI.class/instance/isWordCorrect..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
Oops, something went wrong.