Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] RCPTT complains when trying to use get-editbox on a content assist #20

Open
josh-jimenez opened this issue Aug 16, 2019 · 0 comments

Comments

@josh-jimenez
Copy link

josh-jimenez commented Aug 16, 2019

So we have this block of script here that runs fine on Mac OS but complains on Windows 10 saying:

The Text "[]" could not be found.

get-editor "DummyEditor" | key-type "M1+O" with [ get-window -class QuickContentOutlinePopup | get-editbox ] { set-text $control key-type Down key-type Enter }
It's a content assist pop up so we don't supply any label parameter to the get-editbox ecl command. Was wondering why rcptt complains on this with windows, but not on Mac OS.

Also, I tried recording the actual steps on the windows through the Record a snippet functionality, and it generates the exact same code and fails if you try to replay it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant