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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes