Community
Participate
Working Groups
Build Identifier: When editing a custom parser in the wizard, the time stamp output format reverts to the default value. Reproducible: Always Steps to Reproduce: 1. Create a new custom parser with a non-default Time Stamp format and save it 2. Edit the custom parser 3. The Time Stamp format reverts to the default of yyyy-MM-dd HH:mm:ss.SSS
Created attachment 179459 [details] Proposed patch on org.eclipse.linuxtools.tmf.ui.wizards When loading the edited custom parser definition values into the wizard fields, the modify listener of the Text widgets cause the definition to be overwritten with the default values in the validate() method. The solution is to wait until the definition is loaded before adding the modify listeners. The patch also contains some minor editorial changes. Legal Message: I, Patrick Tasse, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL. I am authorized by my employer to make this contribution under the EPL.
This change was committed with bug 327265 and delivered in 0.8.0.
Comment on attachment 179459 [details] Proposed patch on org.eclipse.linuxtools.tmf.ui.wizards Fixed in another bug.