jEdit

from Wikipedia, the free encyclopedia
jEdit

logo
Screenshot
jEdit 4.3
Basic data

developer Various volunteers
Publishing year 1998
Current  version 5.5.0
(April 10, 2018)
operating system cross-platform
programming language Java
category Text editor
License GPL ( free software )
German speaking Yes
www.jEdit.org

jEdit is a free text editor that is mainly aimed at programmers . It is written in Java and therefore runs on all operating systems with Java support, including Windows , Linux and macOS . The editing of source text is particularly supported: for many programming languages, syntax and structure are emphasized by typographical means or code folding . In addition to ISO 8859-1 and UTF-8 , various other character sets are supported, so foreign-language text files can also be easily written. With the help of plug-ins , functions for managing sessions and projects are also implemented.

Supported languages

jEdit masters syntax highlighting and automatic indentations for the following programming and markup languages, among others:

Functions

jEdit has a large number of functions, some examples of which are listed below:

  • Syntax highlighting
    • Supported languages ​​are recognized by the file name extension or the language used can be specified manually. Furthermore, jEdit recognizes languages ​​embedded in the document, such as B. JavaScript in an HTML document and displays it accordingly. Language keywords are highlighted.
  • Automatic collections
    • Indents can be inserted according to the syntax or according to the previous line.
  • Multi-document and multi-view
    • Several documents can be opened at the same time or displayed side by side to compare two files.
  • Search and replace
    • The search function supports different modes
  • " Drag 'n' Drop " support
  • File status detection
    • If a file opened in jEdit is changed or deleted by another program, you will be informed of this change and the file can then be reloaded or removed.
  • Support for various national languages
    • The program is available in translations for many languages.
  • bookmark
    • Right-click on the edge of the document to set bookmarks, which can then be jumped to with.
  • Bracket highlighting
    • If the cursor is on a bracket, the corresponding bracket is highlighted. The cursor can be moved to this bracket using a key combination.
  • Macro record and playback
  • Code folding
    • Logically related source text sections can be “expanded” and “expanded” in order to make them invisible or visible, depending on whether they are currently needed or not.
  • Block selection
    • Rectangular text areas with freely selectable start and end columns can be selected and edited.
  • Multi selection
    • Several non-contiguous text areas can be selected and edited at the same time.
  • Full screen mode
    • With F11 you can switch the window to full screen mode.
  • Spell check
    • With Aspell installed, documents can be spell checked.

Plug-ins

There are more than 150 plug-ins for the different areas of application that can be managed and installed directly from jEdit. The plug-ins allow jEdit to be adapted to the needs of the user. It is Z. B. possible to configure it as a complete IDE . With compiler , source code completion, context-sensitive help, debugging , syntax highlighting and language-specific tools. Furthermore, workflows can be recorded as macros and edited in BeanShell .

Web links

Commons : JEdit  - collection of images, videos and audio files

Individual evidence

  1. jEdit - Programmer's Text Editor -features. In: jedit.org. 2015, accessed on January 22, 2017 .