Question

I am trying to develop an a simple IDE for programming languages using Qt for my project.This IDE should contain a text editor and should have pretty printing feature in it.So developing a text editor with qt is out of question.

So my question is: Can I integrate gedit or kate text editor in a Qt application.? I am working on a Gnome environment.If this is possible please explain or point to appropriate tutorials.

Programming language:Cuda,Opencl,C,C++

Your help will be greatly appreciated

Thank you

Was it helpful?

Solution

You'll probably want to take a look at QScintilla: http://www.riverbankcomputing.co.uk/software/qscintilla/intro

OTHER TIPS

Try: Code::Blocks

It is incredibly powerful IDE, yet lightweight, only 20MB. I use to program in C++ with opencv. And if you want to increase even more, you can add several plugins, like: Eclipse IDE, but without its 200MB.

Good luck.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top