-
Notifications
You must be signed in to change notification settings - Fork 2
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
GUI: Ctrl + C doesn't work in scripting window [timebox: 4] #4736
Comments
Note that this isn't broken on my developer machine or for @Tom-Willemsen but I have confirmed that it is currently broken on GEM. |
We should also try and find out if this is happening on other instrument machines |
I've tried copying the GEM client on to my machine, ctrl-c successfully stops a script. We need to have a closer look at the GEM instrument machine. I've asked for permission from the the instrument scientists to have a look during the beam-off day next week, or whenever they have a free moment to get in touch (Impeded until we get a look at the machine) |
Steps to reproduce the bug:
|
We have spent a few days trying to find a solution to this bug, we need to repoint this and think about its priority. This is a summary of the work done so far: The IBEX reset layout button makes a direct call to The eclipse 4 IDE codebase uses a different call to get the active workbench/page to reset the perspective:
This method requires passing an |
I think there are probably around 3 points left on this ticket. This is because I expect getting an e4-style handler working in IBEX to be very fiddly. |
As a user of GEM I would like to be able to stop a script with
Ctrl+C
in the scripting window. As part of this ticket we should introduce regression tests to make sure this doesn't happen again.The text was updated successfully, but these errors were encountered: