Dec. 7, 2010
11:07 p.m.
On Tue, 7 Dec 2010, pharo@googlecode.com wrote:
Status: Accepted Owner: guillermopolito
New issue 3385 by guillermopolito: TextEditor doest not understand #model http://code.google.com/p/pharo/issues/detail?id=3385
The accessor should be added to load last version of OCompletion in Core 1.2
OCompletion shouldn't be used in a TextEditor. OCompletion is for Smalltalk code completion, while TextEditor is intended to be a text editor (ask Juan). That's why OCompletion adds the model accessor to SmalltalkEditor and not to TextEditor. Levente