Re: [pgadmin-support] pgAdmin svn 8390 copy/paste numeric fields

2010-08-30 Thread Guillaume Lelarge
Le 05/06/2010 23:12, Guillaume Lelarge a écrit : > Le 31/05/2010 20:36, Guillaume Lelarge a écrit : >> Hi, >> >> Le 24/05/2010 20:29, Vladimir Kokovic a écrit : >>> [...] >>> After adding the editor for date/time fields, >>> it is necessary to add the possibility to copy/paste numeric fields. >>> >

Re: [pgadmin-support] pgAdmin svn 8390 copy/paste numeric fields

2010-06-05 Thread Guillaume Lelarge
Le 31/05/2010 20:36, Guillaume Lelarge a écrit : > Hi, > > Le 24/05/2010 20:29, Vladimir Kokovic a écrit : >> [...] >> After adding the editor for date/time fields, >> it is necessary to add the possibility to copy/paste numeric fields. >> >> Now frmEditGrid.cpp OnPaste controls whether the editor

Re: [pgadmin-support] pgAdmin svn 8390 copy/paste numeric fields

2010-05-31 Thread Guillaume Lelarge
Hi, Le 24/05/2010 20:29, Vladimir Kokovic a écrit : > [...] > After adding the editor for date/time fields, > it is necessary to add the possibility to copy/paste numeric fields. > > Now frmEditGrid.cpp OnPaste controls whether the editor is kind of > wxStyledTextCtrl > which is correct for sqlGr

[pgadmin-support] pgAdmin svn 8390 copy/paste numeric fields

2010-05-24 Thread Vladimir Kokovic
Hi, After adding the editor for date/time fields, it is necessary to add the possibility to copy/paste numeric fields. Now frmEditGrid.cpp OnPaste controls whether the editor is kind of wxStyledTextCtrl which is correct for sqlGridTextEditor, but it can not be applied to sqlGridNumericEditor (wxT