Zeus vs jEdit

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
kleinfelter
Posts: 5
Joined: Tue Jul 05, 2005 11:55 pm

Zeus vs jEdit

Post by kleinfelter »

I'm looking for a new editor. Two of the top contenders are jEdit and Zeus. A big plus of Zeus is the standard Windows interface. However, jEdit (plus plugins) continues to introduce me to features I didn't know I needed until I saw them. For most of them, I've been able to figure out how to make Zeus do something similar.

One jEdit feature I'd like to emulate in Zeus is on-the-fly highlighting of parse errors in Ruby code. For example, if I have a file containing:

Code: Select all

if x == 42
    y = y + 1
end
end
jEdit will put a red line under the second end. It runs the Ruby parser when there's a 1 second (configurable interval) pause in keystrokes.

Is there a way to make Zeus do this?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

There is no option to make Zeus do this :(

Zeus tries very hard not to favour any one particular language and as such it leaves the syntax checking to the compiler :wink:

Jussi
Post Reply