[Pharo-project] Starting to clean theWorldMainDockingBar
http://code.google.com/p/pharo/issues/detail?id=683 Started to remove reference to project....long effort though Stef
Yes...I have fixed up the FileList reference one or two times before. I am still looking for where the Option-Click World menu is built... Rob On Sun, Mar 22, 2009 at 7:01 AM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
http://code.google.com/p/pharo/issues/detail?id=683 Started to remove reference to project....long effort though
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
am i correct that the dockingBar is redrawing itself continously? I would be curious to understand the execution cost of this feature. stef On Mar 22, 2009, at 12:01 PM, Stéphane Ducasse wrote:
http://code.google.com/p/pharo/issues/detail?id=683 Started to remove reference to project....long effort though
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
The project invokes it but when I recompile a method the bar is recreated so probably using the change notification system updateIfNeeded: aDockingBar "Update the given docking bar if needed" | timeStamp | timeStamp := aDockingBar valueOfProperty: #mainDockingBarTimeStamp ifAbsent: [^ self]. timeStamp = self class timeStamp ifTrue: [^ self]. "" aDockingBar removeAllMorphs. self fillDockingBar: aDockingBar On Mar 22, 2009, at 3:10 PM, Stéphane Ducasse wrote:
am i correct that the dockingBar is redrawing itself continously? I would be curious to understand the execution cost of this feature.
stef
On Mar 22, 2009, at 12:01 PM, Stéphane Ducasse wrote:
http://code.google.com/p/pharo/issues/detail?id=683 Started to remove reference to project....long effort though
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Rob Rothwell -
Stéphane Ducasse