[Pkg] The Trunk: Morphic-mt.1585.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 11 10:02:58 UTC 2019


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

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

Name: Morphic-mt.1585
Author: mt
Time: 11 November 2019, 11:02:43.775633 am
UUID: d07ea746-64ca-824a-8482-d2a78f689114
Ancestors: Morphic-mt.1584

Complements HelpSystem-Core-mt.117.

=============== Diff against Morphic-mt.1584 ===============

Item was removed:
- ----- Method: TheWorldMainDockingBar>>openHelp:topic:styled: (in category 'submenu - help') -----
- openHelp: bookSymbol topic: topicSymbol styled: boolean
- 
- 	| openSelector |
- 	openSelector := boolean ifTrue: [#openForCodeOn:] ifFalse: [#openOn:].
- 
- 	(Smalltalk classNamed: 'HelpBrowser')
- 		ifNil: [self inform: 'Sorry, there is no help system installed.' translated]
- 		ifNotNil: [:helpClass |
- 			(Smalltalk classNamed: bookSymbol)
- 				ifNil: [self inform: 'Sorry, the help book you requested does not exist.']
- 				ifNotNil: [:book |
- 					topicSymbol
- 						ifNil: [(helpClass perform: openSelector with: book) model showFirstTopic]
- 						ifNotNil: [(helpClass perform: openSelector with: book) model showTopicNamed: topicSymbol]]].!



More information about the Packages mailing list