Qt and QLSL support

Post here any ideas/problems/suggestions you have regarding CodeLite's ExternalTools plugin
slimmeke

Qt and QLSL support

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Qt and QLSL support

Post 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
Make sure you have read the HOW TO POST thread
Post Reply