Better classification for methods

This commit is contained in:
2022-04-18 20:51:09 +02:00
parent 8ed61d6819
commit e0de93cc0d
2 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ Class {
#category : #'Carp-Coder'
}
{ #category : #accessing }
{ #category : #'ui building' }
CarpDefinitionsElement >> addDefinitionEditorShortcutsTo: aPropertiesElement [
aPropertiesElement addShortcut: (BlShortcutWithAction new
@@ -35,7 +35,7 @@ CarpDefinitionsElement >> addDefinitionEditorShortcutsTo: aPropertiesElement [
aNextFocusElement requestFocus ] ] ])
]
{ #category : #accessing }
{ #category : #'ui building' }
CarpDefinitionsElement >> buildDefinitionEditor [
| theProperties |
@@ -51,7 +51,7 @@ CarpDefinitionsElement >> buildDefinitionEditor [
^ theProperties
]
{ #category : #accessing }
{ #category : #'ui building' }
CarpDefinitionsElement >> buildDefinitionReader [
| theProperties theReaders |
@@ -66,7 +66,7 @@ CarpDefinitionsElement >> buildDefinitionReader [
^ theProperties
]
{ #category : #accessing }
{ #category : #initialization }
CarpDefinitionsElement >> initialize [
super initialize.
@@ -87,7 +87,7 @@ CarpDefinitionsElement >> module: aCarpModule [
self updateElements
]
{ #category : #accessing }
{ #category : #'ui building' }
CarpDefinitionsElement >> updateElements [
self header: [

View File

@@ -30,7 +30,7 @@ CarpModule >> addUse: aString [
uses add: aString
]
{ #category : #accessing }
{ #category : #coders }
CarpModule >> carpCoderCommentsFor: aView [
<gtModuleView>
@@ -64,7 +64,7 @@ CarpModule >> carpCoderCommentsFor: aView [
aTab viewContentElement children first text: self documentation ]
]
{ #category : #accessing }
{ #category : #coders }
CarpModule >> carpCoderStreamingMethodsFor: aView context: aPhlowContext [
<gtModuleView>
| aMethodsCoder aMethodsCoderViewModel aNewMethodCoderHolder |
@@ -171,7 +171,7 @@ CarpModule >> uses [
^ uses
]
{ #category : #accessing }
{ #category : #magritte }
CarpModule >> usesDescription [
<magritteDescription>