Re: [Qt-creator] Syntax highlighting of PHP files

2014-06-24 Thread David Schulz
Hi, I resubmitted a change that was lost during a feature freeze (https://codereview.qt-project.org/#/c/88138/) You can check if the new syntax file works by simply replacing your html.xml syntax file with the new web.xml from the patch under creator path/share/qtcreator/generic-highlighter.

Re: [Qt-creator] Ugly font rendering?

2014-06-24 Thread Konstantin Tokarev
23.06.2014, 16:33, Nikos Chantziaras rea...@gmail.com: I was using Qt Creator 2.8.1 and decided to try 3.1.1. So I installed it using the official Linux installer. The fonts look washed out and lack blackness, making them tiring to read. Here's how fonts look in Creator 2.8.1:    

Re: [Qt-creator] Refactoring the CMake plugin

2014-06-24 Thread Daniel Teske
1) Registering new cmake instances / tools The idea is to provide a way for plugins to register their own cmake installation and I introduced a class called CMakeManager that will own all registered installations. Every registered cmake will be represented by a CMakeTool