Re: Updated copy patch - Mailing list pgadmin-hackers

From Edward Di Geronimo Jr.
Subject Re: Updated copy patch
Date
Msg-id 20060501182510.ub5fwczdei8oskc4@webmail.picoip.com
Whole thread Raw
In response to Re: Updated copy patch  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
Quoting Andreas Pflug <pgadmin@pse-consulting.de>:

> Though advised differently, the patch starts with removing the ListView
> stuff, so I won't look any further at this version. Use the macro, it
> won't hurt.

The grid allows basic functionality that everyone who uses a database
except for you considers essential. The ListView offers exactly zero
advantages over the grid. Due to wxWidgets sucking and not having any
design consistency across different object, it would take require
adding another 100 lines or so of code to a file that's only about 350
lines long to support both.

You and I also both know that if the ListView code stays in, you will
make every effort to break the grid code every chance you get.

Ed


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Updated copy patch
Next
From: "Edward Di Geronimo Jr."
Date:
Subject: Paste rows rough patch