[ANN] OmniBrowser 1.0b2

Colin Putney cputney at wiresong.ca
Sat Jan 8 20:49:18 UTC 2005


Hi folks,

I've just published OmniBrowser 1.0b2 to SqueakMap. User-visible 
changes include:

	- added the SystemBrowser menu items to the window menu (per Hernán's 
request)
	- classes are now sorted hierarchically by default (thanks, Jon, for 
the suggestion)
	- added a hierarchy browser (per Stéphane's request)

Developer visible changes
	- created a more consistent protocol for creating and opening browsers
	- the way nodes display themselves in columns is now configurable
	- optimized jumping from one node to another
	- updated class comments

The new hierarchical display of classes is optional, it can be turned 
on and off with:

OBSystemBrowser showClassesHierarchically.
OBSystemBrowser showClassesAlphabetically.


The node-jumping optimization provides a notable speed up in the time 
to compile methods.

Enjoy,

Colin




More information about the Squeak-dev mailing list