Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] push the squish?

Hi,

For the newsreader, I too want to put my icons before the squish in the tree. I have been experimenting with a side table that is positioned to the left of the main tree to contain the additional icons. It works but I am having platform issues. 

So I have been looking at how Mylyn does it. I was really convinced that you managed to push the squish of the tree so that you could put some icons before it and I searched franticly for the code that did that. 

Then I realized that Mylyn does not do that. You make the illusion that you do but you really don't. The squishes of the tree are not pushed and the first level of the tree is never decorated. By adding an icon to the first level, you create additional space for the second level tree items where the decoration does take place. 

Very cunning. Nice job.

Regards,

Wim

Back to the top