Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-12192

Sorting in Type Hierarchy uses ASCII instead of alphabet

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 3.1.1
    • C/C++/Obj-C++ Support
    • Ubuntu 12.04 LTS 64 bit

      1. Open a C++-file and add the following code:
        class BaseClass{
        };
        
        class ClassAA : public BaseClass{
        };
        
        class ClassAB : public BaseClass{
        };
        
        class Classaa : public BaseClass{
        };
        
        class Classab : public BaseClass{
        };
        
      2. Right-click on "BaseClass" and select "Open Type Hierarchy" from the context menu.
        You'll see this:

      I think it would make more sense to have the classes in alphabetic order, i.e.:

      1. ClassAA
      2. Classaa
      3. ClassAB
      4. Classab

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kosjar Nikolai Kosjar
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes