-
Notifications
You must be signed in to change notification settings - Fork 10
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
Flip-flopping Schrödinger's cat #392
Comments
Very strange. I don't use workgroups much but this may have to do with the default language for Additionally, there is code that finds the first Let me see if I can reproduce this :) |
Yes, this is because the default language mode for |
Note: you will need to add a |
* Fix #392 * Bump version * Update tests to be default-lang-independent
Description
If you have a Workgroup with several v1 scripts open (all scripts have had v1 mode selected and all tabs have blue icons) - if you close and re-open the Workgroup, only the tab/s that had focus prior to closing the Workgroup will display the blue icon, all other tab icons will now be green, supposedly indicating v2, until they are each individually clicked on.
One Workgroup I have has 30+ tabs open with v1 scripts, and all except 2 are identified as v2 when the Workgroup is re-opened until the v1 scripts are re-clicked on - that is all except for some that remain green, I think due to ambiguous code that is common to both v1 and v2 in which case you have to re-select the v1 language mode for each instance.
Hence, 'Schrödinger's Cat' as you don't know if the code is v1 or v2 until you open the box. 😊
Additional context
v1-v2_FlipFlop.mp4
Rinse and repeat.
The text was updated successfully, but these errors were encountered: