-
Notifications
You must be signed in to change notification settings - Fork 29
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
18 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotAssetMapper.class/class/allCompatibleMappersFromStream..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
src/Squot.package/SquotAssetMapper.class/class/compatibleMappersFromStream..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
src/Squot.package/SquotAssetMapper.class/instance/materialize.in..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,3 @@ | ||
as yet unclassified | ||
changes-operations | ||
materialize: anObject in: aWorkingCopy | ||
aWorkingCopy materializedAt: self path put: anObject. |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotImageMapper.class/class/assetTypeName.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,3 @@ | ||
as yet unclassified | ||
accessing | ||
assetTypeName | ||
^ 'Image' |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotMappersChange.class/instance/diffText.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 | ||
diffText | ||
^ SquotTextUtilities | ||
diffFromLines: self oldMapperLines | ||
|
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotMappersChange.class/instance/mappersToLines..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,3 @@ | ||
as yet unclassified | ||
accessing | ||
mappersToLines: aCollection | ||
^ (aCollection collect: #name) sorted |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotMappersChange.class/instance/newMapperLines.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,3 @@ | ||
as yet unclassified | ||
accessing | ||
newMapperLines | ||
^ self mappersToLines: self newMappers |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotMappersChange.class/instance/oldMapperLines.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,3 @@ | ||
as yet unclassified | ||
accessing | ||
oldMapperLines | ||
^ self mappersToLines: self oldMappers |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotPluggableTextAction.class/instance/actOnClickFor..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,3 @@ | ||
as yet unclassified | ||
event handling | ||
actOnClickFor: model | ||
^ self eval: {model} |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotPluggableTextAction.class/instance/actOnClickFor.in..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,3 @@ | ||
as yet unclassified | ||
mouse events | ||
actOnClickFor: model in: aParagraph | ||
^ self eval: {model. aParagraph} |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotPluggableTextAction.class/instance/actOnClickFor.in.at..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,3 @@ | ||
as yet unclassified | ||
mouse events | ||
actOnClickFor: model in: aParagraph at: clickPoint | ||
^ self eval: {model. aParagraph. clickPoint} |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotPluggableTextAction.class/instance/actOnClickFor.in.at.editor..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,3 @@ | ||
as yet unclassified | ||
mouse events | ||
actOnClickFor: model in: aParagraph at: clickPoint editor: editor | ||
^ self eval: {model. aParagraph. clickPoint. editor} |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotPluggableTextAction.class/instance/eval..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,3 @@ | ||
as yet unclassified | ||
evaluating | ||
eval: argumentsCollection | ||
^ evalBlock valueWithEnoughArguments: argumentsCollection |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotPluggableWorkspace.class/instance/evaluate.notifying.ifFail..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
src/Squot.package/SquotRemotesBrowser.class/class/onWorkingCopy..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 | ||
instance creation | ||
onWorkingCopy: aWorkingCopy | ||
^ self new | ||
workingCopy: aWorkingCopy; | ||
|
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotRemotesBrowser.class/class/openOnWorkingCopy..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 | ||
instance creation | ||
openOnWorkingCopy: aWorkingCopy | ||
^ (self onWorkingCopy: aWorkingCopy) | ||
open |
2 changes: 1 addition & 1 deletion
2
src/Squot.package/SquotSoundMapper.class/class/assetTypeName.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,3 @@ | ||
as yet unclassified | ||
accessing | ||
assetTypeName | ||
^ 'Sound' |
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 | ||
printing | ||
printOn: aStream | ||
aStream | ||
nextPutAll: 'Package '; | ||
|