pgAdmin III commit: Don't reset breakpoints when folding code

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Don't reset breakpoints when folding code
Date: 2012-05-07 20:26:14
Message-ID: E1SRUVa-0006YB-3s@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't reset breakpoints when folding code

In the debugger window, when you click on a cross on the left margin to
fold or unfold a block of code, we also set or clear a breakpoint on
that line. That's clearly not the way it's supposed to work - should
only set/clear breakpoints when you click on the line number or the
margin that displays the red breakpoint symbol.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=36a5cca0eb2b8e8bee43a20d503a3736d0852100
Author: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/debugger/ctlCodeWindow.cpp | 8 +++++++-
2 files changed, 9 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-05-07 20:26:32 Re: Folding code in debugger window sets a breakpoint
Previous Message Guillaume Lelarge 2012-05-07 20:22:46 Re: Limit the size of explainPopup