SQL editor too slow on remote X - Mailing list pgadmin-support

From Claudio Freire
Subject SQL editor too slow on remote X
Date
Msg-id CAGTBQpYJ9aifH=vnqsHjr=kyY99_HZXN9De7tqDn_rBW4STZGg@mail.gmail.com
Whole thread Raw
Responses Re: SQL editor too slow on remote X
List pgadmin-support
I know this is not a common use case, and you probably don't want to
support it. But I'll open up the e-mail pointing out that I've seen
this exact behavior with local X displays, when they're running slow,
so it would be nice to fix it.

Something on the new SQL editing panel with syntax highlighting is
making it skip key input when it is slow to update. I've noticed it
particularly true on remote X displays (ssh -X -C), which would
indicate it involves communication with the X server.

I would propose a quick way to patch it up, is to delay syntax
highlight processing when input is happening, and only do it when,
say, a timeout without input occurs.

I might be able to work out a patch if given a pointer (where to look
at in the code).


pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: Building pg_agent
Next
From: Dave Page
Date:
Subject: Re: SQL editor too slow on remote X