Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] binary parser configuration problem

> 
> If I change the binary parser in the preferences and exit the 
> application, the new value is not saved.  Restarting Eclipse and 
> opening the preferences window always brings up the default value of 
> ELF Parser.  Does anyone else experience this problem?  Tracing though 
> the code in BinaryParserBlock.performApply(), I can see 
> fPrefs.setValue() update the Preferences structure, but the value 
> doesn't appear to be saved to disk.
> 

hmmm...
A bug.
Send a PR to track this one out.



Back to the top