Skip to content

Releases: pharo-ide/Calypso

Update BaselineOfCalypso

18 Feb 19:00
2d12969
Compare
Choose a tag to compare

Update repository version of pharo-ide/Commander and pharo-ide/SystemCommands

Fix tab selection broken in previous release

06 May 18:11
28f3b6c
Compare
Choose a tag to compare
Merge pull request #491 from pharo-ide/dev

New release: fix for  broken tabs selection

Expand tabs in full window

05 May 12:49
381ac87
Compare
Choose a tag to compare
  • double click on tab to expand tabs into full window mode
  • fixes process browser and debugger for TelePharo

browseClasses and Spec2 compatibility

14 Apr 12:35
2526c25
Compare
Choose a tag to compare
  • new message to browse classes using query browser
Smalltalk tools messageList browseClasses: {Point. Array}
  • tiny fix for Spec2 compatibility in SystemCommands

Fix test failed in Pharo 8

24 Mar 14:22
7093b15
Compare
Choose a tag to compare

There was a failed test in Pharo 8.
It used a test class to check how query works on classes without comment.
But now in Pharo 8 all tests have a comment by default. So this test failed assertion that class have no comment.
Now this test uses anonymous subclass of Object as example of class without comment

Bug fixes and class parser preparation

23 Mar 21:11
fbbd479
Compare
Choose a tag to compare
  • fix class side override status update
  • fix new method tool to not disappear in var mode
  • cleanup of isAbstract implementation of Commands and other components
    • new versions of Commander and SystemCommands with same update
  • some comments updated
  • better warnings in pluralized form
  • fix scripts defined in traits (initialize, example methods)
  • better focus management for tabs
  • no browser spawned when query (senders, implementors) is empty (old browser logic)
  • little refactoring for class parser preparation
  • remove deprecated suggestions menu from method editor to avoid confusion with new "Source code" menu. Suggestions is empty now and fix is required on Pharo side to not show empty groups
    • it was just sugsContext method removal (sadly did not found it before Pharo 7).

Better class remove command

14 Jan 22:52
16af1d6
Compare
Choose a tag to compare

Fix setUp method tab

14 Jan 17:41
d364f20
Compare
Choose a tag to compare
Merge pull request #427 from pharo-ide/dev

Fix setUp method tab

Avoid double dialogs during refactorings

13 Jan 15:29
1a90ae0
Compare
Choose a tag to compare

It updates SystemCommands version (v0.7.2) which fixes the issue

Add suffix Query for all queries

12 Jan 14:04
c78820a
Compare
Choose a tag to compare
  • all queries are renamed to have suffix Query
  • all query tests are rename accordingly
  • all tests are renamed to have singular suffix Test instead of Tests