Better classification for methods
This commit is contained in:
@@ -7,7 +7,7 @@ Class {
|
|||||||
#category : #'Carp-Coder'
|
#category : #'Carp-Coder'
|
||||||
}
|
}
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #'ui building' }
|
||||||
CarpDefinitionsElement >> addDefinitionEditorShortcutsTo: aPropertiesElement [
|
CarpDefinitionsElement >> addDefinitionEditorShortcutsTo: aPropertiesElement [
|
||||||
|
|
||||||
aPropertiesElement addShortcut: (BlShortcutWithAction new
|
aPropertiesElement addShortcut: (BlShortcutWithAction new
|
||||||
@@ -35,7 +35,7 @@ CarpDefinitionsElement >> addDefinitionEditorShortcutsTo: aPropertiesElement [
|
|||||||
aNextFocusElement requestFocus ] ] ])
|
aNextFocusElement requestFocus ] ] ])
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #'ui building' }
|
||||||
CarpDefinitionsElement >> buildDefinitionEditor [
|
CarpDefinitionsElement >> buildDefinitionEditor [
|
||||||
|
|
||||||
| theProperties |
|
| theProperties |
|
||||||
@@ -51,7 +51,7 @@ CarpDefinitionsElement >> buildDefinitionEditor [
|
|||||||
^ theProperties
|
^ theProperties
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #'ui building' }
|
||||||
CarpDefinitionsElement >> buildDefinitionReader [
|
CarpDefinitionsElement >> buildDefinitionReader [
|
||||||
|
|
||||||
| theProperties theReaders |
|
| theProperties theReaders |
|
||||||
@@ -66,7 +66,7 @@ CarpDefinitionsElement >> buildDefinitionReader [
|
|||||||
^ theProperties
|
^ theProperties
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #initialization }
|
||||||
CarpDefinitionsElement >> initialize [
|
CarpDefinitionsElement >> initialize [
|
||||||
super initialize.
|
super initialize.
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ CarpDefinitionsElement >> module: aCarpModule [
|
|||||||
self updateElements
|
self updateElements
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #'ui building' }
|
||||||
CarpDefinitionsElement >> updateElements [
|
CarpDefinitionsElement >> updateElements [
|
||||||
|
|
||||||
self header: [
|
self header: [
|
||||||
|
@@ -30,7 +30,7 @@ CarpModule >> addUse: aString [
|
|||||||
uses add: aString
|
uses add: aString
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #coders }
|
||||||
CarpModule >> carpCoderCommentsFor: aView [
|
CarpModule >> carpCoderCommentsFor: aView [
|
||||||
|
|
||||||
<gtModuleView>
|
<gtModuleView>
|
||||||
@@ -64,7 +64,7 @@ CarpModule >> carpCoderCommentsFor: aView [
|
|||||||
aTab viewContentElement children first text: self documentation ]
|
aTab viewContentElement children first text: self documentation ]
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #coders }
|
||||||
CarpModule >> carpCoderStreamingMethodsFor: aView context: aPhlowContext [
|
CarpModule >> carpCoderStreamingMethodsFor: aView context: aPhlowContext [
|
||||||
<gtModuleView>
|
<gtModuleView>
|
||||||
| aMethodsCoder aMethodsCoderViewModel aNewMethodCoderHolder |
|
| aMethodsCoder aMethodsCoderViewModel aNewMethodCoderHolder |
|
||||||
@@ -171,7 +171,7 @@ CarpModule >> uses [
|
|||||||
^ uses
|
^ uses
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #magritte }
|
||||||
CarpModule >> usesDescription [
|
CarpModule >> usesDescription [
|
||||||
|
|
||||||
<magritteDescription>
|
<magritteDescription>
|
||||||
|
Reference in New Issue
Block a user