Bug 530277 - [sort members] Sort selected members only
Summary: [sort members] Sort selected members only
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.7.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-25 02:44 EST by Lukas Eder CLA
Modified: 2018-01-25 04:52 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.