jEdit

This article is about the Java text editor jEdit. For the Japanese text editor, see Jedit X.

jEdit

jEdit 4.3 showing Java macro.
Original author(s) Slava Pestov
Developer(s) jEdit project
Initial release 1998 (1998)
Stable release
5.3.0 / October 20, 2015 (2015-10-20)
Preview release
5.3pre1 / February 21, 2015 (2015-02-21)
Written in Java
Operating system Java-supporting[1]
Available in English
Type Text editor
License GPL v2
Website www.jedit.org

jEdit is a free software text editor available under the GNU General Public License version 2.0. It is written in Java and runs on any operating system with Java support, including BSD, Linux, Mac OS X and Windows.

Development

jEdit development was started in 1998 by Slava Pestov, who left the project in 2006, handing development to the free software community.[2]

Features

jEdit includes syntax highlighting that provides native support for over 200 file formats. Support for additional formats can be added manually using XML files. It supports UTF-8 and many other encodings.

It has extensive code folding and text folding capabilities as well as text wrapping that takes indents into account.

The application is highly customizable and can be extended with macros written in BeanShell, Jython, JavaScript and some other scripting languages.

Plug-ins

There are over 150 available jEdit plug-ins for many different application areas.

Plug-ins are used to customize the application for individual use and can make it into an advanced XML/HTML editor, or an integrated development environment (IDE), with compiler, code completion, context-sensitive help, debugging, visual differentiation and language-specific tools.

The plug-ins are downloaded via an integrated plug-in manager which finds and installs them along with any dependencies. The plugin manager will track new versions and can download associated updates automatically.[3]

Some available plug-ins include:

Reception

In general jEdit has received positive reviews from developers.

Rob Griffiths wrote in April 2002 for MAC OS X HINTS saying he was "very impressed" and naming it "pick of the week". He cited its file memory upon reopening, its ability to notice if an open file was changed on disk by another program, syntax coloring, including that users can create their own colour schemes, split windows feature, show line number feature, convertible tabs to soft-tabs and view sidebars. He also praised its customization possibilities using the extensive preferences panel and the "on the fly" search engine, which searches while typing. Griffiths noted that the application has a few drawbacks, such as that it is "a bit slow at scrolling a line at a time" and that because it is a Java application it doesn't have the full Aqua interface.[6]

Also reviewing the application in April 2002, Daniel Steinberg writing for O'Reilly Media said "The strength of jEdit for Java developers comes from the plug-ins contributed by the community...For the most part, there's nothing here that couldn't be done with BBEdit or even with Emacs or vi. jEdit packages the capabilities much more nicely and makes it easy to call often-used functionality using the plug-ins. Where I saw NetBeans as overkill, others may see jEdit as underkill for an IDE or overkill for a text editor. I find it Mac friendly and easy to use. I don't expect too much from it, so I tend to be pleased with what I get."[7]

Scott Beatty reviewing jEdit on SitePoint in 2005 particularly noted the application's folding feature along with its search and replace and PHP syntax highlighting capabilities. He recommended the use of the PHPParser plug-in. PHPParser is a sidebar that checks for PHP syntax errors whenever a PHP code file is loaded or saved. He noted that downloading jEdit is simple, but that getting and installing the plug-ins to customize it for individual use can be a complex process: "Beware that a full setup requires a series of downloads, and that this process can take time."[8]

Writing in December 2011, reviewer Rares Aioanei praised jEdit's versatility, stating "jEdit's design allows you to use it as a simple editor, but also use it as an IDE and expand its functionality via plugins so that it becomes exactly what you want it to be for the task or language at hand." but also adding that "jEdit is not, however, an IDE with everything but the Christmas tree, like Eclipse or Microsoft Visual Studio. Rather, it's a compact application for editing code, providing practical tools along with basic IDE features." [9]

See also

References

  1. jEdit (October 4, 2007). "Operating Systems and Java Versions". Retrieved 2007-10-04.
  2. Slava Pestov. "Slava Pestov". Retrieved 2012-09-23.
  3. jEdit (October 1, 2007). "jEdit Features". Retrieved 2007-10-01.
  4. "All Plugins". The AStyle Beautifier Plugin formats and beautifies Java, C and C++ source code....The Beauty plugin is a general framework for code beautifiers and provides several built-in beautifiers....CheckStylePlugin is a wrapper around the CheckStyle program that allows you to check your code for adherence of deviation from a Coding Standard. Any errors are displayed in the ErrorList plugin....CodeLint is a Lint Plugin for JEdit that can identify syntax & semantic errors in your Java & C/C++ source code & Class files.
  5. jEdit (October 1, 2007). "jEdit Plug-ins". Retrieved 2007-10-01.
  6. Rob Griffiths (April 29, 2002). "Review: jEdit programming text editor". Retrieved 2007-10-01.
  7. Steinberg, Daniel (April 2002). "The IDEs of Mace". Retrieved 7 January 2011.
  8. Scott Beatty (February 8, 2005). "Use jEdit to Edit Your PHP". SitePoint. Retrieved 2007-10-01.
  9. "jEdit: The Force is Strong with This Programmer's Editor".
This article is issued from Wikipedia - version of the 11/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.