[Qt-creator] Coding style for lambdas with empty parameter list

2019-01-09 Thread André Hartmann
Hi all, I recently found an inconsistency regarding empty lambda parameter lists between [1] and [2]. While the first states, that parentheses have to be written always, the latter is missing this section. My request to syncronize both [3] lead to the conclusion, to change the rule, so that empty

Re: [Qt-creator] Clang processes not being stopped when killing a compile

2019-01-09 Thread Michael Jackson
The ONLY change to my system was moving from Xcode 9.4.1 to Xcode 10.1. When I stop the build the cmake process does go away along with the underlying ninja process (I used Ninja as the generator) but the all the clang processes are still going. I also went into the project settings for this pro

[Qt-creator] Renaming variables while editing in a separate window leads to input focus switching to the main window

2019-01-09 Thread Алексей Скородумов
Hi, Using functions like "rename variable" or "find usage" while editing code in a separate window opens "search results" output pane in the main window, after double "escape" input focus goes to the main windows. It is a bit inconvenient and looks like a bug. May be we can have "Search results"

Re: [Qt-creator] Clang processes not being stopped when killing a compile

2019-01-09 Thread Eike Ziller
That sounds like https://bugreports.qt.io/browse/QTCREATORBUG-21428 As I commented in that bug report, Qt Creator stops the build command (in your case cmake --build, Qt Creator doesn’t know about any processes that starts), first “nicely” and after a timeout “not so nicely”. I suppose when kill