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.4.2

10 Jul 00:37
Compare
Choose a tag to compare

Better handling of file-out with multiple files when multiple classes have the same case-insensitive name.

v2.4.1

02 Jul 03:12
Compare
Choose a tag to compare

Add ability to file out dictionary as multiple files to reduce merge conflicts in git.

v2.4.0

23 Jun 22:51
Compare
Choose a tag to compare

Refactor to remove use of WaitOnGemStoneDialog (fix #245). This change (along with the passage of 18 months) prompted the bump to a new "dot" version.

Add ability to delete methods and browse history from method list browser (fix #247).

v2.3.17

14 Jun 20:58
Compare
Choose a tag to compare

Update to latest Dolphin; add support for GS/S 64 Bit 3.5.2.

v2.3.16

04 May 01:15
Compare
Choose a tag to compare

Fixes debugging problem in 2.3.15; GsError instances are now being passed back correctly.
Improve safety of saving and restoring user preferences (including login info) when Jade crashes or is killed while writing data.
This was build with Dolphin d129ebfd589c8d7b82029c598d2cf5e8bc53dd9b from April 8. A later commit of Dolphin has breaking changes to String>>subStrings: and we want to take care to update Jade properly before taking the latest Dolphin.

v2.3.15

03 May 08:32
Compare
Choose a tag to compare

Avoid leaving WaitOnGemStoneDialog up after error.

v2.3.14

27 Oct 19:22
4bb8e94
Compare
Choose a tag to compare

Enhancements from Bruno; rebuild on latest Dolphin using VS 2019.

v2.3.13

30 Aug 09:53
Compare
Choose a tag to compare

Better handling of breakpoint identification.
Changes to preferences editor.
Show compile error properly.

v2.3.12

15 Aug 23:15
4eaa66d
Compare
Choose a tag to compare

Add support for GS/S 64 Bit 3.4.4 (released) and 3.5.1 and 3.6.0 (unreleased).
Update FFI calls to not use deprecated messages.
Add support for stdout/stderr with a console (still no stdin).
Remove debugging code that caused commit conflicts.
New Preferences window.
Allow multi-select in test browser.
Fileout encoding preferences.
Properly report compile errors.
Fix problem with dynamic menus.
This includes submissions from bruno.buzzi and PeterMoe. Thanks!

v2.3.11

26 Jul 18:25
69a32b5
Compare
Choose a tag to compare

JadeMethodHistoryBrowser Enhancements (styler and compare context menu).