简体   繁体   English

C ++编辑器有插件吗?

[英]Any plugin for c++ editor?

I am developing a standalone java desktop application. 我正在开发一个独立的Java桌面应用程序。 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. 在该应用程序中,我为用户提供了创建自己的c ++文件或修改现有文件的功能...但是目前,我使用Jtextarea作为编辑器来编辑或创建c ++文件。 I actually want user to give some IDE like editor(such as in Anjuta) so that it becomes more user friendly. 我实际上希望用户提供一些IDE之类的编辑器(例如在Anjuta中),以便变得更加用户友好。 Is it possible to use any plugin in my app for c++ editing and if it is then which and how to use it?? 是否可以在我的应用程序中使用任何插件进行c ++编辑?如果是,那么使用哪种插件以及如何使用它?
Thanks in advance. 提前致谢。

Use the Eclipse framework. 使用Eclipse框架。 It will have more features that you can include in your app then you have time to produce yourself. 它将具有更多功能,您可以将其包含在您的应用中,然后您就有时间自己制作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM