[Pharo-project] [COTDC] 77 - LazyMorphTreeMorph
Today: LazyMorphTreeMorph Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
I am a MorphTreeMorph, but I only render the rows lazily as they appear on screen. Caveat: There is no rendering in the background. This means that if a row takes too long to render, you can experience a shorter or longer freeze when scrolling. Doru On 23 Jun 2011, at 20:46, laurent laffont wrote:
Today: LazyMorphTreeMorph
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent
-- www.tudorgirba.com "What we can governs what we wish."
Thanks Doru ! Laurent. On Thu, Jun 23, 2011 at 8:54 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
I am a MorphTreeMorph, but I only render the rows lazily as they appear on screen.
Caveat: There is no rendering in the background. This means that if a row takes too long to render, you can experience a shorter or longer freeze when scrolling.
Doru
On 23 Jun 2011, at 20:46, laurent laffont wrote:
Today: LazyMorphTreeMorph
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent
-- www.tudorgirba.com
"What we can governs what we wish."
participants (2)
-
laurent laffont -
Tudor Girba