Tue, 26 Mar 2019 09:41:09 +0100 | Edouard Tisserant | Start fixing wx.NewId abuse in viewer.py. This shows how to avoid using AppendMenu() function, definitely useless. | changeset | files |
Mon, 25 Mar 2019 14:59:54 +0100 | Edouard Tisserant | VariablePanel's menu do not waste Wx IDs anymore (directly binds wx objects rather than crating new ID wit wx.NewId) | changeset | files |
Tue, 26 Mar 2019 09:48:45 +0100 | Edouard Tisserant | Instrument IDE code to find code abusing wx.NewId. | changeset | files |
Fri, 22 Mar 2019 14:00:35 +0100 | Edouard Tisserant | Fix error when searching accross project. Collection of result wasn't initialized and was failing in case some CTN was returning no result. | changeset | files |