| 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
|
|
|