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

multilineComments and braces are merged and can not be collapsed individually

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes