Skip to content

Commit

Permalink
Categorize methods
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Oct 1, 2023
1 parent 7bed926 commit e7e6062
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
encodings
allCompatibleMappersFromStream: aStream
^ self assetMapperClasses gather: [:each |
aStream reset.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
encodings
compatibleMappersFromStream: aStream
^ self validEncodings gather: [:each | | mapper |
mapper := self new
Expand Down
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.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
accessing
assetTypeName
^ 'Image'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
accessing
diffText
^ SquotTextUtilities
diffFromLines: self oldMapperLines
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
accessing
mappersToLines: aCollection
^ (aCollection collect: #name) sorted
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
accessing
newMapperLines
^ self mappersToLines: self newMappers
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
accessing
oldMapperLines
^ self mappersToLines: self oldMappers
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
event handling
actOnClickFor: model
^ self eval: {model}
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}
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}
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}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
evaluating
eval: argumentsCollection
^ evalBlock valueWithEnoughArguments: argumentsCollection
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
evaluation
evaluate: aString notifying: requestor ifFail: aBlock
^ self class evaluatorClass new
evaluate: aString
Expand Down
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;
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
accessing
assetTypeName
^ 'Sound'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
printing
printOn: aStream
aStream
nextPutAll: 'Package ';
Expand Down

0 comments on commit e7e6062

Please sign in to comment.