Skip to content

Commit

Permalink
Recategorize uncategorized methods
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Aug 2, 2022
1 parent 0b997fd commit 04f4d48
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
accessing
isActivatable
^ false
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
copying
postCopy
super postCopy.
self
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
clicking
onClick: anM2DrawingContext
super onClick: anM2DrawingContext.
anM2DrawingContext cachedTool: #select put: (self tool: anM2DrawingContext)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
tool
createTool

^ M2TextTool new
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
accessing
icon
^ MorphicMonetIcons editIcon

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
accessing
label
^ 'Add text'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
tool
toolName

^ #text
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
tool
createTool

^ M2TextFontTool new
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
tool
toolName

^ #font
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
as yet unclassified
cursor
cursor
^ (CursorWithAlpha fromIcon: MorphicMonetIcons paintCanIcon) asCursorForm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
motion
startAt: aPoint
super startAt: aPoint.
self backend fillShapeAt: aPoint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nil
motion
beforeStart
self nextStartFinishes ifFalse: [super beforeStart]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
initialize-release
initialize
super initialize.
self morph extent: 0 @ 0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
activating
activate

super activate.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
activating
activate

super activate.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
font
chooseFont

self temporaryTextMorph promptForFont
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
text
commitText
| position |
position := self temporaryTextMorph positionRelativeToCanvas.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
text
createTextMorph

self temporaryTextMorph: M2TemporaryTextMorph new
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
cursor
cursor

^ Cursor text asCursorForm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
activating
deactivate

super deactivate.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
initialize-release
initialize

super initialize.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
text
projectText: aString styled: aTextStyle colored: aColor at: aPoint
| textMorph |
textMorph := TextMorph new
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
updating
update: anUpdate

anUpdate == #currentColor ifTrue: [ self temporaryTextMorph textColor: self context currentColor ]

0 comments on commit 04f4d48

Please sign in to comment.