Browse Source

Better ghost text for Helios spotlight

Nicolas Petton 9 years ago
parent
commit
a015bbc56f
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/Helios-Core.js
  2. 1 1
      src/Helios-Core.st

+ 2 - 2
src/Helios-Core.js

@@ -8642,12 +8642,12 @@ selector: "ghostText",
 protocol: 'accessing',
 fn: function (){
 var self=this;
-return "Search...";
+return "Search... (Ctrl+F)";
 
 },
 //>>excludeStart("ide", pragmas.excludeIdeData);
 args: [],
-source: "ghostText\x0a\x09^ 'Search...'",
+source: "ghostText\x0a\x09^ 'Search... (Ctrl+F)'",
 referencedClasses: [],
 //>>excludeEnd("ide");
 messageSends: []

+ 1 - 1
src/Helios-Core.st

@@ -1992,7 +1992,7 @@ HLWidget subclass: #HLSpotlightWidget
 !HLSpotlightWidget methodsFor: 'accessing'!
 
 ghostText
-	^ 'Search...'
+	^ 'Search... (Ctrl+F)'
 !
 
 inputCompletion