Changes

Summary

  1. Add new refactoring to merge an instVar into another (details)
  2. Add command to use new refactoring (details)
  3. Migrate some class commands to commander2 (details)
  4. Refactor and remove extension (details)
  5. Proper method category names in TKTRunner and subclasses (details)
  6. Deprecate JapaneseEnvironment leftover methods (details)
  7. Adding comments to the parameters and additional value exposed by the VM (some has been added in headless) (details)
  8. Correct handling resumable exceptions in the StDebugger. (details)
  9. Reverting unintented debugging changes (details)
Commit ac9207682a8273b8c90e89439bdbe71041d06155 by cusi.evelyn
Add new refactoring to merge an instVar into another
The file was addedsrc/Refactoring-Core/RBMergeInstanceVariableIntoAnother.class.st
The file was modifiedsrc/Refactoring-Core/RBRenameInstanceVariableRefactoring.class.st (diff)
The file was addedsrc/Refactoring-Tests-Core/RBMergeInstanceVariableIntoAnotherTest.class.st
Commit 357a31148c87dd80563b0fb9f1b027352f259e5e by cusi.evelyn
Add command to use new refactoring
The file was addedsrc/Calypso-SystemTools-FullBrowser/SycMergeVariableCommand.extension.st
The file was addedsrc/Calypso-SystemTools-Core/SycMergeVariableCommand.extension.st
The file was modifiedsrc/SystemCommands-VariableCommands/SycRenameVariableCommand.class.st (diff)
The file was modifiedsrc/Refactoring-Core/RBMergeInstanceVariableIntoAnother.class.st (diff)
The file was modifiedsrc/SystemCommands-VariableCommands/SycProtectVariableCommand.class.st (diff)
The file was modifiedsrc/Calypso-SystemTools-Core/ClySystemBrowserContext.class.st (diff)
The file was addedsrc/SystemCommands-VariableCommands/SycMergeVariableCommand.class.st
The file was modifiedsrc/Refactoring-Tests-Core/RBMergeInstanceVariableIntoAnotherTest.class.st (diff)
The file was modifiedsrc/Refactoring-Changes/RBRenameInstanceVariableChange.class.st (diff)
Commit b504d339a19c64281fcc0a2143d12eb0afd9bb89 by cusi.evelyn
Migrate some class commands to commander2
The file was removedsrc/SystemCommands-ClassCommands/SycNewClassCreationCommand.class.st
The file was addedsrc/SystemCommands-ClassCommands/SycCmInsertSuperclassCommand.class.st
The file was removedsrc/SystemCommands-ClassCommands/SycInsertSubclassCommand.class.st
The file was removedsrc/SystemCommands-ClassCommands/SycInsertSuperclassCommand.class.st
The file was modifiedsrc/SystemCommands-ClassCommands/SycClassCmCommand.class.st (diff)
The file was addedsrc/SystemCommands-ClassCommands/SycCmAddSubclassCommand.class.st
The file was addedsrc/SystemCommands-ClassCommands/SycCmInsertSubclassCommand.class.st
The file was removedsrc/SystemCommands-ClassCommands/SycAddSubclassCommand.class.st
The file was addedsrc/SystemCommands-ClassCommands/SycCmNewClassCreationCommand.class.st
Commit dc729ed606b4e7b16ad61bfe6fb7df31fa7ce7f6 by cusi.evelyn
Refactor and remove extension
The file was modifiedsrc/SystemCommands-ClassCommands/SycCmInsertSuperclassCommand.class.st (diff)
The file was modifiedsrc/SystemCommands-ClassCommands/SycCmNewClassCreationCommand.class.st (diff)
The file was modifiedsrc/SystemCommands-ClassCommands/SycCmInsertSubclassCommand.class.st (diff)
The file was modifiedsrc/SystemCommands-ClassCommands/SycClassCmCommand.class.st (diff)
The file was removedsrc/Calypso-SystemTools-FullBrowser/SycAddSubclassCommand.extension.st
The file was modifiedsrc/SystemCommands-RefactoringSupport/SycCmCommand.class.st (diff)
The file was modifiedsrc/Calypso-SystemTools-FullBrowser/SycAddNewClassTagCommand.extension.st (diff)
The file was modifiedsrc/SystemCommands-ClassCommands/SycCmAddSubclassCommand.class.st (diff)
Commit 1b19335c03fd41e7c0b89f7db084bfdf635da2ce by astares
Proper method category names in TKTRunner and subclasses 

Fix #8742
The file was modifiedsrc/TaskIt/TKTNewProcessTaskRunner.class.st (diff)
The file was modifiedsrc/TaskIt/TKTAbstractExecutor.class.st (diff)
The file was modifiedsrc/TaskIt/TKTUIProcessTaskRunner.class.st (diff)
The file was modifiedsrc/TaskIt/TKTLocalProcessTaskRunner.class.st (diff)
Commit 81d8ed48039a7dbc23b487eb2aa3f580a78d58dc by astares
Deprecate JapaneseEnvironment leftover methods 

Fix #8753
The file was modifiedsrc/Text-Scanning/CharacterScanner.class.st (diff)
The file was modifiedsrc/Fonts-Abstract/AbstractFont.class.st (diff)
The file was addedsrc/Deprecated90/CharacterScanner.extension.st
The file was addedsrc/Deprecated90/AbstractFont.extension.st
Commit 917357da5146728b6eb983353479ffbd0d00aa6e by tesonep
Adding comments to the parameters and additional value exposed by the VM (some has been added in headless)
Fix #8766
The file was modifiedsrc/System-Support/VirtualMachine.class.st (diff)
Commit a5e28dc6dfa1d56970e2593f75540fc6a52f00bd by steven.costiou
Correct handling resumable exceptions in the StDebugger.
The file was modifiedsrc/Fuel-Core/FLError.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebugger.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerErrorContextPredicate.class.st (diff)
Commit 3cbae8c0f21df62084633e0364e74e525bede693 by steven.costiou
Reverting unintented debugging changes
The file was modifiedsrc/NewTools-Debugger/StDebugger.class.st (diff)