0

It would be nice to have my methods put in alphabetical order, just like the java docs. Can eclipse do that for me ? Or do i do it manually ?

bread butter
  • 617
  • 3
  • 10
  • 18
  • 2
    Quest Exists in this [Link](http://stackoverflow.com/questions/6549319/eclipse-organize-methods-in-alphabetical-order) – thar45 Aug 29 '12 at 04:17
  • 2
    possible duplicate of [Sorting methods in Eclipse](http://stackoverflow.com/questions/854232/sorting-methods-in-eclipse) – Bananeweizen Aug 29 '12 at 04:47

1 Answers1

0

You can view class members in alphabetical order in the Outline view, but I don't think you can sort them alphabetically. You can only sort them by type (e.g. initializers, constructors, etc) and visibility (public, private, ...).

snibbets
  • 1,095
  • 10
  • 11
  • I will have to wait till my reputation = 125. – bread butter Aug 29 '12 at 18:57
  • Eclipse may not do what you want it to do, but I have answered your question. That doesn't mean my answer deserves to be marked down. My information is the same as what is given here: http://stackoverflow.com/questions/6549319/eclipse-organize-methods-in-alphabetical-order?lq=1 – snibbets Aug 30 '12 at 00:51
  • It's different information than given in the answer there. Plus if the question is a dupe it should be marked as such and closed, no? – Dave Newton Aug 30 '12 at 11:27
  • My answer and the other answer describe the same thing, but in a different way. I have no problem if this is marked as a duplicate. – snibbets Aug 30 '12 at 12:22