[Squeak-ev] Code Completion in squeak

ennoausberlin at mac.com ennoausberlin at mac.com
Son Nov 25 15:02:45 UTC 2012


Hallo Marko

Probier mal folgendes im Workspace.

Installer ss project: 'MetacelloRepository'; install: 'ConfigurationOfOCompletion'. 
#(project latestVersion load) 
 	inject: (Smalltalk at: #ConfigurationOfOCompletion) 
 	into: [ :object :selector | object perform: selector ]. 

und

Installer ss
       project: 'MetacelloRepository';
       install: 'ConfigurationOfOCompletion'.
((Smalltalk at: #ConfigurationOfOCompletion) project version: '1.2.2') load

Ich habe es nur kurz getestet. Sollte aber mit dem aktuellen Squeak AllInOne-Image gehen.

Viel Spass mit OCompletion

Enno
-------------- nächster Teil --------------
Übersprungener Inhalt vom Typ multipart/related