File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ GtTextualCoder >> addContextMenuItemWithNoShortcutFrom: shortcut withId: menuId
5757{ #category : #' *GToolkit-Coder-AddOns' }
5858GtTextualCoder >> addCopyCutPasteContextMenuAddOnsAst: anAst to: coderAddOns [
5959 < gtCoderContextMenuAddOns: 1000 >
60+ < gtCoderContextMenuAddOns>
6061 (self
6162 addContextMenuItemFrom: BrEditorShortcut cut
6263 withId: GtTextualCoderCutContextMenuItemId
Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ GtCoderModel class >> gtContextMenuAddOnsFor: aView [
7878 priority: 45.1 ;
7979 object: [ (GtSearchMethodsInClassFilter new
8080 forClass: self ;
81- includeSuperclass: true ) & self contextMenuAddOnsPragma gtPragmas ];
81+ includeSuperclass: true ) & (self contextMenuAddOnsPragma gtPragmas
82+ | GtCoderModel contextMenuAddOnsPragma gtAsReader gtPragmas) ];
8283 view: #gtItemsFor: ;
8384 actionButtonIcon: BrGlamorousVectorIcons inspect
8485 tooltip: ' Inspect Addons'
You can’t perform that action at this time.
0 commit comments