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

Cursor gets stuck after ':' before a constructor initializer list

    XMLWordPrintable

Details

    • Linux/X11
    • b88b73d9c1b9fb4c1da4ab8ad85fbcad05512668

    Description

      Steps to reproduce:

      • In code like
        class Foo {
        public:
            Foo() :
                  m_x(10)
            {}
        
        private:
            int m_x;
        };
        
      • Place cursor after ':'
      • Press Enter: Nothing happens, cursor is stuck

      Attachments

        Activity

          People

            kandeler Christian Kandeler
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: