History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5407
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Arik Kfir
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Code format improvement: (optionally) move constants to the top of the class

Created: 08 Jun 08 21:46   Updated: 16 Jun 08 13:54
Component/s: Code Formatting and Code Style
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Any.

Build: 8,845
Severity: Low


 Description  « Hide
Many organizations prefer to have all class constants (i.e. private-static-final) at the top (some might prefer the bottom) of the class.
Currently, IDEA has no distinction between constants and fields in its code-formatting settings.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 16 Jun 08 13:34
IDEA's built-in formatter does not currently have any support for reordering members, and we don't currently plan to add that functionality. You can use the Rearranger plugin which can be configured to do what you need.

Arik Kfir - 16 Jun 08 13:54
Too bad
I'll use the arranger then.