Releases: pharo-ide/Calypso
Releases · pharo-ide/Calypso
Update BaselineOfCalypso
Update repository version of pharo-ide/Commander and pharo-ide/SystemCommands
Fix tab selection broken in previous release
Merge pull request #491 from pharo-ide/dev New release: fix for broken tabs selection
Expand tabs in full window
- double click on tab to expand tabs into full window mode
- fixes process browser and debugger for TelePharo
browseClasses and Spec2 compatibility
- 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
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
- 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
It fixes #424
Fix setUp method tab
Merge pull request #427 from pharo-ide/dev Fix setUp method tab
Avoid double dialogs during refactorings
It updates SystemCommands version (v0.7.2) which fixes the issue
Add suffix Query for all queries
- 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