Обсуждение: [pgAdmin III] #197: copy/paste numeric fields

Поиск
Список
Период
Сортировка

[pgAdmin III] #197: copy/paste numeric fields

От
"pgAdmin Trac"
Дата:
#197: copy/paste numeric fields
------------------------------+---------------------------------------------
 Reporter:  Vladimir Kokovic  |       Owner:  dpage
     Type:  bug               |      Status:  new  
 Priority:  minor             |   Milestone:       
Component:  pgadmin           |     Version:  1.10 
 Keywords:  editgrid          |    Platform:  all  
------------------------------+---------------------------------------------
 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 (wxTextCtrl).

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/197>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #197: copy/paste numeric fields

От
"pgAdmin Trac"
Дата:
#197: copy/paste numeric fields
------------------------------+---------------------------------------------
 Reporter:  Vladimir Kokovic  |       Owner:  Steffen Kuhn
     Type:  feature           |      Status:  assigned    
 Priority:  minor             |   Milestone:              
Component:  pgadmin           |     Version:  1.10        
 Keywords:  editgrid          |    Platform:  all         
------------------------------+---------------------------------------------
Changes (by gleu):

  * owner:  dpage => Steffen Kuhn
  * status:  new => assigned
  * type:  bug => feature


--
Ticket URL: <http://code.pgadmin.org/trac/ticket/197#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #197: copy/paste numeric fields

От
"pgAdmin Trac"
Дата:
#197: copy/paste numeric fields
-------------------------------+--------------------------------------------
  Reporter:  Vladimir Kokovic  |       Owner:  Steffen Kuhn
      Type:  feature           |      Status:  closed      
  Priority:  minor             |   Milestone:  1.14        
 Component:  pgadmin           |     Version:  1.10        
Resolution:  fixed             |    Keywords:  editgrid    
  Platform:  all               |  
-------------------------------+--------------------------------------------
Changes (by gleu):

  * status:  assigned => closed
  * resolution:  => fixed
  * milestone:  => 1.14


Comment:

 Done in
 http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commit;h=21254116a46ed3c4d6caa4dc7df7ef4557aa0437

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/197#comment:2>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III