On Fri, 3 Dec 2010, Ken G. Brown wrote:

I'd like to see syntax coloring in my Workspaces in Squeak4.2-10732-alpha.image 
like used to be available with SHWorkspace.

Since Squeak 4.1 Shout is part of the base image as ShoutCore, so every workspace has syntax highlighting.


Levente


I successfully did the following from the Help/Extending the System:
"Omnibrowser, including Refactoring engine"
(Installer ss project: 'MetacelloRepository') install: 
'ConfigurationOfOmniBrowser'.
((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #lastVersion) 
load: #( Dev ).

Anyone know what is required to load Shout?
I can doit
(Installer ss project: 'MetacelloRepository') install: 'ConfigurationOfShout'.

to get ConfigurationOfShout into the image, but I'm unsure of what to do next.

Thx fr any tips,
Ken G. Brown
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to