-
When I click on the Morphic world button Glamorous Toolkit crashes and is automatically closed on Gnome.
In EXWM a window is opened but remains unresponsive.
Release in question is the latest 1.…
-
In Glamorous Toolkit v1.0.1024, GtTranscript implements `#flush` but not `#endEntry`, it should probably implement the latter as well for compatibility with ThreadSafeTranscript (on which `#flush` is …
-
Using Glamorous Toolkit v1.0.977, double-clicking a word in a System Browser does not select the entire word as is the case in Pharo 11 build 726. See the screenshots below, I double-clicked the ‘t’ i…
-
**Describe the bug**
Latest Image 1168 and VM.
There is no Chinese character input prompter box.
Pharo 80 Chinese character input works fine.
Use 80X64 VM to open Pharo 90.
Chinese character…
-
I get a lot of debug messages like
` stepContents: 'LiterateServer class>>apiEvalBindings: (GTInspector is Undeclare...etc...`
so I suspect your code depends on the GTInspect package which is …
-
When I launch gt there is a widget with the label "Glamorous Toolkit Book" and what appears to be a button labeled "Read more". Clicking on that button doesn't do anything.
-
When I launch gt there is a widget with the label "Glamorous Toolkit Book" and what appears to be a button labeled "Read more". Clicking on that button doesn't do anything.
-
Inspired by #3819, I tried to follow the instructions in the GT book.
1. The ability to easily recover the repo is a **game changer**. This was the hardest part and IMO often the barrier to contrib…
-
Using Glamorous Toolkit v1.0.977, when stepping in the debugger, it doesn’t maintain the scroll position as demonstrated in the video below: after I’ve scrolled down in the method, clicking ‘Step over…
-
Child processes created through `#system:` or `#resultOfCommand:` keep open copies of the file descriptors of the Pharo VM process. In the following example, this poses a problem: the second send of `…