Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Releases: jgfoster/Jade.bak

v2.3.10

26 Jul 18:10
Compare
Choose a tag to compare

Better support for non-default method dictionary environments.
Serialize GCI calls to avoid releasing OOP before it is used.

v2.3.9

18 Jun 05:19
Compare
Choose a tag to compare

Use Dolphin's DifferencePresenter to show code differences with Smalltalk Code Styler (from @brunobuzzi).

v2.3.8

18 Jun 04:51
Compare
Choose a tag to compare

Add some debugging for 'invalid forward reference' error.
Update to latest SciLexer.
DateAndTime now in the base.
New 3.5.0 libraries.

v2.3.7

24 Feb 18:00
Compare
Choose a tag to compare

Fix problem showing compile error in SystemBrowser (fix #207).

v2.3.6

21 Feb 04:42
Compare
Choose a tag to compare

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

10 Feb 18:58
Compare
Choose a tag to compare

Workaround for problem with Characters with codepoint over 255.
Capture JadeServer.ERRORS to try to track down more walkbacks.
Modernize several icons.

v2.3.4

04 Feb 17:31
Compare
Choose a tag to compare

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'

v2.3.3

04 Feb 03:56
Compare
Choose a tag to compare

Add menu command to Login Window -> Help -> Open Executable Directory (fix #195).
Fixes for various walkbacks, some preventing closing windows.

v2.3.2

22 Jan 01:51
Compare
Choose a tag to compare

Updates to ProfStef.

v2.3.1

07 Jan 00:11
Compare
Choose a tag to compare

Add GCI library for 3.4.3.