Skip to content

Commit

Permalink
Add script pragmas to CriticBrowser
Browse files Browse the repository at this point in the history
Fix #8034
  • Loading branch information
astares committed Dec 10, 2020
1 parent 8c0d9a9 commit db5591d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Tool-CriticBrowser/CriticBrowser.class.st
Expand Up @@ -75,7 +75,8 @@ CriticBrowser class >> icon [

{ #category : #'instance creation' }
CriticBrowser class >> open [

<script>

| env rules |
rules := RBCompositeLintRule allGoodRules rules.
env := RBBrowserEnvironment default.
Expand All @@ -84,7 +85,8 @@ CriticBrowser class >> open [

{ #category : #menu }
CriticBrowser class >> openOnCurrentWorkingConfiguration [

<script>

CriticWorkingConfiguration exists
ifTrue: [ ResetWindow new openWithSpec ]
ifFalse: [ SelectPackageBrowser open]
Expand Down

0 comments on commit db5591d

Please sign in to comment.