Re: SQL pane freezes while editing - Mailing list pgadmin-support

From Michael Shapiro
Subject Re: SQL pane freezes while editing
Date
Msg-id CAGCvxeYBRNKdJx0WT64j+vK0GW3N72-rYVwDxBZZG=z5OBt5vg@mail.gmail.com
Whole thread
In response to SQL pane freezes while editing  (Colin Beckingham <colbec@start.ca>)
Responses Re: SQL pane freezes while editing
List pgadmin-support
I tried this and could not replicate the behavior
The SQL is used looked like
 
  select * from x
 where (g = 5
   and   h =6
   and y = 7)

without word wrap there is a scroll bar
with word wrap there is no scrollbar

I was able to remove the left parenthesis and put it back without any problems under both word wrap settings.


On Fri, Jul 27, 2012 at 3:14 AM, Colin Beckingham <colbec@start.ca> wrote:
Dev 1.17, wxwidgets 2.9.3

Some time ago I reported that my pgadmin SQL editor showed freeze behaviour under certain conditions:
multiple SQL lines
containing parentheses
remove one left parenthesis, then try to put it back,
pane freezes, with or without disappearance of text
replaced by a light blue background
freeze can be removed by using mouse to drag horizontal slider forth and back.

This appears to be related to the 'word wrap' setting.
Default editor word wrap setting is off.
Using word wrap off, above behaviour is observed.
Switch word wrap on, behaviour is not observed.
Anyone else see this?
--
---
Colin Beckingham
613-454-5369
http://www.it4gh.com

--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

pgadmin-support by date:

Previous
From: Colin Beckingham
Date:
Subject: SQL pane freezes while editing
Next
From: Colin Beckingham
Date:
Subject: Re: SQL pane freezes while editing