Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-85319

Be able to order the annotated list in alphabetical order even if the things annotated are in different locations

XMLWordPrintable

      Be able to order the annotated list in alphabetical order even if the things annotated are in different locations. Currently if you have enums in different locations then it will order those in location order and then alphabetical order inside each location due to the line:

      LT_RETURN_IF_NOT_EQUAL(n1->location().filePath(), n2->location().filePath());
      

      in node.cpp. Therefore it would be nice if it could be specified that an annotated list should ignore this and just order based on name instead.

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

            treinio Topi Reiniƶ
            andysh Andy Shaw
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes