-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dddff1
commit 8975682
Showing
105 changed files
with
1,273 additions
and
1,100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Package { #name : #BaselineOfClassEditor } | ||
Package { #name : 'BaselineOfClassEditor' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Package { #name : #'DynaCASE-Cormas' } | ||
Package { #name : 'DynaCASE-Cormas' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
repository/LiveClassEditor/LUCDInheritanceController.class.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Class { | ||
#name : #LUCDInheritanceController, | ||
#superclass : #OPUmlInheritanceController, | ||
#category : 'LiveClassEditor-Controllers' | ||
#name : 'LUCDInheritanceController', | ||
#superclass : 'OPUmlInheritanceController', | ||
#category : 'LiveClassEditor-Controllers', | ||
#package : 'LiveClassEditor', | ||
#tag : 'Controllers' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 8 additions & 6 deletions
14
repository/LiveClassEditor/LiveUMLClassEditorPlugin.class.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
Class { | ||
#name : #LiveUMLClassEditorPlugin, | ||
#superclass : #OPUmlClassPlugin, | ||
#category : 'LiveClassEditor-Plugin' | ||
#name : 'LiveUMLClassEditorPlugin', | ||
#superclass : 'OPUmlClassPlugin', | ||
#category : 'LiveClassEditor-Plugin', | ||
#package : 'LiveClassEditor', | ||
#tag : 'Plugin' | ||
} | ||
|
||
{ #category : #'as yet unclassified' } | ||
{ #category : 'as yet unclassified' } | ||
LiveUMLClassEditorPlugin >> diagramControllerClass [ | ||
^ LUClassDiagramController | ||
] | ||
|
||
{ #category : #'as yet unclassified' } | ||
{ #category : 'as yet unclassified' } | ||
LiveUMLClassEditorPlugin >> modelClass [ | ||
^ OPUmlModel | ||
] | ||
|
||
{ #category : #'as yet unclassified' } | ||
{ #category : 'as yet unclassified' } | ||
LiveUMLClassEditorPlugin >> name [ | ||
^ 'Live Class Editor' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Package { #name : #LiveClassEditor } | ||
Package { #name : 'LiveClassEditor' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Extension { #name : #Object } | ||
Extension { #name : 'Object' } | ||
|
||
{ #category : #'*LiveGenerator' } | ||
{ #category : '*LiveGenerator' } | ||
Object >> asCodeGen [ | ||
^ LGGenerator on: self | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Package { #name : #LiveGenerator } | ||
Package { #name : 'LiveGenerator' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 13 additions & 11 deletions
24
repository/LiveInstanceVisualization/LIVClassBoxBuilder.class.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.