使用 jedit 作为 IDE
将 jEdit 配置为 IDE 需要执行哪些步骤?我主要是想编译和调试Java程序。 Java插件有很多。我不确定哪些是最好的。
What are the steps necessary to configure jEdit to be an IDE? I basically want to compile and debug Java programs. There are so many Java plug-ins. I'm not sure which ones are best.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您至少需要
ProjectViewer
和Sidekick
插件。您可能还需要各种支持插件之一,例如:AntFarm
。BufferTabs
如果您想立即列出所有打开的文件。Console
用于运行应用程序、构建等。CTagsSidekick
(确保您也获得 Exuberant Tags!)使 sidekicks 更有用。JavaSidekick
原因显而易见。Maven
如果那是你的毒药。XML
因为如果没有大量 XML 就无法进行 Java 编程。 :)当然,您稍后需要探索其他可能的插件,但这应该可以帮助您入门。
编辑添加:
根据要求,调试选项。我不经常使用调试器,所以我不能保证其中任何一个。
JSwat
插件将 JSwat 集成到了 jEdit 中。JavaDebugger
(创意命名!)集成了另一个调试器。You'll need the
ProjectViewer
andSidekick
plug-ins at a minimum. You'll probably also want one of the various support plug-ins like:AntFarm
for dealing with Apache Ant.BufferTabs
if you want to see all your opened files listed at once.Console
for running apps, builds, etc.CTagsSidekick
(make sure you get Exuberant Tags too!) to make the sidekicks more useful.JavaSidekick
for obvious reasons.Maven
if that's your cup of poison.XML
because you can't do Java programming without a steaming brown heap of XML. :)You'll need to explore other possible plug-ins later, of course, but this should get you started.
Edited to add:
As requested, debugging options. I don't use debuggers often, so I can't vouch for any of these.
JSwat
plug-in integrates, surprisingly, JSwat into jEdit.JavaDebugger
(creative naming that!) integrates another debugger.