
jedit 5.6.0
jEdit is a programmer's text editor written in Java
jEdit is a programmer's text editor written in Java. jEdit uses the Swing toolkit for the graphic interface and can be configured as a rather powerful IDE through the use of its plugin architecture. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.
jedit 5.6.0 full details

File Size: | 4.80 MB |
---|---|
License: | Open Source |
Price: | FREE |
Released: | 2020-09-03 |
Downloads: | Total: 462 | This Month: 0 |
Publisher: | The jEdit Team |
Publisher URL: | http://www.jedit.org/ |

Download jedit 5.6.0
Save jedit to My Stuff
Tweet
jedit 5.6.0 full screenshots
jedit - Windows 7 Download awards
jedit 5.6.0 full description
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick 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 the GPL 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. Dozens of macros and plugins available.
* Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature.
* Auto indent, and syntax highlighting for more than 130 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 in a text editor. See the Features page for a full list.
Features:
General
* Combines the best functionality of Unix, Windows and MacOS text editors.
* Runs on any operating system with a Java 2 version 1.3 or higher virtual machine - this includes MacOS X, OS/2, Unix, VMS and Windows.
* Efficient keyboard shortcuts for everything
* Comprehensive online help
* Unlimited undo/redo
* Copy and paste with an unlimited number of clipboards (known as "registers")
* Register contents are saved across editing sessions (4.2)
* "Kill ring" automatically remembers previously deleted text (4.2)
* Rich set of keyboard commands for manipulating entire words, lines and paragraphs at a time
* "Markers" for remembering positions in files to return to later
* Marker locations are saved across editing sessions
* Any number of editor windows may be open, each window may be split into several areas, each area can view a different file. Alternatively, different locations in one file can be viewed in more than one area
* Multiple open windows and split windows are remembered between editing sessions (4.2)
* Rectangular selection
* Multiple selection (sometimes known as "discontinuous" or "additive" selection) for manipulating several chunks of text at once
* Word wrap
Source Code Editing
* Intelligent bracket matching skips quoted literals and comments
* Auto indent
* Commands for shifting the indent left and right
* Commands for commenting out code
* Soft tabs option
* Abbreviations
* Folding, with two fold modes: indent-based, and explicit (where the buffer is parsed for "{{{" and "}}}")
Search and Replace
* Both literal and regular expression search and replace supported
* Multiple file search and replace; search in either the current file, all open files, or all files in a directory
* "HyperSearch" option to show all found matches in a list
* Reverse search supported
* Incremental search supported
* Option to replace occurrences of a regular expression with the return value of a BeanShell script. As far as I know, no other text editor offers comparable functionality!
File Management
* Any number of files can be opened at once
* Supports a large number of character encodings including UTF8 and UTF16
* Automatic detection of several character encodings (4.2)
* Automatic compression and decompression of GZipped (.gz) files
* Any character encoding supported by Java can be used to load and save files
* Multi-threaded I/O system supports pluggable "virtual file systems" for listing directories and loading files:
o FTP plugin adds support for loading and saving files on FTP servers
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 the GPL 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. Dozens of macros and plugins available.
* Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature.
* Auto indent, and syntax highlighting for more than 130 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 in a text editor. See the Features page for a full list.
Features:
General
* Combines the best functionality of Unix, Windows and MacOS text editors.
* Runs on any operating system with a Java 2 version 1.3 or higher virtual machine - this includes MacOS X, OS/2, Unix, VMS and Windows.
* Efficient keyboard shortcuts for everything
* Comprehensive online help
* Unlimited undo/redo
* Copy and paste with an unlimited number of clipboards (known as "registers")
* Register contents are saved across editing sessions (4.2)
* "Kill ring" automatically remembers previously deleted text (4.2)
* Rich set of keyboard commands for manipulating entire words, lines and paragraphs at a time
* "Markers" for remembering positions in files to return to later
* Marker locations are saved across editing sessions
* Any number of editor windows may be open, each window may be split into several areas, each area can view a different file. Alternatively, different locations in one file can be viewed in more than one area
* Multiple open windows and split windows are remembered between editing sessions (4.2)
* Rectangular selection
* Multiple selection (sometimes known as "discontinuous" or "additive" selection) for manipulating several chunks of text at once
* Word wrap
Source Code Editing
* Intelligent bracket matching skips quoted literals and comments
* Auto indent
* Commands for shifting the indent left and right
* Commands for commenting out code
* Soft tabs option
* Abbreviations
* Folding, with two fold modes: indent-based, and explicit (where the buffer is parsed for "{{{" and "}}}")
Search and Replace
* Both literal and regular expression search and replace supported
* Multiple file search and replace; search in either the current file, all open files, or all files in a directory
* "HyperSearch" option to show all found matches in a list
* Reverse search supported
* Incremental search supported
* Option to replace occurrences of a regular expression with the return value of a BeanShell script. As far as I know, no other text editor offers comparable functionality!
File Management
* Any number of files can be opened at once
* Supports a large number of character encodings including UTF8 and UTF16
* Automatic detection of several character encodings (4.2)
* Automatic compression and decompression of GZipped (.gz) files
* Any character encoding supported by Java can be used to load and save files
* Multi-threaded I/O system supports pluggable "virtual file systems" for listing directories and loading files:
o FTP plugin adds support for loading and saving files on FTP servers
jedit 5.6.0 download tags
jedit 5.6.0 Windows 7 release notes
New Release
Fix MiscUtilities.isBackup() method when there is no suffix and prefix set.
Do not loose the screen line count of lines that were not modified when inserting multiple lines (minor optimization)
Fixed a NPE when trying to choose a non existing icon when adding a toolbar item.
When launching jEdit if a file named like the untitled buffer from perspective exists, then load it.
Do not only highlight the first match in hypersearch results.
Re-add missing help viewer back and forward icons.
Fix wrong behavior of input method framework support that returned wrong locations for offsets and wrong offsets for locations.
Upgrade OS X launcher stub to be compatible with newer Java versions.
Fix Untitled Issue with -background command line option.
Handle case where user has not set either a backup prefix or suffix.
Fix odd default colors for style editor.
Fix NullPointerException in Preview Javadoc macro.
Fix dockable buttons not wrapping correctly.
Fix electric scroll not working with page up/down
[ jedit release history ]
Fix MiscUtilities.isBackup() method when there is no suffix and prefix set.
Do not loose the screen line count of lines that were not modified when inserting multiple lines (minor optimization)
Fixed a NPE when trying to choose a non existing icon when adding a toolbar item.
When launching jEdit if a file named like the untitled buffer from perspective exists, then load it.
Do not only highlight the first match in hypersearch results.
Re-add missing help viewer back and forward icons.
Fix wrong behavior of input method framework support that returned wrong locations for offsets and wrong offsets for locations.
Upgrade OS X launcher stub to be compatible with newer Java versions.
Fix Untitled Issue with -background command line option.
Handle case where user has not set either a backup prefix or suffix.
Fix odd default colors for style editor.
Fix NullPointerException in Preview Javadoc macro.
Fix dockable buttons not wrapping correctly.
Fix electric scroll not working with page up/down
[ jedit release history ]
jedit for Windows 7 - Copyright information
All jedit reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 Download periodically updates pricing and software information of jedit full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for jedit license key is illegal and prevent future development of jedit. Download links are directly from our mirrors or publisher's website, jedit torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 Download periodically updates pricing and software information of jedit full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for jedit license key is illegal and prevent future development of jedit. Download links are directly from our mirrors or publisher's website, jedit torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Post jedit review


Windows 7 jedit related downloads
It is Ajax - JavaScript Editor, Validator and Debugger for beginners and professionals. AJAX developers can use javascript editor as advanced Ajax Editor. Ajax - JavaScript Editor ...
Free JavaScript Editor is Ajax - JavaScript Editor, Validator and Debugger for beginners and professionals. AJAX ...
Free JavaScript Editor is advanced JavaScript Editor, Validator and Debugger for beginners and professionals! AJAX ... can easily use the program as Free Ajax Editor. Free JavaScript Editor is used for professionally editing ...
Jaxe is a Java XML editor. Features include: graphical document-oriented user interface (not just ... interface for a given document type, validation at edition time, HTML preview with an XSL stylesheet ...
View and edit multiple JSON files at the same time. ... text preview Text searching Base64 encoding/decoding Simple JSON Editor with JSON validation ...
My Account
Help
Windows 7 Software Coupons
-
Media Player Morpher
85% Off -
MacX DVD Video Converter
58% Off -
MacX DVD Ripper Pro
50% Off -
WinX MediaTrans
63% Off -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
website
tree menu
web menu
java
dhtml menu maker
dhtml
image
builder
php
javascript
html
dhtml menu builder
ajax
drop down menu
down
drop
source
navigation
css
jsp
dhtml menu
webmaster
asp
popup
code
slideshow
web
javascript menu
applet
menu
Popular Windows 7 Software
- Log Analyzer: Trends Freeware 2.4
- AWStats 7.8
- JavaScript Collector 1.1.0.4
- PHPRunner 10.8
- Adobe Dreamweaver CS6 12.0.3
- JSON Viewer 2.0.0
- JPEXS Free Flash Decompiler 18.3.0
- Bob's Web Calendar 1.0.0.9
- HTML Editor Windows Desktop 1.0
- Bootstrap 4.5.2
- Yugie HTML editor 5.4
- Adobe Dreamweaver CS5 CS5.5 11.5.1
- ScriptCase 9.9.007
- Effect Maker Basic Edition for Windows 1.2
- Xml Editor 2 2.0.1.6
© 2023 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.