Skip to content

Releases: feenkcom/gt4gemstone-old

gt4gemstone version 0.5

09 May 09:47
Compare
Choose a tag to compare

This version brings better support for code browsing by adding Senders, Implementors and References browsers. Also it simplifies installation on a standard GemStone installation without GsDevKit.

gt4gemstone version 0.4

01 Apr 14:42
Compare
Choose a tag to compare

The version comes with a remote code browser as well as well as an implementation of a proxy that can work with a standard GemStone installation that does not require gt4gemstone to be present in the remote stone. This version also works in both Pharo 5 and Pharo 6. For Pharo 6 it requires no changes to existing tool and reuses the debugger and inspector interfaces present in Pharo 6.

gt4gemstone version 0.3

16 Dec 12:54
Compare
Choose a tag to compare

The version comes with an overhaul of the way the raw view and the collections view are being handled which provides significant speedup when working with these views. The speedup is achieved through lazy loading and, in the case of the collection views, it is also doubled by a pagination widget.

gt4gemstone version 0.2

20 Nov 13:51
Compare
Choose a tag to compare

The version comes with two features:

  • it loads cleanly on a plain GemStone/S 3.3.0.
  • it includes a preliminary version of a debugger featuring the stack, code, inspector as well as basic actions for proceed, restart, step into, step over, and through.

Gt4Gemstone version 0.1

17 Oct 20:40
Compare
Choose a tag to compare

Gt4Gemstone version 0.1. This includes:

  • Remote Playground
  • Remote Inspector with multiple presentations per object. Currently the following presentations are available: tree, list, table and text.

For GemStone/S 3.3.0

A stone using version 0.1 can be created using the following script:

createStone -u http://ws.stfx.eu/ARUCDMZCLM7J?format=text -i Gt4Gemstone -l Gt4Gemstone Gt4Gemstone33 3.3.0

For detailed installation instructions consult the Readme document