SVN Commit by dpage: r5610 - in trunk/pgadmin3/src: frm include - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r5610 - in trunk/pgadmin3/src: frm include
Date
Msg-id 200611091025.kA9APIuo014084@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage

Date: 2006-11-09 10:25:17 +0000 (Thu, 09 Nov 2006)

New Revision: 5610

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5610&view=rev

Log:
Improve the handling of pasted rows and the Undo button in the edit grid, per Erwin:

1) When a new row paste occurs, the cursor cell is moved to the position of each column as data is inserted, such that
itwill be on the last affected cell when the paste has completed. This ensures that any undo operation will happen on
thecorrect row. 

2) When the new row paste is completed, the Save and Undo options are enabled.

3) When an Undo has been performed, the Undo and Save buttons are disabled.


Modified:
   trunk/pgadmin3/src/frm/frmEditGrid.cpp
   trunk/pgadmin3/src/include/frmEditGrid.h

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5609 - trunk/www/download
Next
From: Dave Page
Date:
Subject: pgAdmin III v1.6 Release Candidate 2 Released