gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Pharo snippets: Improved about running process

Open offray opened this issue 3 years ago • 2 comments

While running Pharo snippets, the only indicator is a grayed play and inspect icon instead of loading/running bars (as show in the screenshot below). For particularly long running process, like installations with a lot of dependencies, the user doesn't know if the process is running or the image is frozen. I'm now opening a Morphic world side by side with the GT/Lepiter GUI, to track in more details what is happening, but GT should provide improved visual feedback to its users about background running processes (like when a commit is happening, for example).

image

offray avatar Jul 24 '22 15:07 offray

Have you tried to wrap your code in a [ ... ] fork?

girba avatar Jul 24 '22 20:07 girba

I will. But that would not address the principle of least surprise regarding user experience. Other users would not start by forking a block and would they expect some GUI feedback about background running processes as happens with Jupyter or Elixir's LiveBook.

offray avatar Jul 25 '22 14:07 offray