Releases: jgfoster/Jade.bak
v2.3.10
v2.3.9
Use Dolphin's DifferencePresenter to show code differences with Smalltalk Code Styler (from @brunobuzzi).
v2.3.8
v2.3.7
v2.3.6
Add logging to look for unassigned OOP error.
Ensure file is closed after writing error (fix #206).
Push duplicate code up to abstract superclass (JadeServer).
Check for nil to avoid walkback in System Browser.
Close WaitForGemStone dialog during ClientForwarderSend events.
Add menu command to add JadeServer classes to UserGlobals.
Fix problem with empty method category list (fix #194).
v2.3.5
v2.3.4
Add ability to prompt user from GemStone.
(System __sessionStateAt: 3)
message: 'message'
caption: 'caption'
icon: #error "#(#none #error #prompt #warning #notify #user )"
buttons: #okCancel. "#(#ok #okCancel #abortRetryIgnore #yesNoCancel #yesNo #retryCancel #cancelRetryContinue)"
(System __sessionStateAt: 3)
prompt: 'message'
caption: 'caption'