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

"Advanced Find" Settings not Persisting

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • None
    • Qt Creator 16.0.0
    • None
    • Linux/X11
    • Linux/X11

    Description

      When Loading a Session, and entering advanced Find (ctrl+shift+f), The Find options always revert to "Current File", no matter what state it was when Qt Creator was last exited.

       

      The Find settings are successfully saved to `~/.config/QtProject/QtQtCreator.ini` on exit. The correct state is saved as:

       

      [FIND]
      ...
      CurrentFilter=All Projects
      ...

      However, when next loading a session (any session). The settings file is reverted to:

       

      [Find]
      ...
      CurrentFilter=Current File

      ...

       

      This same behavior is found in the session.qws files, where a XMl tag of

       <value type="QString" key="CurrentFilter">Current File</value>

       

      is always added, even when deleted or overwritten with another value.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            brynnjolf Brynn Engbers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes