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

multilineComments and braces are merged and can not be collapsed individually

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Duplicate
    • Icon: P5: Not important P5: Not important
    • None
    • Qt Creator 2.7.0, Qt Creator 4.7.0-beta1
    • C/C++/Obj-C++ Support
    • None

      Hi,

      This code segment will have only one thing to collapse on the left side:

      void funct(void)
      /*************************************************************
       * multiline Comment after function declaration and it's brace
       *
       * breaks collapsing, so collapsing of a braces and comments
       * should be separated.
       **************************************************************/
      {
          int newOne = 1;
      }
      

      IMO there should be two - one for comment and another for braces.

      Not a big deal anyway.

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

            kandeler Christian Kandeler
            pperisin Petar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes