Using jedit as an IDE

隐身守侯 提交于 2019-12-02 19:27:11

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.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!