开发者

What is the easiest way to build an IDE in java?

开发者 https://www.devze.com 2023-02-11 03:39 出处:网络
i have to build an ide for my programming lang开发者_StackOverflow中文版uage , and i need to implement features like :

i have to build an ide for my programming lang开发者_StackOverflow中文版uage , and i need to implement features like :

syntax highlighting , auto complete , line numbering , ...

so i need to know how to implement these features or if there is an existing components for code editing please refer to it .

thanks


Eclipse has a nice framework for this:

http://www.eclipse.org/Xtext/


The correct answer is there is no easy way to build an ide.

Some ideas: Eclipse has a good framework as mentioned, you could make a plugin for notepad++, you could custom build SciTE.

0

精彩评论

暂无评论...
验证码 换一张
取 消