Skip to content

Commit

Permalink
Merge pull request #1206 from moosetechnology/fix-moosepy-menu
Browse files Browse the repository at this point in the history
Add missing method to have the moose py menu
  • Loading branch information
jecisc authored Oct 21, 2024
2 parents 5b6b858 + 195aaac commit e48617f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MooseIDE-Core/MooseAbstractLoadFamixMenuCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Class {
#category : #'MooseIDE-Core-MenuBar'
}

{ #category : #testing }
MooseAbstractLoadFamixMenuCommand class >> isAbstract [
^ self = MooseAbstractLoadFamixMenuCommand
]

{ #category : #accessing }
MooseAbstractLoadFamixMenuCommand class >> menuPriority [

Expand Down
7 changes: 7 additions & 0 deletions src/MooseIDE-Core/MooseLoadMoosePyMenuCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ MooseLoadMoosePyMenuCommand class >> label [
^ 'MoosePy'
]

{ #category : #'world menu' }
MooseLoadMoosePyMenuCommand class >> menuCommandOn: aBuilder [

<worldMenu>
^ self menuCommandOn: aBuilder forCommand: self
]

{ #category : #accessing }
MooseLoadMoosePyMenuCommand class >> menuPriority [

Expand Down

0 comments on commit e48617f

Please sign in to comment.