Comment #3 on issue 947 by chisvasi...(a)gmail.com: TextPresentations should
support setting the selectionInterval on creation
http://code.google.com/p/moose-technology/issues/detail?id=947
Ok. We could have something like this:
presentation initialize: [:pres |
pres initializePort: #portName with: aBlock ]
valueForPort: aSymbol
^ (self pane port: aSymbol) value isNil
ifTrue: [(self initializationBlockForPort: aSymbol) value]
ifFalse: [(self pane port: aSymbol) value]
Is this what you had in mind?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings