Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nattable-dev] column reorder drag feature, release planning

Hi Dirk,

I commented on the bug you mentioned - I'm all in favor of your fix.

One other thing I forgot to mention: I added a dispose() method to ILayer so that layers have an opportunity to clean up resources. I used this to clean up the schedulers used in the BlinkLayer and in the ViewportLayer. Stefan - I just noticed you posted a bug about the scrollbar listeners not getting disposed. You can use this to do the cleanup there too.

Thanks,
Edwin


On Wed, Aug 8, 2012 at 3:07 AM, Dirk Fauth <dirk.fauth@xxxxxxxxx> wrote:
Hi Edwin,

sounds nice. As I am working on a bigger project that uses NatTable at the moment, I will check out the changes and have a closer look at it.

I agree that it is time to bring out a release as there are quite an amount of added features and fixed bugs. Speaking of this, could you please have a look at https://bugs.eclipse.org/bugs/show_bug.cgi?id=385171 ?
I have the fix only locally at the moment, and I don't see any issues with it. But maybe I have forgotten something. If you agree with my proposed fix I can check it in so you can have a closer look.

Greez,
Dirk


On Tue, Aug 7, 2012 at 8:37 PM, Edwin Park <esp@xxxxxxxxxx> wrote:
Hi all,

I just checked in a fix to bugĀ 383555: Scroll on column drag. Now if you drag a column to reorder it and hover over the first or last 10 pixels of the viewport, the viewport will scroll in that direction so you can reorder a column to a location not initially visible in the viewport. I found and fixed a few issues in the ViewportLayer along the way around the logic that tries to keep the maximum number of columns visible in the viewport at all times. I also had to divide the ColumnReorderCommand into Start and End varieties so that the column start location is preserved when the viewport is shifted. Let me know how it works out for you.

At this point we've accumulated quite a number of bug fixes/feature additions and I think it's high time to do a release. I put out a query to the Eclipse IP folks to see when our NatTable CQ might get cleared so we can get out of incubation, but I'm guessing we may have to do an incubation release while we're waiting for that to happen. I'd like to target a release for early September, let me know your thoughts on this.

Thanks,
Edwin


_______________________________________________
nattable-dev mailing list
nattable-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/nattable-dev



_______________________________________________
nattable-dev mailing list
nattable-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/nattable-dev



Back to the top