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

disabling "Insert opening or closing brackets" options causes QtCreator crash when typing-in some code

    XMLWordPrintable

Details

    • Linux/X11

    Description

      with "Insert opening or closing brackets"  option disabled (unchecked),

      when I type "operator int("

      in the following code, QtCreator crashes immediately (as soon as the opening parenthesis is typed. It only occurs while in the process of typing from the keyboard, and not when pasting from clipboard etc):

       

      struct X
      {
          operator int(); // it doesn't matter what the type is - it could be a QString or whatever
      }; 

      with "Insert opening or closing brackets"  option enabled (checked),

      everything works fine.

       

      Attachments

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

        Activity

          People

            artem.sokolovskii Artem Sokolovskii
            judd Judd Niemann
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes