Reorder for Java Editor 1.0.4
1
0
Categories:
The Reorder plug-in adds the following actions to the Java editor toolbar.
* Swap backward (Ctrl+,)
* Swap forward (Ctrl,.)
Basically the actions reorder the:
* arguments of a class instance creation invocation
* arguments of a method invocation
* parameters of a method declaration
* members of array initializer
and handle , separator correctly.
Additional Details
- Version Number: 1.0.4
- Eclipse Versions: 3.4,3.5
- Organization: Sandip V. Chitale
- Date Created: 18/09/2008
- Date Updated: 15/08/2010
- Development Status: Alpha
- License: Other
- Submitted by: Sandip Chitale

