使用 jedit 作为 IDE

发布于 2024-10-11 12:18:20 字数 71 浏览 3 评论 0原文

将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自由范儿 2024-10-18 12:18:20

您至少需要 ProjectViewerSidekick 插件。您可能还需要各种支持插件之一,例如:

  • 用于处理 Apache Ant 的 AntFarm
  • 任何美化器插件(哪一个取决于您的喜好以及您想要支持的语言)。
  • BufferTabs 如果您想立即列出所有打开的文件。
  • Console 用于运行应用程序、构建等。
  • CTagsSidekick(确保您也获得 Exuberant Tags!)使 sidekicks 更有用。
  • JavaSidekick 原因显而易见。
  • Maven 如果那是你的毒药。
  • XML 因为如果没有大量 XML 就无法进行 Java 编程。 :)

当然,您稍后需要探索其他可能的插件,但这应该可以帮助您入门。


编辑添加:

根据要求,调试选项。我不经常使用调试器,所以我不能保证其中任何一个。

  • 令人惊讶的是,JSwat 插件将 JSwat 集成到了 jEdit 中。
  • JavaDebugger(创意命名!)集成了另一个调试器。

You'll need the ProjectViewer and Sidekick plug-ins at a minimum. You'll probably also want one of the various support plug-ins like:

  • AntFarm for dealing with Apache Ant.
  • Any of the beautifier plug-ins (which one depends on your tastes and which languages you want to support).
  • 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.

  • The JSwat plug-in integrates, surprisingly, JSwat into jEdit.
  • JavaDebugger (creative naming that!) integrates another debugger.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文