Antrromet
Antrromet

Reputation: 15424

Any plugin for c++ editor?

I am developing a standalone java desktop application. In that application I am giving user to create his own c++ file or modify the existing ones...But currently I am using Jtextarea as an editor for editing or creating c++ file. I actually want user to give some IDE like editor(such as in Anjuta) so that it becomes more user friendly. Is it possible to use any plugin in my app for c++ editing and if it is then which and how to use it??
Thanks in advance.

Upvotes: 1

Views: 75

Answers (1)

jzd
jzd

Reputation: 23629

Use the Eclipse framework. It will have more features that you can include in your app then you have time to produce yourself.

Upvotes: 1

Related Questions