Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
HypertextClassComments
Last updated at 10:32 am UTC on 11 November 2006
mergeMe into Hypertext Class Comments

From the Squeak Mailing Lists, October 16, 1997:

Suppose we enable hypertext links in class comments, at least with links to other class comments or to methods. And suppose we also adopt some reasonable standard for what is covered in class comments. To get it off the ground in the net context, the idea is to intercept access to class comments in such a way that you can set your Squeak to either act normally OR to always go to a server for the text. Then Georg's server or a Wiki server will do almost everything we want. Once this is in place, we'll find Squeak reasonably documented at the system level in about a month (I'm willing to contribute fairly heavily in a couple of places), and we can fold it all into the system sources of the next release, still with the option of tracking the evolving server-based document. Then, as I wrote in my earlier message, anyone should be able to write a number of tutorial overviews that just link down into this web.

I'm willing to take a try at the hypertext links: this needn't work to get started. We also need someone to put in a mechanism to refer access to class comments optionally to a server. Then we need someone to put up and manage the Wiki server. How does this sound? – Dan Ingalls

A related note, October 22, 1997:

I'm taking a few days off real work to completely redo Squeak's text display. I hope to include linked paragraphs, arbitrary outlines with arbitrary occlusions, and kerning when I'm done. This will mainly be in morphic, though I'd love to retrofit the kernel just enough to excise the old code. So far, this is much smaller and simpler. – Dan Ingalls

More on Hypertext Links in source code

[In the forthcoming release 1.3] is an extension to Squeak's source code managment implemented by Ted Kaehler. This supports text emphasis and, most importantly, hyperlinks in code and class comments. The enhancement carries out the intent of our discussions following OOPSLA, providing a built-in framework for effective documentation of the entire system which, in turn, can serve as a substrate for any number of tutorial outer layers. 28 Dec 97. – Dan Ingalls