Re: [Qt-creator] I've still got that Run button bug

2016-08-03 Thread Julius Bullinger
I’ve got the same problem on Windows (8.1 and 10), even with Creator 4.1 snapshots. Can be reproduced very easily: 1. Create a new Qt Widgets Application 2. Add a new C++ class via right click > Add New… 3. Open the project file and add a \ at the end of the new lines in SOURCES

Re: [Qt-creator] [Windows] Qt Versions/Kit auto-detection doesn't work on snapshots

2016-07-21 Thread Julius Bullinger
Von: Qt-creator [mailto:qt-creator-bounces+julius.bullinger=asctec...@qt-project.org] Im Auftrag von Julius Bullinger Gesendet: Dienstag, 19. Juli 2016 10:17 Uhr An: qt-creator@qt-project.org Betreff: [Qt-creator] [Windows] Qt Versions/Kit auto-detection doesn't work on snapshots > I noti

Re: [Qt-creator] I have a suggestion

2016-09-16 Thread Julius Bullinger
You mean a dual-pane editor? This is also already possible via Window > Split Side by Side. @WH Chen: Maybe you should clarify what exactly you mean. Best regards, Julius Von: Qt-creator [mailto:qt-creator-bounces+julius.bullinger=asctec...@qt-project.org] Im Auftrag von Jesus Fernandez

Re: [Qt-creator] QtCreator 4.2 cannot parse qobject.h?

2016-12-15 Thread Julius Bullinger
-Ursprüngliche Nachricht- Von: Qt-creator [mailto:qt-creator-bounces+julius.bullinger=asctec...@qt-project.org] Im Auftrag von Guenter Schwann Gesendet: Thursday, 15 December, 2016 10:49 An: Nikolai Kosjar ; qt-creator@qt-project.org Betreff: Re: [Qt-creator]

Re: [Qt-creator] Maintenance tool reports corrupted installation

2018-10-18 Thread Julius Bullinger
On 18.10.2018 15:20, Duane wrote: But now when I open the maintenance tool it reports that my configuration seems to be corrupted and I should consider re-installing from scratch. It still seems to work though. Is there some way to fix this? Should I just ignore it? This happens

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-15 Thread Julius Bullinger
Hi Nikolai On 06.11.2018 12:19, Nikolai Kosjar wrote: Recently there were some changes in that area. Could you please try again with the updated snapshots for 4.8? http://download.qt.io/snapshots/qtcreator/4.8/4.8.0-beta2 I managed to built the latest 4.8 branch on my machine, and still got

[Qt-creator] Clang code model running in C++98 mode

2018-11-06 Thread Julius Bullinger
Hi, we have a medium-sized qmake project (about 300 .pri/.pro files), which all contain "CONFIG += c++11". However, the clang code model doesn't seem to catch that, and runs in C++98 mode regardless: CTRL+Shift+F12 > Projects Parts > General > Language Version: CXX98 This causes hundreds of

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-06 Thread Julius Bullinger
On 06.11.2018 12:19, Nikolai Kosjar wrote: On 11/6/18 11:41 AM, Julius Bullinger wrote: Hi, we have a medium-sized qmake project (about 300 .pri/.pro files), which all contain "CONFIG += c++11". However, the clang code model doesn't seem to catch that, and runs in C++98 mode

Re: [Qt-creator] Clang code model running in C++98 mode

2018-12-21 Thread Julius Bullinger
On 15.11.2018 16:33, Nikolai Kosjar wrote: On 11/15/18 3:55 PM, Julius Bullinger wrote: We're still running MSVC 2013, which doesn't seem to be covered by this exceptions. I tested opening the project with a MSVC 2017 Version 15.8 kit, and with that, the code model reports a C++ version

Re: [Qt-creator] Error compiling: PlaceholderText is not a member of QPalette

2018-12-13 Thread Julius Bullinger
On 13.12.2018 17:28, Murphy, Sean wrote: I had an application that compiled just fine yesterday using Qt 5.9.6 and Qt Creator 4.7.x (sorry, can't remember the last digit, it might have been 2?). Today I made two changes before my next compilation attempt: I upgraded to Qt Creator 4.8.0 (revision

Re: [Qt-creator] Clang code model issues

2019-03-27 Thread Julius Bullinger
On 08.02.2019 12:02, Nikolai Kosjar wrote: Hi! I've started to write inline comments (see below), but it got quite confusing. Here is the summary. I see these main issues from all your references: 1) Several parse issues on or related to Windows. ==> We've changed the internal clang

[Qt-creator] Custom clang-format binary in 4.9

2019-04-04 Thread Julius Bullinger
Hi there, with the new ClangFormat plugin in 4.9, is there any way to set a custom clang-format binary? If not, is it planned to implement that? I know the old beautifier plugin still exists which can use a custom binary, but this one doesn't use the projects' .clang-format file. Regards,

[Qt-creator] Clang code model issues

2019-02-08 Thread Julius Bullinger
Hi, it seems like there are more and more complains about the recent clang model model changes: Mailing list threads (cannot link, since the archive was broken): * "Clang-Tidy and Clazy analyzer using '-D__cplusplus=199711L'" from August 2018 * "Clang code model running in C++98 mode" from

Re: [Qt-creator] Clang code model issues

2019-02-08 Thread Julius Bullinger
Hi Nikolai, On 08.02.2019 12:02, Nikolai Kosjar wrote: Hi! I've started to write inline comments (see below), but it got quite confusing. Here is the summary. I see these main issues from all your references: 1) Several parse issues on or related to Windows. ==> We've changed the

Re: [Qt-creator] How to use ClangRefactoring plugin in Qt Creator 4.10?

2019-07-26 Thread Julius Bullinger
On 28.06.2019 05:39, Vincent Hui wrote: Hi, I enabled ClangRefactoring plugin and then restarted Qt Creator, but I cannot find any new refactoring features. How to use ClangRefactoring plugin in Qt Creator 4.10? Thanks, Vincent I don't know about 4.10 especially, but judging from

Re: [Qt-creator] Problem with Android SDK tools and platform SDK

2020-04-20 Thread Julius Bullinger
On 20.04.2020 09:19, Eike Ziller wrote: Hm, there should be ~/Qt5.14.2/Tools/QtCreator/share/qtcreator/QtProject/…. which is where Qt writes the information for the Qt Creator installation. Does that exist and if so, which files does it contain? I'm not sure if that's a supported

Re: [Qt-creator] Problem with Android SDK tools and platform SDK

2020-04-20 Thread Julius Bullinger
On 14.04.2020 10:16, Eike Ziller wrote: Hm, there should be ~/Qt5.14.2/Tools/QtCreator/share/qtcreator/QtProject/…. which is where Qt writes the information for the Qt Creator installation. Does that exist and if so, which files does it contain? I'm not sure if that's a supported

[Qt-creator] Change MSVC compatibility for clang-cl

2018-11-29 Thread Julius Bullinger
Hi, is there a way to change the MSVC compatibility/ABI (``-fms-compatibility``, see https://clang.llvm.org/docs/MSVCCompatibility.html) for detected clang-compilers in Creator? clang-cl is autodetected as "MSVC2017" compatible and vcvarsall.bat from VS2017 is called. But we change the

Re: [Qt-creator] Change MSVC compatibility for clang-cl

2018-11-29 Thread Julius Bullinger
On 29.11.2018 10:13, Ivan Donchevskii wrote: *From:* Qt-creator on behalf of Julius Bullinger *Sent:* Thursday, November 29, 2018 9:50:25 AM *To:* qt-crea...@qt-project.org *Subject:* [Qt-creator] Change MSVC