Re: [pgadmin-hackers] "Clear window" in the SQL Editor

2010-12-19 Thread Guillaume Lelarge
Le 15/12/2010 08:13, Guillaume Lelarge a écrit : > Le 13/12/2010 03:56, Vinicius Santos a écrit : >>> OK, after some thinking, it would be best to disable the "Clear window" >>> items rather than clearing the query. The same needs to be done for Cut, >>> Copy, Paste items. >>> >>> Do you want to wo

Re: [pgadmin-hackers] "Clear window" in the SQL Editor

2010-12-14 Thread Guillaume Lelarge
Le 13/12/2010 03:56, Vinicius Santos a écrit : >> OK, after some thinking, it would be best to disable the "Clear window" >> items rather than clearing the query. The same needs to be done for Cut, >> Copy, Paste items. >> >> Do you want to work on such a patch? > > Do you can review my patch, ple

Re: [pgadmin-hackers] "Clear window" in the SQL Editor

2010-12-12 Thread Vinicius Santos
> OK, after some thinking, it would be best to disable the "Clear window" > items rather than clearing the query. The same needs to be done for Cut, > Copy, Paste items. > > Do you want to work on such a patch? Do you can review my patch, please? >From 30b0c5a993a26c54170d3a86fdaaa73e0521aa9a Mon

Re: [pgadmin-hackers] "Clear window" in the SQL Editor

2010-12-11 Thread Guillaume Lelarge
Le 06/12/2010 12:34, Guillaume Lelarge a écrit : > Le 29/11/2010 23:35, Vinicius Santos a écrit : >> [...] >> In the SQL editor window, when the focus is outside of any text box, the >> button "clear window" does nothing. >> >> I believe that confuse the user. In this case the button should clear >

Re: [pgadmin-hackers] "Clear window" in the SQL Editor

2010-12-06 Thread Guillaume Lelarge
Le 29/11/2010 23:35, Vinicius Santos a écrit : > [...] > In the SQL editor window, when the focus is outside of any text box, the > button "clear window" does nothing. > > I believe that confuse the user. In this case the button should clear > the SQL editor. > > Do you agree? > > I made this ch

[pgadmin-hackers] "Clear window" in the SQL Editor

2010-11-29 Thread Vinicius Santos
Hello, In the SQL editor window, when the focus is outside of any text box, the button "clear window" does nothing. I believe that confuse the user. In this case the button should clear the SQL editor. Do you agree? I made this change. void frmQuery::OnClear(wxCommandEvent& ev) { wxWi