Re: [pgadmin-hackers] [pgAdmin III] #281: Copy selected text to "Find:" text field

2010-11-15 Thread pgAdmin Trac
#281: Copy selected text to "Find:" text field ---+ Reporter: Nail Samatov | Owner: dpage Type: feature | Status: closed Priority: minor | Milestone: 1.14 Component: pgadmin

[pgadmin-hackers] [pgAdmin III] #281: Copy selected text to "Find:" text field

2010-11-15 Thread pgAdmin Trac
#281: Copy selected text to "Find:" text field --+- Reporter: Nail Samatov | Owner: dpage Type: bug | Status: new Priority: minor | Milestone: Component: pgadmin |

Re: [pgadmin-hackers] Copy selected text to "Find:" text field

2010-11-15 Thread Dave Page
On Mon, Nov 15, 2010 at 7:05 AM, Nail Samatov wrote: > In many IDE's there is a very useful feature: if there is a selected > text when a user has opened Find And Replace dialog, then this text is > copied to the "Find:" text field. > If there is no selected text, then "Find:" text field is not ch

[pgadmin-hackers] pgAdmin III commit: Use the highlighted text in the Query Tool as the d

2010-11-15 Thread Dave Page
Use the highlighted text in the Query Tool as the default search string. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a02a177e4468ff6c93d52aee0b8c282e09dcbd59 Author: Nail Samatov Modified Files -- CHANGELOG

[pgadmin-hackers] Copy selected text to "Find:" text field

2010-11-15 Thread Nail Samatov
In many IDE's there is a very useful feature: if there is a selected text when a user has opened Find And Replace dialog, then this text is copied to the "Find:" text field. If there is no selected text, then "Find:" text field is not changed. I miss this feature in pgAdmin, so I attach the patch