jedit

jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it.

Install

   1 # http://downloads.sourceforge.net/project/jedit/jedit/5.1.0/jedit5.1.0install.jar
   2 # java -jar Downloads/jedit5.1.0install.jar 
   3 # java -jar /home/vitor/jEdit/5.1.0/jedit.jar
   4 cd ~/Downloads/
   5 wget http://downloads.sourceforge.net/project/jedit/jedit/5.6.0/jedit5.6.0install.jar
   6 java -jar jedit5.6.0install.jar
   7 cd ~
   8 bin/jedit &
   9 # Install plugin Console and Look and Feel. Go to menu Plugins, Plugin manager, Install tab and select them
  10 

Zenburn theme

Plugin manager, Editor scheme and Look and feel 1.7.0.

   1 wget http://kent.dl.sourceforge.net/project/lipstiklf/lipstiklf/1.1/lipstikLF-1.1.jar
   2 cp lipstikLF-1.1.jar ~/jEdit/5.1.0/jars/
   3 cd ~/jEdit/5.1.0
   4 java -cp jedit.jar:jars/*  org.gjt.sp.jedit.jEdit

Copy paste middle mouse button

Font size, console and look and feel

jedit (last edited 2024-07-21 14:36:10 by vitor)