1
0

2 Komitmen ab3fe8abf5 ... c18f9354a4

Pembuat SHA1 Pesan Tanggal
  Mariano Montone c18f9354a4 Find references commands 2 tahun lalu
  Mariano Montone ab3fe8abf5 Find references commands 2 tahun lalu
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 2 2
      src/Helios-Commands-Tools.js
  2. 2 2
      src/Helios-Commands-Tools.st

+ 2 - 2
src/Helios-Commands-Tools.js

@@ -857,7 +857,7 @@ $globals.HLFindClassReferencesCommand);
 $core.addMethod(
 $core.method({
 selector: "menuLabel",
-protocol: "as yet unclassified",
+protocol: "accessing",
 //>>excludeStart("ide", pragmas.excludeIdeData);
 args: [],
 source: "menuLabel\x0a\x09^ 'Find class references...'",
@@ -964,7 +964,7 @@ $globals.HLFindMethodReferencesCommand);
 $core.addMethod(
 $core.method({
 selector: "menuLabel",
-protocol: "as yet unclassified",
+protocol: "accessing",
 //>>excludeStart("ide", pragmas.excludeIdeData);
 args: [],
 source: "menuLabel\x0a\x09^ 'Find method references...'",

+ 2 - 2
src/Helios-Commands-Tools.st

@@ -254,7 +254,7 @@ isInputRequired
 	^ false
 ! !
 
-!HLFindClassReferencesCommand class methodsFor: 'as yet unclassified'!
+!HLFindClassReferencesCommand class methodsFor: 'accessing'!
 
 menuLabel
 	^ 'Find class references...'
@@ -289,7 +289,7 @@ isInputRequired
 	^ false
 ! !
 
-!HLFindMethodReferencesCommand class methodsFor: 'as yet unclassified'!
+!HLFindMethodReferencesCommand class methodsFor: 'accessing'!
 
 menuLabel
 	^ 'Find method references...'