feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.12k stars 49 forks source link

[GemStone] Do not require an extra remote call to get the print string of an object in the inspector #3951

Closed chisandrei closed 3 months ago

chisandrei commented 3 months ago

Right now the gemstone inspector gets all views and actions in a single remote call and then does an extra call to get the print string value. The print string should be returned together with the views and actions to avoid the extra call.

chisandrei commented 3 months ago

A single call is done now to get views, actions and gtDisplayString when inspecting remote objects.