jEdit文本编辑器

来源:互联网 发布:什么是数据 编辑:程序博客网 时间:2024/06/04 19:32

JEdit(http://www.jedit.org/)是一个使用Java语言开发的多平台文本编辑器,具有语法高亮功能,个人感觉很好用,特别是多编码的支持,能很好的显示不同平台下的中文注释。


jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. Todownload, install, and set up jEdit as quickly and painlessly as possible,go to theQuick Start page.

While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of theGPL 2.0.

The jEdit core, together with a large collection of plugins is maintained by a world-wide developer team.

Some of jEdit's features include:

  • Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows.
  • Built-in macro language; extensible plugin architecture. Hundreds of macrosand plugins available.
  • Plugins can be downloaded andinstalled from within jEdit using the "plugin manager" feature.
  • Auto indent, and syntax highlighting for more than 200 languages.
  • Supports a large number of character encodings including UTF8 and Unicode.
  • Folding for selectively hiding regions of text.
  • Word wrap.
  • Highly configurable and customizable.
  • Every other feature, both basic and advanced, you would expect to find ina text editor. See theFeatures pagefor a full list.

0 0