Changes

Summary

  1. fixes: #7156 now we can store a tag in a class definition (details)
  2. Fixes: #7157. No completion on class comment (because this is free text). (details)
Commit fae24a5e95edeee5eb94429bf695a669f757c0bc by stephane.ducasse
fixes: #7156 now we can store a tag in a class definition
The file was modifiedsrc/ClassParser/CDClassDefinitionModel.class.st (diff)
The file was modifiedsrc/ClassParser/CDClassDefinitionNode.class.st (diff)
Commit 8efc9717d5c4ca9ada8061292c2c773a178e5d19 by stephane.ducasse
Fixes: #7157. No completion on class comment (because this is free text). 
- fixed some extra return, strange conditional, extra space, deadcode,
- fixed cmd E raising a debugger, as yet unclassified
The file was modifiedsrc/Calypso-SystemTools-Core/ClyClassCommentEditorToolMorph.class.st (diff)
The file was modifiedsrc/Calypso-SystemTools-Core/ClyClassEditorToolMorph.class.st (diff)
The file was modifiedsrc/Calypso-Browser/ClyBrowserToolMorph.class.st (diff)
The file was modifiedsrc/Calypso-SystemTools-Core/ClyClassCreationToolMorph.class.st (diff)
The file was modifiedsrc/Calypso-SystemTools-Core/ClyRequestMethodTagForEditorCommand.class.st (diff)
The file was modifiedsrc/Keymapping-Core/KMDispatcher.class.st (diff)
The file was modifiedsrc/Calypso-SystemTools-Core/ClyClassDefinitionEditorToolMorph.class.st (diff)