Skip to content

Commit

Permalink
Merge pull request #636 from MarcusDenker/248-Definition-pane-on-clas…
Browse files Browse the repository at this point in the history
…s-inspector-should-let-the-user-edit-the-text-and-the-context-should-be-the-class-

248-Definition-pane-on-class-inspector-should-let-the-user-edit-the-text-and-the-context-should-be-the-class-
  • Loading branch information
jecisc authored Dec 14, 2023
2 parents 00c51ee + 9ad516e commit 10a107a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/NewTools-Inspector-Extensions/Class.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Class >> inspectionClassDefinition [

<inspectorPresentationOrder: 915 title: 'Definition'>
^ SpCodePresenter new
beForScripting;
beForObject: self;
text: self definitionString;
beNotEditable
whenSubmitDo: [ :code | (Smalltalk compiler evaluate: code) fluidInstall ]
]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Extension { #name : 'RPackage' }
Extension { #name : 'Package' }

{ #category : '*NewTools-Inspector-Extensions' }
RPackage >> baselineInspector [
Package >> baselineInspector [

<inspectorPresentationOrder: 2 title: 'Belongs to Baselines'>
| items |
Expand All @@ -12,7 +12,7 @@ RPackage >> baselineInspector [
]

{ #category : '*NewTools-Inspector-Extensions' }
RPackage >> overwiew [
Package >> overwiew [

<inspectorPresentationOrder: 1 title: 'Overwiew'>
| items |
Expand Down

0 comments on commit 10a107a

Please sign in to comment.