Skip to content

Release v1.0.1245

Compare
Choose a tag to compare
@JurajKubelka JurajKubelka released this 25 Oct 06:33
· 37 commits to main since this release
Release version v1.0.1245

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1245/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4petitparser2/commit/f28c78 by Tudor Girba
Merge pull request #1 from mariari/mariari/fix-inspectorview

Fix Grabbing text in the PPNode Sampler view

https://github.com/feenkcom/gt4petitparser2/commit/813ac6 by mariari
Fix Grabbing text in the PPNode Sampler view

Grabbing text for the PPNode broke, I assume it's because the UI shifted, so the `childAt: 1` is now a BrVerticalPane rather than the editor.

To make this safer I just ask for a child with the id `#editor`, which gives us the editor widget to ask text from