Changes

Summary

  1. RBRenameInstanceVariableChange>>#copyOldValuesToNewVariable was using #instVarAt: to copy over state. But with Slots, we can have "instanceVariables" that have no offset. (details)
  2. GLMHighlighterTextParserStyler is not used --> cleanup. (details)
Commit d3842a8f3f897082fb359b28173913280677b875 by marcus.denker
RBRenameInstanceVariableChange>>#copyOldValuesToNewVariable was using #instVarAt: to copy over state. But with Slots, we can have "instanceVariables" that have no offset.

This PR changes the code to use #instVarNamed: instead

The code gets executed by the RB tests
The file was modifiedsrc/Refactoring-Changes/RBRenameInstanceVariableChange.class.st (diff)
Commit 8288b388a645aa333da27d3326e876accef88b4b by marcus.denker
GLMHighlighterTextParserStyler is not used --> cleanup.

This will allow to simplify the SHTextStyler hierarchy
The file was removedsrc/Glamour-Rubric-Presentations/GLMHighlighterTextParserStyler.class.st
The file was modifiedsrc/Glamour-Rubric-Presentations/GLMHighlighterTextStylerDecorator.class.st (diff)
The file was modifiedsrc/Glamour-Rubric-Presentations/GLMHighlighterTextRubEditingMode.class.st (diff)