3

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

Tanmay J Shetty
  • 197
  • 2
  • 3
  • 9

2 Answers2

0

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

Marc Plano-Lesay
  • 6,808
  • 10
  • 44
  • 75
-1

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.

mrjimoy_05
  • 3,452
  • 9
  • 58
  • 95
  • The question was about implementing an IDE, not finding an existing one. (Also, for Qt programming, I think Qt Creator is the superior open source solution, but that's matter of opinion of course.) – hyde Oct 21 '12 at 10:30