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

mark_as_advanced() is ignored in Projects View

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3: Somewhat important
    • None
    • Qt Creator 5.0.0
    • None
    • All

    Description

      When I select some option or cached variable as advanced, then this variable is still shown in the Projects view as a non-advanced option.

      Example code:

      option(ABC_OPTION "abc desc" ON)
      mark_as_advanced(ABC_OPTION)
      
      set(AYZ_OPTION OFF CACHE BOOL "ayz desc")
      mark_as_advanced(AYZ_OPTION)
      

      The expected behavior is to show these options only when the Advanced checkbox is checked.

      Current behavior screenshot:

      Attachments

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

        Activity

          People

            cadam Cristian Adam
            silverq Silver Zachara
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes