[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Q: changing member sort fields

G. Ralph Kuntz, MD wrote:
(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.
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.

Dani

I know it can be "dangerous" to do this. I never include fields that depend on others--these I always initialize in static blocks.