Skip to content

Commit

Permalink
Tag classes in Text-Edition package
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Jun 15, 2020
1 parent 517ceb4 commit ca2ad14
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Text-Edition/EditingState.class.st
Expand Up @@ -59,7 +59,7 @@ Class {
'lastParenLocation',
'mouseDownInterval'
],
#category : #'Text-Edition'
#category : #'Text-Edition-Utilities'
}

{ #category : #'undo-redo' }
Expand Down
2 changes: 1 addition & 1 deletion src/Text-Edition/EditorFindReplaceDialogWindow.class.st
Expand Up @@ -16,7 +16,7 @@ Class {
#classInstVars : [
'defaultFindReplaceServiceClass'
],
#category : #'Text-Edition'
#category : #'Text-Edition-UI'
}

{ #category : #initializing }
Expand Down
2 changes: 1 addition & 1 deletion src/Text-Edition/FindReplaceService.class.st
Expand Up @@ -14,7 +14,7 @@ Class {
'findStartIndex',
'isRegex'
],
#category : #'Text-Edition'
#category : #'Text-Edition-Services'
}

{ #category : #'instance creation' }
Expand Down
2 changes: 1 addition & 1 deletion src/Text-Edition/SelectorChooserMorph.class.st
Expand Up @@ -21,7 +21,7 @@ Class {
'prefix',
'requestorPos'
],
#category : #'Text-Edition'
#category : #'Text-Edition-UI'
}

{ #category : #opening }
Expand Down
2 changes: 1 addition & 1 deletion src/Text-Edition/SmalltalkEditingState.class.st
Expand Up @@ -15,7 +15,7 @@ Class {
#instVars : [
'selectorChooser'
],
#category : #'Text-Edition'
#category : #'Text-Edition-Utilities'
}

{ #category : #'selector-chooser' }
Expand Down
2 changes: 1 addition & 1 deletion src/Text-Edition/TextEditor.class.st
Expand Up @@ -28,7 +28,7 @@ Class {
'shiftCmdActions',
'defaultFindReplaceServiceClass'
],
#category : #'Text-Edition'
#category : #'Text-Edition-Editor'
}

{ #category : #settings }
Expand Down
2 changes: 1 addition & 1 deletion src/Text-Edition/TextSelectionColor.class.st
Expand Up @@ -22,7 +22,7 @@ Class {
'PrimarySelection',
'SecondarySelection'
],
#category : #'Text-Edition'
#category : #'Text-Edition-Utilities'
}

{ #category : #cleaning }
Expand Down

0 comments on commit ca2ad14

Please sign in to comment.