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

Code folds incorrectly with #ifdef

    XMLWordPrintable

Details

    • Linux/X11
    • 2bfa16daa (master)

    Description

      int main() {
      #ifdef NOT_DEFINED
      	if (true) {
      		//...
      	}
      	else {
      		//...
      	}
      #else
      	if (true) {
      		//...
      	}
      #endif
      }

      In this file, the main function only folds the first line. The comments in the if/else blocks in the NOT_DEFINED region can fold to the next line, and the else block can fold to the end of the function.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-21064
          # Subject Branch Project Status CR V

          Activity

            People

              kandeler Christian Kandeler
              tguen tguen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes