Skip to content

Release v1.0.492

Compare
Choose a tag to compare
@JurajKubelka JurajKubelka released this 08 Feb 10:27
· 381 commits to main since this release
Release version v1.0.492

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

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/Bloc/commit/3ebae4 by Don Roberts
Fix interval view for unattributed text

https://github.com/feenkcom/Brick/commit/65f311 by Tudor Girba
add asAptitude feenkcom/gtoolkit#3602

https://github.com/feenkcom/gtoolkit-phlow/commit/333edf by Tudor Girba
update the message in the aptitude setter from text view. Use aptitude instead of look feenkcom/gtoolkit#3602

https://github.com/feenkcom/gtoolkit-phlow/commit/ed0b91 by Andrei Chiș
Add GtPhlowTextView>>#stylerSpecification

https://github.com/feenkcom/gtoolkit-phlow/commit/448c52 by Andrei Chiș
Add for now a model for styler specification to phlow

https://github.com/feenkcom/gtoolkit-phlow/commit/20f964 by Andrei Chiș
Rename #styler to #stylerComputation

https://github.com/feenkcom/gtoolkit-coder/commit/552269 by Juraj Kubelka
fix `TGtVariablesBindings>>#bindingValueOf:ifPresent:ifAbsent:` [feenkcom/gtoolkit#3600]

it must return results

https://github.com/feenkcom/gtoolkit-coder/commit/a98f9b by Juraj Kubelka
fix `#bindingValueOf:` [feenkcom/gtoolkit#3600]

https://github.com/feenkcom/gt4pharo/commit/0d5bf1 by Juraj Kubelka
Merge 31c51ce84702a4b5403bc487c99713cebe3574bb

https://github.com/feenkcom/gt4pharo/commit/635da2 by Juraj Kubelka
code cleaning [feenkcom/gtoolkit#3600]

It is always a doIt method.

https://github.com/feenkcom/gt4pharo/commit/1165a8 by Juraj Kubelka
detect executable methods [feenkcom/gtoolkit#3600]

Methods with method argument bindings can be also executed. We therefore display play buttons. 

https://github.com/feenkcom/gt4pharo/commit/eb96d8 by Juraj Kubelka
add literal argument bindings  [feenkcom/gtoolkit#3600]

https://github.com/feenkcom/gt4pharo/commit/c80180 by Juraj Kubelka
code cleaning [feenkcom/gtoolkit#3600]

https://github.com/feenkcom/gt4pharo/commit/690c81 by Juraj Kubelka
refactor argument bindings to `GtPharoArgumentBindingsBuilder` [feenkcom/gtoolkit#3600]

https://github.com/feenkcom/gt4pharo/commit/0ef7ee by Juraj Kubelka
set embedded method argument values [feenkcom/gtoolkit#3600]

https://github.com/feenkcom/gtoolkit-debugger/commit/8cbfa9 by Juraj Kubelka
exemplify executable methods with argument bindings [feenkcom/gtoolkit#3600]

https://github.com/feenkcom/gtoolkit-debugger/commit/b5cc72 by Juraj Kubelka
add literal argument bindings example  [feenkcom/gtoolkit#3600]

https://github.com/feenkcom/gtoolkit-debugger/commit/c4075e by Juraj Kubelka
exemplify embedded method argument values [feenkcom/gtoolkit#3600]

https://github.com/feenkcom/PythonBridge/commit/962b14 by Don Roberts
Merge branch 'main' of https://github.com/feenkcom/PythonBridge


https://github.com/feenkcom/PythonBridge/commit/057fc7 by Don Roberts
Update telemetry events


https://github.com/feenkcom/PythonBridge/commit/11a799 by svenvc
PyPI 0.0.11


https://github.com/feenkcom/PythonBridge/commit/5100b8 by svenvc
add set gtView
change range gtView to show all elements
fix precedence issues when 2 gtViews use the same name


https://github.com/feenkcom/pharo-debugadapterprotocol/commit/e70e44 by John Brant
[feenkcom/gtoolkit#3576] terminate session when closing debugger to enable buttons

https://github.com/feenkcom/gtoolkit-remote/commit/b57a4d by Andrei Chiș
Use the new assertion for styled text

https://github.com/feenkcom/gtoolkit-remote/commit/4069f1 by Andrei Chiș
Fix examples for styled text

https://github.com/feenkcom/gtoolkit-remote/commit/2dbf47 by Andrei Chiș
Update generated gs code


https://github.com/feenkcom/gtoolkit-remote/commit/ac53c6 by Andrei Chiș
Add #printOn: for phlow subtext

https://github.com/feenkcom/gtoolkit-remote/commit/da3567 by Andrei Chiș
Fixes for test styling in GemStone


https://github.com/feenkcom/gtoolkit-remote/commit/cd83ea by Andrei Chiș
Move for now GtPhlowViewSpecification>>#gtViewJSONFor: to RemoteGt as it does not load into GemStone

https://github.com/feenkcom/gtoolkit-remote/commit/45b363 by Andrei Chiș
Add package `GToolkit-RemotePhlow-Text` to Rown spec

https://github.com/feenkcom/gtoolkit-remote/commit/81bb06 by Andrei Chiș
Add examples for styled text

https://github.com/feenkcom/gtoolkit-remote/commit/e62658 by Andrei Chiș
Add support for basic text views in remote-phlow

https://github.com/feenkcom/gtoolkit-remote/commit/2e1f94 by Andrei Chiș
Add missing method

https://github.com/feenkcom/gtoolkit-remote/commit/c0c6f0 by Andrei Chiș
Some renames in the text editor view specification

https://github.com/feenkcom/gtoolkit-remote/commit/89cc0c by Andrei Chiș
Fix typo

https://github.com/feenkcom/gtoolkit-remote/commit/09990b by Andrei Chiș
Rename GtRemotePhlowText to GtRemotePhlowStylableText

https://github.com/feenkcom/gtoolkit-remote/commit/47307d by Andrei Chiș
Pass over the remote text editor view

https://github.com/feenkcom/gtoolkit-world/commit/d6b3fd by onierstrasz
Added GtJobHomeCard for running background jobs

https://github.com/feenkcom/gtoolkit-world/commit/0875c4 by onierstrasz
Added an empty card with a test example.

https://github.com/feenkcom/gt4gemstone/commit/1d3a7e by Andrei Chiș
Remove not needed assertion

https://github.com/feenkcom/gt4gemstone/commit/60f543 by Andrei Chiș
Fix example for styled text

https://github.com/feenkcom/gt4gemstone/commit/852e52 by Andrei Chiș
Add GemStone proxies for view specifications

https://github.com/feenkcom/gtoolkit/commit/fd25b5 by svenvc
Merge a37ef457aa892a0418b6885a002e2cb4ed0938ce

https://github.com/feenkcom/gtoolkit/commit/ce6e59 by svenvc
Updating some Python pages to follow new API