Install JEdit 14.04 Pre on Ubuntu 5.2
JEdit is an editor written in Java designed for programmers. It uses Swing to design the GUI and can be configured as a powerful IDE by using its plug-in. JEdit provides native support for syntax highlighting in more than 200 file formats, and supports manual designation of other formats through XML. It supports UTF-8 and many other encoding formats.
Function:
- Combines the best functionality of Unix, Windows and MacOS text editors.
- Runs on any operating system with a Java 1.6 or higher virtual
- Machine-this includes des MacOS X, Linux, Unix, VMS and Windows.
- Efficient keyboard shortcuts for everything, with predefined keymaps for Emacs, Intellij IDEA, and Mac OSX (5.0)
- Comprehensive online help
- Unlimited undo/redo
- Copy and paste with an unlimited number of clipboards (known as "registers ")
- Register contents are saved into SS editing sessions
- "Kill ring" automatically remembers previusly deleted text
- 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 into SS 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 and keep track of an independent set of buffers. 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
- Rectangular selection
- Multiple selection (sometimes known as "discontinuous" or "additive" selection) for manipulating several chunks of text at once
- Word wrap
The latest version 5.2Pre1 fixes many bugs and introduces many new features, some of which are as follows:
- Fixed Whole word search
- Fixed the specified ray not added on EDT thread
- Fix the integration with Unity and other Linux Desktop Environments, broken by patch
- Reload optionally dependent plugins when a plugin is unloaded
- Applied patch #513 (Makarius), plus some additional cleanup of setting the look and feel
- Fixed a bug in pluginmanager: transitive deps not installed when filtering
- Fix java installer bug: Installing from jedit5.1.0install. jar failure
- JEdit now depends on Java 1.7
- Focus the text area when scroll bar is clicked
- Selecting line from gutter shoshould move caret
- Fix for the scroll click suppression
- Important speedup of LogViewer
- Support for shortcuts to "copy" the error in Error widget
Install JEdit 5.2Pre1
-Install Java
Sudo apt-get purge openjdk *
Sudo add-apt-repository ppa: webupd8team/java
Sudo apt-get update
Sudo apt-get install Oracle-java7-installer
Sudo apt-get install oracle-java7-set-default
Install JEdit
Wget 'HTTP: // response -- output-document = jedit_5.2presponall.deb
Sudo dpkg-I jedit_5.2pre1_all.deb
Jedit