Re: Find Dialog in SQL box (Admin3)?

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <ybaykshtis(at)aurigin(dot)com>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Find Dialog in SQL box (Admin3)?
Date: 2003-05-31 08:11:07
Message-ID: 50248.80.177.99.193.1054368667.squirrel@ssl.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

It's rumoured that Yurgis Baykshtis once said:
> Guys, I know it's not implemented in Admin3.
> So, I would like to do it for myself otherwise the editor is pretty
> useless at least for me since I deal with long stored functions.
>
> I believe that Scintilla control supports search and has built-in "Find
> Dialog". I see a method FindText() of the edit control that performs
> actual search but I cannot find a search dialog class or any method to
> call it.

Hi Yurgis,

Search (& replace) would be a nice additions to pgAdmin. Unfortunately
I've found the documentation on the StyledTextControl to be minimal at
best - I was often reading the source to figure it out.
I don't believe there are any dialogues implemented in it (though I may be
wrong), so I suspect your only option is to create your own and use the
FindText() function. :-(
Regards, Dave.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-05-31 08:30:08 Re: pga2: reserved keywords
Previous Message Andreas Pflug 2003-05-30 23:54:09 Re: Find Dialog in SQL box (Admin3)?