DataFrame icon indicating copy to clipboard operation
DataFrame copied to clipboard

Why dataFrame core depends on DataSource

Open Ducasse opened this issue 3 years ago • 1 comments

This a strange idea to have the core depending on morphic!

Ducasse avatar Jan 19 '22 20:01 Ducasse

That's because in the older version of Pharo inspector we had to override showWithGlamourIn: to define the inspector view. And to make a table that can be displayed with Glamour, I had to use FastTable and some Morphic magic... I think that's the reason

Now that method should be removed and replaced with a nice Spec view. So it's related to this: https://github.com/PolyMathOrg/DataFrame/issues/147

olekscode avatar Jan 19 '22 22:01 olekscode