[squeak-dev] The Trunk: 60Deprecated-mt.67.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Dec 4 14:31:20 UTC 2019


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.67.mcz

==================== Summary ====================

Name: 60Deprecated-mt.67
Author: mt
Time: 4 December 2019, 3:31:20.194613 pm
UUID: f029b4a1-fe78-4997-8ad1-7bef1bf1332a
Ancestors: 60Deprecated-mt.66

Complements HelpSystem-Core-mt.118

=============== Diff against 60Deprecated-mt.66 ===============

Item was changed:
  SystemOrganization addCategory: #'60Deprecated-Collections-Streams'!
+ SystemOrganization addCategory: #'60Deprecated-HelpSystem-Core-Model'!
  SystemOrganization addCategory: #'60Deprecated-Kernel-Methods'!
  SystemOrganization addCategory: #'60Deprecated-Morphic-Widgets'!
  SystemOrganization addCategory: #'60Deprecated-NSPlugin-System-Support'!
  SystemOrganization addCategory: #'60Deprecated-System-Support'!
  SystemOrganization addCategory: #'60Deprecated-Tools-Inspector'!
  SystemOrganization addCategory: #'60Deprecated-Tools-Menus'!

Item was added:
+ HelpTopic subclass: #CodeStyledHelpTopic
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: '60Deprecated-HelpSystem-Core-Model'!
+ 
+ !CodeStyledHelpTopic commentStamp: 'tpr 6/19/2018 19:27' prior: 0!
+ A CodeStyledHelpTopic is a simple way to make sure a help topic gets styled for code in a help browser. Once the help browser is able to code-style individual chunks instead of having to brute-force entire pages we can remove this class and simplify thngs!

Item was added:
+ ----- Method: CodeStyledHelpTopic>>usesCodeStyling (in category 'testing') -----
+ usesCodeStyling
+ 	"do I need a styled (ie with Shout) browser page?"
+ 	^true!



More information about the Squeak-dev mailing list