refactoringdr
refactoringdr
**Bug description** Push Down Class Variable Refactoring simply removes it. It does not correctly identify subclasses that reference the class variable **To Reproduce** Steps to reproduce the behavior: 1. Select...
Create an attribute that displays a text when the attributed text is empty
Steps to reproduce: 1. Open a morphic world 2. Allow the computer to sleep (not just the screen) 3. Upon wake, the scaling will be wrong in the Gt window...
Several improvements to the coder/playground menus. 1. Tighten up vertical spacing 2. Make hover blue 3. Add in actions/refactorings from Morphic menus 4. Display keyboard shortcuts for each item 5....
This makes it hard to recover changes after a hard image crash.
When using lots of refactoring / create fixits / etc. the infinite list/recycler seems to become inconsistent resulting in coders showing the wrong source, wrong hilighting, duplications, etc. In this...
To reproduce: 1. In a method write `self foo` 2. Use the fixit to create the method 3. In the spawned coder write `self bar` use the create fixit again.
To reproduce: 1. Create a method with an unreferenced self message and save it. 2. Click on the fixit-icon and create the method (results in an inline code) 3. Scroll...