| [news.eclipse.platform] Re: Q: changing member sort fields |
You can reset all hidden JDT UI warning dialogs by clicking the 'Clear' button on the 'Java' preference page. Note however, that this will bring back all such dialogs.(Crossposted to DZone, but no responses)
In Eclipse 3.4.1, I would like to change the member sorting (Source->Sort Members...) to include fields, enums, etc. I told it to ignore them the first time I ran sort and can't figure out how to re-allow them.
I know it can be "dangerous" to do this. I never include fields that depend on others--these I always initialize in static blocks.