[Seaside] tab completions - not working..

Lukas Renggli renggli at gmail.com
Mon Mar 15 20:22:04 UTC 2010


>> Hints from anyway as to how to get it back would be very welcome!
>
> Software update unfortunately does not work in a Pharo image that has
> other packages loaded.
>
> [...]

Ahh, that doesn't help if you already updated. In that case you can
try to update the complete development OmniBrowser, eCompletion, ..
infrastructure too. Maybe that helps, but better just don't update the
core code.

"Refactoring"
Gofer new
	squeaksource: 'rb';
	package: 'AST-Core';
	package: 'Refactoring-Core';
	package: 'Refactoring-Spelling';
	load.

"OmniBrowser"
Gofer new
	renggli: 'omnibrowser';
	package: 'OmniBrowser';
	package: 'OB-Standard';
	package: 'OB-Morphic';
	package: 'OB-Shout';
	package: 'OB-Refactory';
	package: 'OB-Regex';
	package: 'OB-SUnitIntegration';
	load.

"Tools"
Gofer new
	renggli: 'unsorted';
	package: 'Shout';
	package: 'RoelTyper';
	package: 'ECompletion';
	package: 'ECompletionOmniBrowser';
	load.

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list