[Pkg] The Trunk: Help-Squeak-SWiki-mt.2.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 10 11:55:55 UTC 2015


Marcel Taeumel uploaded a new version of Help-Squeak-SWiki to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-SWiki-mt.2.mcz

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

Name: Help-Squeak-SWiki-mt.2
Author: mt
Time: 10 May 2015, 1:55:51.449 pm
UUID: 76848f48-14f6-c540-860a-a42fd4259c1b
Ancestors: Help-Squeak-SWiki-mt.1

Only support opening SWiki in HelpBrowser directly. Ignore it if embedded in other help structures. SWiki help integration is still experimental and should not confuse other users.

=============== Diff against Help-Squeak-SWiki-mt.1 ===============

Item was changed:
  CustomHelp subclass: #SWikiHelp
  	instanceVariableNames: ''
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Help-Squeak-SWiki'!
+ 
+ !SWikiHelp commentStamp: 'mt 5/10/2015 13:52' prior: 0!
+ HelpBrowser openOn: SWikiHelp.!

Item was added:
+ ----- Method: SWikiHelp class>>ignore (in category 'accessing') -----
+ ignore
+ 	"Experimental."
+ 	^ true!



More information about the Packages mailing list