Re: [Qt-creator] Generic highlighter für Bitbake *.inc files

2017-01-16 Thread André Hartmann
Hi Konstantin, Hi Eike, Actually, *.inc file extension may correspond to different file types Sure, *.inc is a very generic extension - it was not my idea to name the files this way. Looks like it conflicts with the highlighter for Doxyfile You're right, disabling the fallback directory

Re: [Qt-creator] Proposal: Increase requirements for compiling Qt Creator to GCC>=4.9

2017-01-16 Thread Eike Ziller
> On Jan 16, 2017, at 1:26 PM, Marco Bubke wrote: > > +1 > > It fixes many annoying bugs too! > > I would like to use auto for return types if they are returning long types > like iterators, tuples, pairs or a mixture of them. > > Something like > > std::pair::const_iterator, bool> findEnt

Re: [Qt-creator] Proposal: Increase requirements for compiling Qt Creator to GCC>=4.9

2017-01-16 Thread Marco Bubke
+1 It fixes many annoying bugs too! I would like to use auto for return types if they are returning long types like iterators, tuples, pairs or a mixture of them. Something like std::pair::const_iterator, bool> findEntry(const std::pair &items, int value) { auto found = std::lower_b

Re: [Qt-creator] Proposal: Increase requirements for compiling Qt Creator to GCC>=4.9

2017-01-16 Thread Tobias Hunger
On Mon, 2017-01-16 at 11:48 +, Eike Ziller wrote: > I propose increasing the GCC compiler requirements for compiling Qt Creator, > starting with 4.3, to GCC >= 4.9. > https://codereview.qt-project.org/182471 +1 Best Regards, Tobias -- Tobias Hunger, Senior Software Engineer | The Qt Company

[Qt-creator] Proposal: Increase requirements for compiling Qt Creator to GCC>=4.9

2017-01-16 Thread Eike Ziller
I propose increasing the GCC compiler requirements for compiling Qt Creator, starting with 4.3, to GCC >= 4.9. https://codereview.qt-project.org/182471 This allows us to use parts of C++14, which will most probably not have a huge impact on how we write code, but contains a few goodies in some s

Re: [Qt-creator] Generic highlighter für Bitbake *.inc files

2017-01-16 Thread Konstantin Tokarev
16.01.2017, 14:11, "Eike Ziller" : >>  On Jan 16, 2017, at 12:06 PM, André Hartmann >> wrote: >> >>  I found the bitbake-syntax-highlighter generic highlighter on Github [1] >> and started to use it for my bitbake receipes with QtCreator. >> >>  Highlighting of .bb and .bbappend files works we

Re: [Qt-creator] Generic highlighter für Bitbake *.inc files

2017-01-16 Thread Eike Ziller
> On Jan 16, 2017, at 12:06 PM, André Hartmann > wrote: > > I found the bitbake-syntax-highlighter generic highlighter on Github [1] and > started to use it for my bitbake receipes with QtCreator. > > Highlighting of .bb and .bbappend files works well, but .inc files are not > highlighted at

[Qt-creator] Generic highlighter für Bitbake *.inc files

2017-01-16 Thread André Hartmann
I found the bitbake-syntax-highlighter generic highlighter on Github [1] and started to use it for my bitbake receipes with QtCreator. Highlighting of .bb and .bbappend files works well, but .inc files are not highlighted at all. If I edit the XML file and change "*.inc" to "*.bbinc" in the ex