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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6765 - in trunk/pgadmin3: . pgadmin/debugger
Date: 2007-10-19 10:51:14
Message-ID: 200710191051.l9JApEwj000880@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 breakpoint and execution markers obscure then in quite an ugly way, and the cursor line number and execution line numbers are 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-10-19 10:58:33 SVN Commit by dpage: r6766 - trunk/pgadmin3/pgadmin/ctl
Previous Message Dave Page 2007-10-19 10:35:45 Re: [pgadmin-support] copy empty table crash