SVN Commit by dpage: r6765 - in trunk/pgadmin3: . pgadmin/debugger - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r6765 - in trunk/pgadmin3: . pgadmin/debugger
Date
Msg-id 200710191051.l9JApEwj000880@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage

Date: 2007-10-19 11:51:14 +0100 (Fri, 19 Oct 2007)

New Revision: 6765

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

Log:
Revert Hiroshi's patch to add line numbers to the margin of the debugger (rev: 6757). They are not shown because the
breakpointand execution markers obscure then in quite an ugly way, and the cursor line number and execution line
numbersare both show in the status bar anyway. Fix an off-by-one error in the line numbering while we're here. 


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/pgadmin/debugger/ctlCodeWindow.cpp

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-support] copy empty table crash
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6766 - trunk/pgadmin3/pgadmin/ctl