XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Duplicate
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • C/C++/Obj-C++ Support
    • None

      I often find that the order in my source files often gets jumbled during development. It would be nice if there was some sort of automated action that could re-order the functions in the source file to match the order specified in the header file.

      So, if the header file was ordered:

      class Dummy
      {
          Dummy();
      
          void func0();
          void func1();
          void func2();
      }
      

      Then the order of the functions in the source file could be arranged to follow suit

      Dummy::Dummy(){}
      
      void Dummy::func0(){}
      void Dummy::func1(){}
      void Dummy::func2(){}
      

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

            erikv Erik Verbruggen
            dusktreader Tucker Beck
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes