Page 1 of 1

Qt and QLSL support

Posted: Thu Jul 17, 2014 9:42 pm
by slimmeke
Hi

I'm searching a new C++ IDE. I used MS VS before and want to try an other on.
Also I have used Codeblocks before.

Now I have tested CodeLite and it works good. But I mess two main features for me.
I'm writing different Qt apps and it would be nice if there is a Qt plugin for linking the Qt libraries in the project, autocomplete Qt code, create Qt project for ui support and open Qtcreator when opening ui file.

Also I'm making a OpelGl game and it would be nice if CodeLite does support the Opengl Shader language GLSL.

Are those two features in the planning of the project or are there plugins to support this?

Re: Qt and QLSL support

Posted: Thu Jul 17, 2014 9:52 pm
by eranif
slimmeke wrote:if there is a Qt plugin for linking the Qt libraries in the project
There is a QMake plugin for using .pro files and using qmake to generate the Makefiles
slimmeke wrote:autocomplete Qt code, create Qt project
I am using qt at work, and codelite handles code completion for qt pretty well.

by Qt project do you mean: '.pro' files? If yes, then this is handled by the qmake plugin
slimmeke wrote:Also I'm making a OpelGl game and it would be nice if CodeLite does support the Opengl Shader language GLSL.
I am not ware of this language... and no, codelite does not support it
slimmeke wrote:Are those two features in the planning of the project or are there plugins to support this?
Some of them are already supported

Opening the .ui with the default application can be done by simply right clicking a file in codelite workspace view and select the option 'Open with Default Application...'

Eran