Bug 530277

Summary: [sort members] Sort selected members only
Product: [Eclipse Project] JDT Reporter: Lukas Eder <lukas.eder>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.7.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Lukas Eder CLA 2018-01-25 02:44:42 EST
Let's assume I have this class:

class X {

  // Special methods
  void d() {} 
  void c() {}

  // Other methods
  void a() {}
}

Now I want to sort only *some* members, not all of them. I go and select the "special methods" d() and c(). I'd like the sort members action to only sort the selection, not the entire class.