Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Whatever happened to jEdit [closed]

Tags:

I'm not sure if many people know about this text-editor?

jEdit was kinda big in 2004, but now, Notepad++ seems to have taken the lead(on Windows) Many of the plugins haven't been updated since 2003 and the overal layout and usage is confusing...

I'm sure jEdit has many nifty features, but I'll be damned if I can find out where to find them and how to use them. Reading that manual is a fulltime job on it's own.

like image 548
Vordreller Avatar asked Sep 16 '08 11:09

Vordreller


People also ask

Is jEdit good?

JEdit is a great open source application, one of my long-time favorites. It may also be the single best Java-based application I've seen, in the way it balances capability and performance (JEdit is not the resource or memory hog that some Java programs have been in the past).

What languages does jEdit support?

Included with jEdit are packages providing syntax highlighting, abbreviations and other programming support for over 60 programming languages and file types, including C, C++, C#, Cobol, HTML, Java, Javascript, Lisp, Pascal, Perl, PHP, Python, Ruby, TCL, Visual Basic and XML.

What is jEdit used for?

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.

What's the main purpose of a text editor?

A text editor is a computer program that lets a user enter, change, store, and usually print text (characters and numbers, each encoded by the computer and its input and output devices, arranged to have meaning to users or to other programs).


1 Answers

I've been using jEdit for a few years now, mainly on windows, but also on Ubuntu. I use it for: SQL, awk, batch files, html, xml, javascript... Just about everything except .NET stuff (for which I use Visual Studio).
I love it.

summary

I use jEdit because it has the right balance for me of ease of setting up vs. features and customisability. For me, no other editor strikes quite as good a balance.

cons

  • It can be a bit hard to make it do the things you want.

pros

  • I love the plugins
  • Being able to define my own syntax highlighting etc. is just what I want from a text editor.
  • The manual is very good and quite readable. I strongly suggest reading it through to get an idea of what jEdit can do for you. (In fact, I suggest this for any software you use)
  • It's cross-platform. I used it just on windows for a long time, but now I also use Ubuntu, and it works there: I can even copy the configuration files over from my windows machine, and everything works. Nice.

other editors

In the past I did take a look at Notepad++, but that was a while ago, and it didn't have a nice way to define your own syntax highlighting, which is important for me. I also paid for Textmate and UltraEdit at different times (both very good), but in the end, jEdit comes out on top for me.
I also used Eclipse for a year or so. It's fantastic, and it'll do anything you want, but you have to be really into Eclipse to get the most out of it.

like image 110
AJ. Avatar answered Dec 14 '22 21:12

AJ.