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

IDE: Run line selection does exclude images #288

Closed
tbussmann opened this issue Jan 20, 2020 · 2 comments
Closed

IDE: Run line selection does exclude images #288

tbussmann opened this issue Jan 20, 2020 · 2 comments
Assignees
Labels
bug Something isn't working fixed the problem has been fixed
Milestone

Comments

@tbussmann
Copy link

The "run selection" feature from #36 is very helpful. Unfortunately, I had to realise that if the selected code does contain an image (eg. a click(<image>) command) that image is not passed to the interpreter and an empty click( ) is performed instead. The normal Run or "run to line" do work as expected. I can reproduce this with 2.0.1 on OSX 10.9.5 using Java 12.0.2+10 and on macOS 10.13.6 using Java 13.0.1+9

@tbussmann
Copy link
Author

This can be workarounded by setting preference "show script as plain text" - unfortunately the preference "ImageLabels (off)" does not suffice.

@RaiMan RaiMan added the bug possible might be a bug - is currently evaluated label Jan 21, 2020
@RaiMan RaiMan added this to the 2.0.2 milestone Jan 21, 2020
@RaiMan RaiMan changed the title Run selection does exclude images IDE: Run line selection does exclude images Jan 21, 2020
@RaiMan RaiMan self-assigned this Jan 21, 2020
@RaiMan RaiMan modified the milestones: 2.0.2, 2.0.3 Jan 29, 2020
@RaiMan RaiMan modified the milestones: 2.0.3, 2.0.4 Feb 20, 2020
RaiMan added a commit that referenced this issue Mar 11, 2020
@RaiMan
Copy link
Owner

RaiMan commented Mar 11, 2020

fixed with commit: 9df1766

@RaiMan RaiMan closed this as completed Mar 11, 2020
@RaiMan RaiMan added bug Something isn't working fixed the problem has been fixed and removed bug possible might be a bug - is currently evaluated labels Mar 11, 2020
RaiMan added a commit that referenced this issue Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed the problem has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants