Re: [Qt-creator] Begging for some micro-features for 4.6/4.7

2018-02-14 Thread André Hartmann
Hi Jason, I know the beta is out for 4.6, but I would like to request a few tiny "how hard could it be?" features. There is a simple rule: features have to go in before the beta, the time between beta and release is for testing and bug fixing. So your wishes could go to 4.7 earliest. 1.

Re: [Qt-creator] [Interest] [Development] Google Summer of Code

2018-02-14 Thread Jason H
I don't know how to use the suggestion template, but Qt needs a unified approach to Notifications (Push on mobile, Desktop), if it is not already in the works. > Sent: Tuesday, February 13, 2018 at 7:21 AM > From: "Frederik Gladhorn" > To: inter...@qt-project.org,

[Qt-creator] Begging for some micro-features for 4.6/4.7

2018-02-14 Thread Jason H
I know the beta is out for 4.6, but I would like to request a few tiny "how hard could it be?" features. 1. Add the really cool color ticks in the scrollbars (used for showing location of errors, found occurrences) of found occurrences to the Help, Compile, and Output panes. I figure this is a

Re: [Qt-creator] clangbackend slow code completion

2018-02-14 Thread Steve Atkins
> On Feb 14, 2018, at 5:00 AM, Guenter Schwann wrote: > > On Mittwoch, 14. Februar 2018 13:47:51 CET Konstantin Tokarev wrote: >> 14.02.2018, 03:04, "Steve Atkins" : On Feb 13, 2018, at 4:00 PM, Nikos Chantziaras wrote:

Re: [Qt-creator] clangbackend slow code completion

2018-02-14 Thread Marco Bubke
We are looking into implementing the language server protocol but that is not so important now. For the speed problem, we have an idea how we can improve it but we don't want to add it in 4.6 because it could can break something. From: Qt-creator

Re: [Qt-creator] clangbackend slow code completion

2018-02-14 Thread Nikos Chantziaras
Shouldn't all this actually be using clangd? https://clang.llvm.org/extra/clangd.html On 14/02/18 15:08, Ivan Donchevskii wrote: Btw. - it would be nice if the QtCreator clang-tidy plugin would (optionally) make use of a .clang-tidy config file (to share it with clang power tools for

Re: [Qt-creator] clangbackend slow code completion

2018-02-14 Thread Ivan Donchevskii
Btw. - it would be nice if the QtCreator clang-tidy plugin would (optionally) make use of a .clang-tidy config file (to share it with clang power tools for example). It's definitely in our plans. We've already discussed how we can support different ways of configuring tidy (with file and with

Re: [Qt-creator] clangbackend slow code completion

2018-02-14 Thread Guenter Schwann
On Mittwoch, 14. Februar 2018 13:47:51 CET Konstantin Tokarev wrote: > 14.02.2018, 03:04, "Steve Atkins" : > >> On Feb 13, 2018, at 4:00 PM, Nikos Chantziaras wrote: > >> > >> If you have the "clang-tidy" checks enabled, disable them, or only use 1 > >> or

Re: [Qt-creator] clangbackend slow code completion

2018-02-14 Thread Konstantin Tokarev
14.02.2018, 03:04, "Steve Atkins" : >>  On Feb 13, 2018, at 4:00 PM, Nikos Chantziaras wrote: >> >>  If you have the "clang-tidy" checks enabled, disable them, or only use 1 or >> 2 of them. That feature is extremely slow. > > That fixes it, thanks. Bit of