[Pharo-project] Alt-. does not work anymore on Linux or?
It's not a Linux issue. When I run (Delay forSeconds: 5) wait on Win32 with Pharo 2.0 I can also not interrupt it using ALT+. I checked and "UserInterruptHandler cmdDotEnabled" returns true in my image. Havent digged deeper. Can you please open an issue? Thx T.
Thanks. Now I see why my image hung when doing: true whileTrue: [(Delay forSeconds: 5) wait. do-something-else] I also tried to interrupt it, but was not able. Only in the "do-something-else" it would have worked, but the time-frame was too small. 2012/11/29 Torsten Bergmann <astares@gmx.de>:
It's not a Linux issue. When I run
(Delay forSeconds: 5) wait
on Win32 with Pharo 2.0 I can also not interrupt it using ALT+.
I checked and "UserInterruptHandler cmdDotEnabled" returns true in my image. Havent digged deeper.
Can you please open an issue?
Thx T.
participants (2)
-
Sebastian Nozzi -
Torsten Bergmann