Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3574)

Unified Diff: editor/ft/Code Lab Legacy.suite/Scripts/toggleHints.script

Issue 121653003: Functional test: text search, edit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « editor/ft/Code Lab Legacy.suite/Scripts/openLab.script ('k') | editor/ft/Code Lab Legacy.suite/SuiteInfo » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/ft/Code Lab Legacy.suite/Scripts/toggleHints.script
diff --git a/editor/ft/Code Lab Legacy.suite/Scripts/toggleHints.script b/editor/ft/Code Lab Legacy.suite/Scripts/toggleHints.script
new file mode 100644
index 0000000000000000000000000000000000000000..6e8df23b1e121e3019581f175a0d1867c07d8dac
--- /dev/null
+++ b/editor/ft/Code Lab Legacy.suite/Scripts/toggleHints.script
@@ -0,0 +1,11 @@
+if util's isMacOSX then
+ Run util's selectMenuItem "Dart Editor", "Preferences"
+else if util's isLinux then
+ Run util's selectMenuItem "Tools", "Preferences"
+else (* windows *)
+ Run util's selectMenuItem "Tools", "Preferences"
+end if
+Click (Text:"Hints",CaseSensitive:"yes",ValidCharacters:"*",IgnoreSpaces:"yes",dpi:94)
+Click (Text:"Display Hints",CaseSensitive:"yes",ValidCharacters:"*",IgnoreSpaces:"yes",dpi:94)
+Typetext enter
+Run util's openWelcomePage
« no previous file with comments | « editor/ft/Code Lab Legacy.suite/Scripts/openLab.script ('k') | editor/ft/Code Lab Legacy.suite/SuiteInfo » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698