Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Delay in code section when I change the widget name in Object explorer?
Forum Updated to NodeBB v4.3 + New Features

Delay in code section when I change the widget name in Object explorer?

Scheduled Pinned Locked Moved Unsolved General and Desktop
27 Posts 3 Posters 3.9k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A aha_1980
    27 Apr 2019, 14:51

    @mrjj that confirms my observation, that Clang works better on Linux.

    Anyone wanting to create a bugreport?

    M Offline
    M Offline
    mrjj
    Lifetime Qt Champion
    wrote on 27 Apr 2019, 14:59 last edited by
    #8

    @aha_1980
    But is it a bug ?
    On linux, it will be ready for auto-completion as soon as switching back to code?
    (i have older Creator on linux so could not test it )

    A M 2 Replies Last reply 27 Apr 2019, 15:21
    0
    • M mrjj
      27 Apr 2019, 14:59

      @aha_1980
      But is it a bug ?
      On linux, it will be ready for auto-completion as soon as switching back to code?
      (i have older Creator on linux so could not test it )

      A Offline
      A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 27 Apr 2019, 15:21 last edited by
      #9

      @mrjj

      On linux, it will be ready for auto-completion as soon as switching back to code?

      Yup. Same way as in former times with classic code model. I was impressed too :)

      Qt has to stay free or it will die.

      1 Reply Last reply
      0
      • M mrjj
        27 Apr 2019, 14:59

        @aha_1980
        But is it a bug ?
        On linux, it will be ready for auto-completion as soon as switching back to code?
        (i have older Creator on linux so could not test it )

        M Offline
        M Offline
        Mucip
        wrote on 27 Apr 2019, 15:27 last edited by
        #10

        Dear @mrjj ,
        So what else? It works on Linux but doesn't work on windows?!...

        Regards,
        Mucip:)

        M 1 Reply Last reply 27 Apr 2019, 18:10
        0
        • M Mucip
          27 Apr 2019, 15:27

          Dear @mrjj ,
          So what else? It works on Linux but doesn't work on windows?!...

          Regards,
          Mucip:)

          M Offline
          M Offline
          mrjj
          Lifetime Qt Champion
          wrote on 27 Apr 2019, 18:10 last edited by
          #11

          @Mucip
          thats why i asked. :)
          If it also did not work like old times in Linux, it might be intended but seems not.
          (and i sorely missed even build file is fast)
          I will create a bug report.

          M 1 Reply Last reply 27 Apr 2019, 18:13
          0
          • M mrjj
            27 Apr 2019, 18:10

            @Mucip
            thats why i asked. :)
            If it also did not work like old times in Linux, it might be intended but seems not.
            (and i sorely missed even build file is fast)
            I will create a bug report.

            M Offline
            M Offline
            Mucip
            wrote on 27 Apr 2019, 18:13 last edited by
            #12

            @mrjj said in Delay in code section when I change the widget name in Object explorer?:

            I will create a bug report.

            Hi,
            Thanks a lot...

            Regards,
            Mucip:)

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mrjj
              Lifetime Qt Champion
              wrote on 27 Apr 2019, 20:42 last edited by mrjj
              #13

              Hi
              we need to talk a bit about this.

              To be sure i used the same version in both Linux and windows, i removed my windows Qt versions and
              installed the newest from the online installer. And now autocompletion works as in Linux.??

              @Mucip
              Could you please try
              Make new default GUI project. ( with the wizard)
              Click on MainWindow.ui to see form
              Drop pushbutton on the form
              press shift+f4 to switch to code
              start type ui-> and then see if the button is listed ?
              For me that works now in Windows with Creator 4.9
              No need to run or compile.
              It also picks up renames now. And i cannot reproduce it. :(

              alt text

              M 1 Reply Last reply 27 Apr 2019, 20:52
              1
              • M mrjj
                27 Apr 2019, 20:42

                Hi
                we need to talk a bit about this.

                To be sure i used the same version in both Linux and windows, i removed my windows Qt versions and
                installed the newest from the online installer. And now autocompletion works as in Linux.??

                @Mucip
                Could you please try
                Make new default GUI project. ( with the wizard)
                Click on MainWindow.ui to see form
                Drop pushbutton on the form
                press shift+f4 to switch to code
                start type ui-> and then see if the button is listed ?
                For me that works now in Windows with Creator 4.9
                No need to run or compile.
                It also picks up renames now. And i cannot reproduce it. :(

                alt text

                M Offline
                M Offline
                Mucip
                wrote on 27 Apr 2019, 20:52 last edited by Mucip
                #14

                @mrjj,
                I shocked! I did what you write.
                I put one lineEdit on the form and change name to lineEditName.
                Then press Shift+F4 to code section. And I start to see ui->lineEditName.

                So what is the problem now?! Why old created project works bad then?!...

                Edit: I tryed old code and still same problem?! I need to run code first to see code compÅŸlation of new added object?!
                Very strange!!! :(

                Regards,
                Mucip:)

                M 1 Reply Last reply 27 Apr 2019, 21:08
                1
                • M Mucip
                  27 Apr 2019, 20:52

                  @mrjj,
                  I shocked! I did what you write.
                  I put one lineEdit on the form and change name to lineEditName.
                  Then press Shift+F4 to code section. And I start to see ui->lineEditName.

                  So what is the problem now?! Why old created project works bad then?!...

                  Edit: I tryed old code and still same problem?! I need to run code first to see code compÅŸlation of new added object?!
                  Very strange!!! :(

                  Regards,
                  Mucip:)

                  M Offline
                  M Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on 27 Apr 2019, 21:08 last edited by
                  #15

                  @Mucip
                  Hi
                  Tested some more.
                  Can you try something?
                  In your real project. Add a new button, name it "there"
                  shift to code
                  And then WAIT. count at least slowly to 30.
                  then type
                  ui->

                  I found out that in the larger projects, if you do it fast, it is not there
                  but then i went for coffee. and when i came back, it was in autocomplete.
                  I did not compile!
                  So Im starting to think its maybe just slower than we think.

                  M 1 Reply Last reply 27 Apr 2019, 21:22
                  1
                  • M mrjj
                    27 Apr 2019, 21:08

                    @Mucip
                    Hi
                    Tested some more.
                    Can you try something?
                    In your real project. Add a new button, name it "there"
                    shift to code
                    And then WAIT. count at least slowly to 30.
                    then type
                    ui->

                    I found out that in the larger projects, if you do it fast, it is not there
                    but then i went for coffee. and when i came back, it was in autocomplete.
                    I did not compile!
                    So Im starting to think its maybe just slower than we think.

                    M Offline
                    M Offline
                    Mucip
                    wrote on 27 Apr 2019, 21:22 last edited by
                    #16

                    Hi @mrjj,
                    I did what you advice and it's been 4 minutes and still nothing about ui->there?!... :(

                    Regards,
                    Mucip:)

                    M 1 Reply Last reply 27 Apr 2019, 21:24
                    1
                    • M Mucip
                      27 Apr 2019, 21:22

                      Hi @mrjj,
                      I did what you advice and it's been 4 minutes and still nothing about ui->there?!... :(

                      Regards,
                      Mucip:)

                      M Offline
                      M Offline
                      mrjj
                      Lifetime Qt Champion
                      wrote on 27 Apr 2019, 21:24 last edited by mrjj
                      #17

                      @Mucip
                      Thank you for testing :)
                      Ok, so yours clearly have another issue.
                      Can i ask how BIG your project is ?
                      is any of the files over 5MB?

                      Still trying to find a really large Qt project to try on.
                      Maybe Creators own source.

                      M 1 Reply Last reply 27 Apr 2019, 21:47
                      0
                      • M mrjj
                        27 Apr 2019, 21:24

                        @Mucip
                        Thank you for testing :)
                        Ok, so yours clearly have another issue.
                        Can i ask how BIG your project is ?
                        is any of the files over 5MB?

                        Still trying to find a really large Qt project to try on.
                        Maybe Creators own source.

                        M Offline
                        M Offline
                        Mucip
                        wrote on 27 Apr 2019, 21:47 last edited by
                        #18

                        Hi @mrjj,
                        There is still nothing! :(

                        I have 86 cpp file in project and max size is 41 KB...

                        Regards,
                        Mucip:)

                        M 1 Reply Last reply 27 Apr 2019, 21:57
                        0
                        • M Mucip
                          27 Apr 2019, 21:47

                          Hi @mrjj,
                          There is still nothing! :(

                          I have 86 cpp file in project and max size is 41 KB...

                          Regards,
                          Mucip:)

                          M Offline
                          M Offline
                          mrjj
                          Lifetime Qt Champion
                          wrote on 27 Apr 2019, 21:57 last edited by
                          #19

                          Hi
                          Well that is nothing. or far from 5 mb.

                          I did notice while testing if there is anything it complains about with the
                          red circles, sometimes it won't autocomplete.
                          Im wondering if there is something in your project that stalls it.
                          But i assume its for all UI files so that seems unlikely.

                          However, if you are willing
                          we could try
                          https://wiki.qt.io/Qt_Creator_Clang_Code_Model
                          (the windows part in the top. ) and then see if anything shows up in the log.
                          DebugView is ultra small download so its not very time consuming.
                          You do not have to read all of it. just the log part in top :)

                          M 1 Reply Last reply 27 Apr 2019, 22:09
                          1
                          • M mrjj
                            27 Apr 2019, 21:57

                            Hi
                            Well that is nothing. or far from 5 mb.

                            I did notice while testing if there is anything it complains about with the
                            red circles, sometimes it won't autocomplete.
                            Im wondering if there is something in your project that stalls it.
                            But i assume its for all UI files so that seems unlikely.

                            However, if you are willing
                            we could try
                            https://wiki.qt.io/Qt_Creator_Clang_Code_Model
                            (the windows part in the top. ) and then see if anything shows up in the log.
                            DebugView is ultra small download so its not very time consuming.
                            You do not have to read all of it. just the log part in top :)

                            M Offline
                            M Offline
                            Mucip
                            wrote on 27 Apr 2019, 22:09 last edited by
                            #20

                            Hi @mrjj ,
                            Well, I downloaded DebugView. But where is the log file to view in Debug View?...

                            Regards,
                            Mucip:)

                            M 1 Reply Last reply 27 Apr 2019, 23:33
                            1
                            • M Mucip
                              27 Apr 2019, 22:09

                              Hi @mrjj ,
                              Well, I downloaded DebugView. But where is the log file to view in Debug View?...

                              Regards,
                              Mucip:)

                              M Offline
                              M Offline
                              mrjj
                              Lifetime Qt Champion
                              wrote on 27 Apr 2019, 23:33 last edited by mrjj
                              #21

                              @Mucip
                              hi
                              did you also do the part with
                              set QT_LOGGING_RULES=qtc.clang*=true
                              set LIBCLANG_TIMING=1
                              /fullpath/qtcreator.exe
                              in a shell ?

                              it should write inside DebugView, which you start FIRST and then
                              the set stuff in shell and start creator.
                              It should then write tons of stuff in DebugView

                              alt text

                              M 1 Reply Last reply 28 Apr 2019, 12:21
                              1
                              • M mrjj
                                27 Apr 2019, 23:33

                                @Mucip
                                hi
                                did you also do the part with
                                set QT_LOGGING_RULES=qtc.clang*=true
                                set LIBCLANG_TIMING=1
                                /fullpath/qtcreator.exe
                                in a shell ?

                                it should write inside DebugView, which you start FIRST and then
                                the set stuff in shell and start creator.
                                It should then write tons of stuff in DebugView

                                alt text

                                M Offline
                                M Offline
                                Mucip
                                wrote on 28 Apr 2019, 12:21 last edited by
                                #22

                                Dear @mrjj,
                                I did. And output is below...

                                [6500] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(, )
                                [10236] qtc.clangbackend.server: ########## documentVisibilityChanged
                                [10236] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                [6500] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, )
                                [10236] qtc.clangbackend.server: ########## documentVisibilityChanged
                                [10236] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                [6500] qtc.clangcodemodel.ipc: ====> DocumentsOpenedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(-nostdinc, -nostdinc++, -fsyntax-only, -m32, -std=gnu++2a, -DQ_CREATOR_RUN, -isystem, D:\ProgramFiles\Qt\Tools\QtCreator\bin\clang\lib\clang\7.0.0\include, -I, D:\ProgramFiles\Qt\Tools\QtCreator\share\qtcreator\cplusplus\wrappedQtHeaders, -I, D:\ProgramFiles\Qt\Tools\QtCreator\share\qtcreator\cplusplus\wrappedQtHeaders\QtCore, -I, C:\temp\QtCreator-BtaIAa\clang-uiheader-jkidkG, -fmessage-length=0, -fdiagnostics-show-note-include-stack, -fretain-comments-from-system-headers, -fmacro-backtrace-limit=0, -ferror-limit=1000, -x, c++, -Wno-unknown-pragmas, -Wno-unknown-warning-option, -Wno-documentation-unknown-command, -Weverything, -Wno-c++98-compat, -Wno-c++98-compat-pedantic, -Wno-unused-macros, -Wno-newline-eof, -Wno-exit-time-destructors, -Wno-global-constructors, -Wno-gnu-zero-variadic-macro-arguments, -Wno-documentation, -Wno-shadow, -Wno-switch-enum, -Wno-missing-prototypes, -Wno-used-but-marked-unused, -fno-delayed-template-parsing), Utf8StringVector(C:\temp\QtCreator-BtaIAa\clang-uiheader-jkidkG), 1, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-bobinbul.cpp-iLrQhK>), D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, )
                                [10236] qtc.clangbackend.server: ########## documentsOpened
                                [10236] qtc.clangbackend.translationunits: Creating TranslationUnit {1e092380-1720-45ff-92c0-61ca9c8f3560} for "bobinbul.cpp"
                                [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<1,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<2,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<2,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<1,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {1e092380-1720-45ff-92c0-61ca9c8f3560}
                                [10236] qtc.clangbackend.timers: ClangCodeModelServer::documentsOpened needed 63 ms
                                [10236] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 1608 ms
                                [10236] qtc.clangbackend.translationunits: Updated {1e092380-1720-45ff-92c0-61ca9c8f3560} for "bobinbul.cpp" RecentlyParsed: {1e092380-1720-45ff-92c0-61ca9c8f3560} PreviouslyParsed: {1e092380-1720-45ff-92c0-61ca9c8f3560}
                                [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<1,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<2,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {1e092380-1720-45ff-92c0-61ca9c8f3560}
                                [10236] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 2 ms
                                [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<2,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_tekliftensiparisolusturma.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_tekliftensiparisolusturma.h-AKrSXZ>), )
                                [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_tabakaolusturma.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_tabakaolusturma.h-SsGllm>), )
                                [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_stokgrupkod.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_stokgrupkod.h-qJEnEl>), )
                                [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_siparisbul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_siparisbul.h-PKJDJq>), )
                                [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_irsaliyebul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_irsaliyebul.h-TBnuZy>), )
                                [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_kullaniciyetkileri.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_kullaniciyetkileri.h-GLhilF>), )
                                [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated

                                But When I run the project below message appear:

                                15:18:08: Starting D:\Belgeler\qt\build-CSI_Yonetim-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug\debug\CSI_Yonetim.exe ...
                                15:18:08: Cannot retrieve debugging output.
                                15:18:19: D:/Belgeler/qt/build-CSI_Yonetim-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug/debug/CSI_Yonetim.exe exited with code 0
                                

                                I did not understand?...
                                Regards,
                                Mucip:)

                                M 1 Reply Last reply 28 Apr 2019, 12:36
                                0
                                • M Mucip
                                  28 Apr 2019, 12:21

                                  Dear @mrjj,
                                  I did. And output is below...

                                  [6500] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(, )
                                  [10236] qtc.clangbackend.server: ########## documentVisibilityChanged
                                  [10236] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                  [6500] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, )
                                  [10236] qtc.clangbackend.server: ########## documentVisibilityChanged
                                  [10236] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                  [6500] qtc.clangcodemodel.ipc: ====> DocumentsOpenedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(-nostdinc, -nostdinc++, -fsyntax-only, -m32, -std=gnu++2a, -DQ_CREATOR_RUN, -isystem, D:\ProgramFiles\Qt\Tools\QtCreator\bin\clang\lib\clang\7.0.0\include, -I, D:\ProgramFiles\Qt\Tools\QtCreator\share\qtcreator\cplusplus\wrappedQtHeaders, -I, D:\ProgramFiles\Qt\Tools\QtCreator\share\qtcreator\cplusplus\wrappedQtHeaders\QtCore, -I, C:\temp\QtCreator-BtaIAa\clang-uiheader-jkidkG, -fmessage-length=0, -fdiagnostics-show-note-include-stack, -fretain-comments-from-system-headers, -fmacro-backtrace-limit=0, -ferror-limit=1000, -x, c++, -Wno-unknown-pragmas, -Wno-unknown-warning-option, -Wno-documentation-unknown-command, -Weverything, -Wno-c++98-compat, -Wno-c++98-compat-pedantic, -Wno-unused-macros, -Wno-newline-eof, -Wno-exit-time-destructors, -Wno-global-constructors, -Wno-gnu-zero-variadic-macro-arguments, -Wno-documentation, -Wno-shadow, -Wno-switch-enum, -Wno-missing-prototypes, -Wno-used-but-marked-unused, -fno-delayed-template-parsing), Utf8StringVector(C:\temp\QtCreator-BtaIAa\clang-uiheader-jkidkG), 1, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-bobinbul.cpp-iLrQhK>), D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, )
                                  [10236] qtc.clangbackend.server: ########## documentsOpened
                                  [10236] qtc.clangbackend.translationunits: Creating TranslationUnit {1e092380-1720-45ff-92c0-61ca9c8f3560} for "bobinbul.cpp"
                                  [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<1,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                  [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<2,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                  [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<2,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                  [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<1,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {1e092380-1720-45ff-92c0-61ca9c8f3560}
                                  [10236] qtc.clangbackend.timers: ClangCodeModelServer::documentsOpened needed 63 ms
                                  [10236] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 1608 ms
                                  [10236] qtc.clangbackend.translationunits: Updated {1e092380-1720-45ff-92c0-61ca9c8f3560} for "bobinbul.cpp" RecentlyParsed: {1e092380-1720-45ff-92c0-61ca9c8f3560} PreviouslyParsed: {1e092380-1720-45ff-92c0-61ca9c8f3560}
                                  [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<1,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                  [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<2,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {1e092380-1720-45ff-92c0-61ca9c8f3560}
                                  [10236] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 2 ms
                                  [10236] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<2,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                  [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_tekliftensiparisolusturma.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_tekliftensiparisolusturma.h-AKrSXZ>), )
                                  [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                  [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                  [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_tabakaolusturma.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_tabakaolusturma.h-SsGllm>), )
                                  [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                  [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                  [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_stokgrupkod.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_stokgrupkod.h-qJEnEl>), )
                                  [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                  [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                  [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_siparisbul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_siparisbul.h-PKJDJq>), )
                                  [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                  [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                  [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_irsaliyebul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_irsaliyebul.h-TBnuZy>), )
                                  [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                  [10236] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                  [6500] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-BtaIAa/clang-uiheader-jkidkG/ui_kullaniciyetkileri.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-arWBbF/unsavedfilecontent-ui_kullaniciyetkileri.h-GLhilF>), )
                                  [10236] qtc.clangbackend.server: ########## unsavedFilesUpdated

                                  But When I run the project below message appear:

                                  15:18:08: Starting D:\Belgeler\qt\build-CSI_Yonetim-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug\debug\CSI_Yonetim.exe ...
                                  15:18:08: Cannot retrieve debugging output.
                                  15:18:19: D:/Belgeler/qt/build-CSI_Yonetim-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug/debug/CSI_Yonetim.exe exited with code 0
                                  

                                  I did not understand?...
                                  Regards,
                                  Mucip:)

                                  M Offline
                                  M Offline
                                  mrjj
                                  Lifetime Qt Champion
                                  wrote on 28 Apr 2019, 12:36 last edited by
                                  #23

                                  Hi
                                  Thank you for testing.
                                  Looking at the "needed 0 ms", you seem to have ca same values as in my test.
                                  so its not being very slow as such.
                                  However, i didn't notice that many unsavedFilesUpdated in my log but i will test some more.

                                  I had hoped it might have shown some error that it could not parse something to find out why it dont work in that project.

                                  You did try to alter UI and switch to code and test autocompletion in this log, correct ?

                                  M 2 Replies Last reply 28 Apr 2019, 12:47
                                  1
                                  • M mrjj
                                    28 Apr 2019, 12:36

                                    Hi
                                    Thank you for testing.
                                    Looking at the "needed 0 ms", you seem to have ca same values as in my test.
                                    so its not being very slow as such.
                                    However, i didn't notice that many unsavedFilesUpdated in my log but i will test some more.

                                    I had hoped it might have shown some error that it could not parse something to find out why it dont work in that project.

                                    You did try to alter UI and switch to code and test autocompletion in this log, correct ?

                                    M Offline
                                    M Offline
                                    Mucip
                                    wrote on 28 Apr 2019, 12:47 last edited by Mucip
                                    #24

                                    @mrjj said in Delay in code section when I change the widget name in Object explorer?:

                                    You did try to alter UI and switch to code and test autocompletion in this log, correct ?

                                    Hi,
                                    Now yes... I put a button in the foemand changed it's name to pushButtonThere. And Press shift+F4.
                                    and ui->pushButtonThere did not appear again unforunatelly... :(

                                    Error log is below...
                                    [2732] qtc.clangcodemodel.ipc: Starting "D:/ProgramFiles/Qt/Tools/QtCreator/bin/clangbackend.exe"
                                    [2732] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(, )
                                    [9316] qtc.clangbackend.server: ########## documentVisibilityChanged
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                    [2732] SOFT ASSERT: "d->m_accessor" in file C:\Users\qt\work\build\qt-creator\src\plugins\projectexplorer\toolchainmanager.cpp, line 130
                                    [2732] qtc.clangcodemodel.ipc: Hint: AliveMessage will not be printed. Force it by setting QTC_CLANG_FORCE_VERBOSE_ALIVE=1.
                                    [2732] DirectWrite: CreateFontFaceFromHDC() failed (Yazı tipi dosyası gibi bir giriş dosyasındaki hatayı gösterir.) for QFontDef(Family="8514oem", pointsize=7.8, pixelsize=20, styleHint=5, weight=50, stretch=100, hintingPreference=0) LOGFONT("8514oem", lfWidth=0, lfHeight=-20) dpi=120
                                    [2732] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, )
                                    [9316] qtc.clangbackend.server: ########## documentVisibilityChanged
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bobinstokdurum.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bobinstokdurum.h-cwfbNg>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bobinbul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bobinbul.h-qNnIiF>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_urunagacgiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_urunagacgiris.h-onsjUh>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_siparistenirsaliyeolusturma.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_siparistenirsaliyeolusturma.h-BVrxXe>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_telefonrehberi.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_telefonrehberi.h-necDCw>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bobinkart.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bobinkart.h-bNIrWZ>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_fiyatlistesigiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_fiyatlistesigiris.h-BSDOfF>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_stokbirimgiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_stokbirimgiris.h-eVArOg>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_faturagiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_faturagiris.h-CsjpzH>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_irsaliyekalemleriraporu.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_irsaliyekalemleriraporu.h-SkxLZH>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_operasyonbul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_operasyonbul.h-vKhdzd>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_stokhareket.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_stokhareket.h-Lrumzn>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_irsaliyegiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_irsaliyegiris.h-lOlXqw>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_operasyongiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_operasyongiris.h-EjBFdo>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_ihtiyacgoster.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_ihtiyacgoster.h-rpgeSC>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bobinkesimbul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bobinkesimbul.h-ShsAht>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_maliyetgor.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_maliyetgor.h-gwajfw>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_siparistenuretim.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_siparistenuretim.h-EkLAoh>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_hakkinda.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_hakkinda.h-LGfqpC>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_stokbilgigiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_stokbilgigiris.h-sebrUO>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_faturabul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_faturabul.h-pjFsIF>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bobinfisbul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bobinfisbul.h-jrdxcq>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_stokkartgiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_stokkartgiris.h-sXaSYW>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_stokgrupkod.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_stokgrupkod.h-cCqYmT>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_argetalepgiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_argetalepgiris.h-nqUOXZ>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_carikart.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_carikart.h-WZAUTG>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_urunagacigoruntuleme.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_urunagacigoruntuleme.h-BqZvXs>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_iscilikgiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_iscilikgiris.h-ySAbBA>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bobintransfer.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bobintransfer.h-dlKAho>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_irsaliyedenfaturaolusturma.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_irsaliyedenfaturaolusturma.h-SYsScZ>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bobinkesimtalep.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bobinkesimtalep.h-yGpttE>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bobinbilgigiris.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bobinbilgigiris.h-IfvlUG>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_siparisdurumgoruntuleme.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_siparisdurumgoruntuleme.h-LFTacA>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_urunagacal.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_urunagacal.h-oUNSiP>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_taleponay.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_taleponay.h-YXAQKm>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_caridurumlisteleme.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_caridurumlisteleme.h-eWzcqu>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_telepdenteklifolusturma.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_telepdenteklifolusturma.h-IAhANI>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_teklifbul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_teklifbul.h-KMswNA>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_bankasec.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_bankasec.h-WQKZVS>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_demirbaskart.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_demirbaskart.h-cNKsEL>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_agirlikbul.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_agirlikbul.h-cIYicW>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_stokdynamicube.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_stokdynamicube.h-TgkVMJ>), )
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated
                                    [9316] qtc.clangbackend.timers: ClangCodeModelServer::unsavedFilesUpdated needed 0 ms
                                    [2732] qtc.clangcodemodel.ipc: ====> UnsavedFilesUpdatedMessage(FileContainer(C:/temp/QtCreator-kUPBgr/clang-uiheader-iCGwrA/ui_depostok.h, Utf8StringVector(), Utf8StringVector(), 0, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-ui_depostok.h-kidXcy>), )
                                    [9316] qtc.clangbackend.server: ########## unsavedFilesUpdated

                                    P.S.: I couldn't attache complete log file here?! No eanouhg privilages say?!... Why???

                                    Regards,
                                    Mucip:)

                                    1 Reply Last reply
                                    0
                                    • M mrjj
                                      28 Apr 2019, 12:36

                                      Hi
                                      Thank you for testing.
                                      Looking at the "needed 0 ms", you seem to have ca same values as in my test.
                                      so its not being very slow as such.
                                      However, i didn't notice that many unsavedFilesUpdated in my log but i will test some more.

                                      I had hoped it might have shown some error that it could not parse something to find out why it dont work in that project.

                                      You did try to alter UI and switch to code and test autocompletion in this log, correct ?

                                      M Offline
                                      M Offline
                                      Mucip
                                      wrote on 28 Apr 2019, 12:53 last edited by
                                      #25

                                      Dear @mrjj,
                                      Maybe this may help?!

                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, )
                                      [9316] qtc.clangbackend.server: ########## documentVisibilityChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                      [2732] qtc.clangcodemodel.ipc: >>> RequestToolTipMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 7, UTF-8), 1, 33, 17, )
                                      [2732] qtc.clangcodemodel.hover: Requesting tooltip info at 847
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<40,"bobinbul.cpp",RequestToolTip,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<40,"bobinbul.cpp",RequestToolTip,RecentlyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::requestToolTip needed 14 ms
                                      [9316] qtc.clangbackend.timers: RequestToolTipJobRunner needed 15 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<40,"bobinbul.cpp",RequestToolTip,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== ToolTipMessage void QAbstractItemView::setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior)
                                      [2732] qtc.clangcodemodel.hover: Appending word-based fallback lookup ("setSelectionBehavior")
                                      [2732] qtc.clangcodemodel.hover: Processing tooltip info "void QAbstractItemView::setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior)"
                                      [2732] qtc.clangcodemodel.hover: Querying help manager with ("QAbstractItemView::setSelectionBehavior", "setSelectionBehavior", "setSelectionBehavior") "setSelectionBehavior(QAbstractItemView::SelectionBehavior)" Function
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentsChangedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 8, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-bobinbul.cpp-iFMwdG>), )
                                      [9316] qtc.clangbackend.server: ########## documentsChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentsChanged needed 0 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<42,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<43,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<43,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<42,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 143 ms
                                      [9316] qtc.clangbackend.translationunits: Updated {ceeb2d99-5888-4a48-9e7a-5af993aed1b1} for "bobinbul.cpp" RecentlyParsed: {ceeb2d99-5888-4a48-9e7a-5af993aed1b1} PreviouslyParsed: {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<42,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 1 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<43,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 12 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<43,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 0 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [2732] qtc.clangcodemodel.ipc: ====> RequestReferencesMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 9, ), 4, 12, 9, false, )
                                      [9316] qtc.clangbackend.server: ########## requestReferences
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<46,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to revision mismatch: Job<46,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::requestReferences needed 4 ms
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentsChangedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 9, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-bobinbul.cpp-nrSEtH>), )
                                      [9316] qtc.clangbackend.server: ########## documentsChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentsChanged needed 0 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<47,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<48,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<46,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<48,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<47,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 138 ms
                                      [9316] qtc.clangbackend.translationunits: Updated {8c4135f2-4b04-407a-ad36-1b6387bea97d} for "bobinbul.cpp" RecentlyParsed: {8c4135f2-4b04-407a-ad36-1b6387bea97d} PreviouslyParsed: {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<47,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 1 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<46,"bobinbul.cpp",RequestReferences,RecentlyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.timers: RequestReferencesJobRunner needed 2 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<46,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== ReferencesMessage with 0 references
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<48,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 29 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<48,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 0 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [2732] qtc.clangcodemodel.ipc: ====> RequestReferencesMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 12, ), 5, 12, 5, false, )
                                      [9316] qtc.clangbackend.server: ########## requestReferences
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<52,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to revision mismatch: Job<52,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::requestReferences needed 4 ms
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentsChangedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 12, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-bobinbul.cpp-eBbzeM>), )
                                      [9316] qtc.clangbackend.server: ########## documentsChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentsChanged needed 0 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<53,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<54,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<52,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<54,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<53,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 144 ms
                                      [9316] qtc.clangbackend.translationunits: Updated {ceeb2d99-5888-4a48-9e7a-5af993aed1b1} for "bobinbul.cpp" RecentlyParsed: {ceeb2d99-5888-4a48-9e7a-5af993aed1b1} PreviouslyParsed: {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<53,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 2 diagnostics 387 token infos 0 skipped preprocessor ranges
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<52,"bobinbul.cpp",RequestReferences,RecentlyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: RequestReferencesJobRunner needed 2 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<52,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<54,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [2732] qtc.clangcodemodel.ipc: <==== ReferencesMessage with 12 references
                                      [9316] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 12 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<54,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 0 diagnostics 387 token infos 0 skipped preprocessor ranges
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentsChangedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 13, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-bobinbul.cpp-SSeOrl>), )
                                      [2732] qtc.clangcodemodel.ipc: ====> RequestCompletionsMessage(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, 12, 8, , 2-1, -1, )
                                      [9316] qtc.clangbackend.server: ########## documentsChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentsChanged needed 0 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<58,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<59,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<59,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<58,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.server: ########## requestCompletions
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<61,"bobinbul.cpp",RequestCompletions,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<59,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<61,"bobinbul.cpp",RequestCompletions,RecentlyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::requestCompletions needed 9 ms
                                      [9316] qtc.clangbackend.timers: CompleteCodeJobRunner needed 67 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<61,"bobinbul.cpp",RequestCompletions,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== CompletionsMessage with 20 items
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<59,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 144 ms
                                      [9316] qtc.clangbackend.translationunits: Updated {8c4135f2-4b04-407a-ad36-1b6387bea97d} for "bobinbul.cpp" RecentlyParsed: {8c4135f2-4b04-407a-ad36-1b6387bea97d} PreviouslyParsed: {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<58,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 1 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<59,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 12 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<59,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 0 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentsChangedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 14, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-bobinbul.cpp-BqofCx>), )
                                      [9316] qtc.clangbackend.server: ########## documentsChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentsChanged needed 0 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<64,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<65,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<65,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<64,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 131 ms
                                      [9316] qtc.clangbackend.translationunits: Updated {ceeb2d99-5888-4a48-9e7a-5af993aed1b1} for "bobinbul.cpp" RecentlyParsed: {ceeb2d99-5888-4a48-9e7a-5af993aed1b1} PreviouslyParsed: {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<64,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 1 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<65,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 12 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<65,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 0 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [2732] qtc.clangcodemodel.ipc: ====> RequestReferencesMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 15, ), 6, 12, 9, false, )
                                      [9316] qtc.clangbackend.server: ########## requestReferences
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<68,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to revision mismatch: Job<68,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::requestReferences needed 4 ms
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentsChangedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 15, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-bobinbul.cpp-mdXRTq>), )
                                      [9316] qtc.clangbackend.server: ########## documentsChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentsChanged needed 0 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<69,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<70,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<68,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<70,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<69,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 122 ms
                                      [9316] qtc.clangbackend.translationunits: Updated {8c4135f2-4b04-407a-ad36-1b6387bea97d} for "bobinbul.cpp" RecentlyParsed: {8c4135f2-4b04-407a-ad36-1b6387bea97d} PreviouslyParsed: {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<69,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 1 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<68,"bobinbul.cpp",RequestReferences,RecentlyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.timers: RequestReferencesJobRunner needed 1 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<68,"bobinbul.cpp",RequestReferences,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== ReferencesMessage with 0 references
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<70,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 12 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<70,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 0 diagnostics 385 token infos 0 skipped preprocessor ranges
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentsChangedMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 20, , <C:/temp/qtc-clangsupport-tmCLTm/unsavedfilecontent-bobinbul.cpp-BRBIFO>), )
                                      [9316] qtc.clangbackend.server: ########## documentsChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentsChanged needed 0 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<74,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<75,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Not choosing due to dirty document: Job<75,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<74,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: UpdateAnnotationsJobRunner needed 143 ms
                                      [9316] qtc.clangbackend.translationunits: Updated {ceeb2d99-5888-4a48-9e7a-5af993aed1b1} for "bobinbul.cpp" RecentlyParsed: {ceeb2d99-5888-4a48-9e7a-5af993aed1b1} PreviouslyParsed: {8c4135f2-4b04-407a-ad36-1b6387bea97d}
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<74,"bobinbul.cpp",UpdateAnnotations,PreviouslyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 0 diagnostics 386 token infos 0 skipped preprocessor ranges
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<75,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: UpdateExtraAnnotationsJobRunner needed 13 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<75,"bobinbul.cpp",UpdateExtraAnnotations,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== AnnotationsMessage for "bobinbul.cpp" with 0 diagnostics 386 token infos 0 skipped preprocessor ranges
                                      [2732] qtc.clangcodemodel.ipc: >>> RequestToolTipMessage(FileContainer(D:/Belgeler/Qt/CSI_Yonetim/bobinbul.cpp, Utf8StringVector(), Utf8StringVector(), 20, UTF-8), 2, 36, 10, )
                                      [2732] qtc.clangcodemodel.hover: Requesting tooltip info at 1016
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Adding Job<78,"bobinbul.cpp",RequestToolTip,RecentlyParsed>
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Running Job<78,"bobinbul.cpp",RequestToolTip,RecentlyParsed> with TranslationUnit {ceeb2d99-5888-4a48-9e7a-5af993aed1b1}
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::requestToolTip needed 18 ms
                                      [9316] qtc.clangbackend.timers: RequestToolTipJobRunner needed 14 ms
                                      [9316] qtc.clangbackend.jobs: [ bobinbul.cpp ] Finishing Job<78,"bobinbul.cpp",RequestToolTip,RecentlyParsed>
                                      [2732] qtc.clangcodemodel.ipc: <==== ToolTipMessage QTableView *
                                      [2732] qtc.clangcodemodel.hover: Appending word-based fallback lookup ("tVFis")
                                      [2732] qtc.clangcodemodel.hover: Processing tooltip info "QTableView *"
                                      [2732] qtc.clangcodemodel.hover: Querying help manager with ("QTableView", "tVFis") "QTableView" ClassOrNamespace
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(, )
                                      [9316] qtc.clangbackend.server: ########## documentVisibilityChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms
                                      [2732] qtc.clangcodemodel.ipc: ====> DocumentVisibilityChangedMessage(, )
                                      [9316] qtc.clangbackend.server: ########## documentVisibilityChanged
                                      [9316] qtc.clangbackend.timers: ClangCodeModelServer::documentVisibilityChanged needed 0 ms

                                      Regards,
                                      Mucip:)

                                      1 Reply Last reply
                                      1
                                      • M Offline
                                        M Offline
                                        mrjj
                                        Lifetime Qt Champion
                                        wrote on 28 Apr 2019, 12:58 last edited by
                                        #26

                                        Hi
                                        Super.
                                        i assume file was bobinbul.cpp that you tested with ?

                                        M 1 Reply Last reply 28 Apr 2019, 13:07
                                        0
                                        • M mrjj
                                          28 Apr 2019, 12:58

                                          Hi
                                          Super.
                                          i assume file was bobinbul.cpp that you tested with ?

                                          M Offline
                                          M Offline
                                          Mucip
                                          wrote on 28 Apr 2019, 13:07 last edited by
                                          #27

                                          @mrjj ,
                                          Exactly yes...
                                          So what is the problem? Could you see it there?...

                                          Regards,
                                          Mucip:)

                                          1 Reply Last reply
                                          0

                                          17/27

                                          27 Apr 2019, 21:24

                                          • Login

                                          • Login or register to search.
                                          17 out of 27
                                          • First post
                                            17/27
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Search
                                          • Get Qt Extensions
                                          • Unsolved