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

[Reg: 12.0->13.0] Auto-Insertion closing curly braces does not work

    XMLWordPrintable

Details

    Description

      Steps to reproduce:

      • start some condition, function or whatever
      if (true) {
      
      // or...
      
      void bla()
      {
      
      // or...
      class Dummy
      {
      • directly after the curly brace hit Return

      Current result:

      • cursor jumps into the next line

      Expected result:

      • cursor jumps into the next line and adds a closing curly brace (and the semicolon for the class) in the following line automatically

       

      Note: This still works, if waiting for a sec or two.. And disabling the async highlighter makes it work as expected.

      Attachments

        Issue Links

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

          Activity

            People

              artem.sokolovskii Artem Sokolovskii
              cstenger Christian Stenger
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes