Denis Kudriashov
Denis Kudriashov
Try enable visibility of superclass methods and then replace superclass to Object in class definition. The method pane will still show original superclass methods but they not exist in hierarchy...
https://pharo.fogbugz.com/f/cases/22375/Deleting-a-referenced-class-now-shows-debugger-before-giving-the-refactoring-dialog
For example idea to have checkbox "traits" on status bar which will modify class template with appropriate "users:" selector. Same can be applied for class format which will modify begin...
Method editor should somehow indicate that editing method declares redefined class annotation. And it should provide tool to revert redefined instance
It will show all method which defines class annotations.
It will include all methods with pragmas. And it can also be expandable to show each pragma which is used in class
From methods we can collect argument of #flag: messages which will bring flag subgroups. And tooltip for flag method icon can show all flag names inside selected method. Also click...
It would be useful to be able browse dependency of class as special method group. This group will show all methods which reference globals (classes). And it can be expandable...
Instead of separate/big dependency tool/window it should be possible to implement special virtual class group "dependencies" which will show all external classes which are used in current package. And it...