Search found 5 matches

by kleinfelter
Wed Jul 06, 2005 5:17 pm
Forum: General
Topic: Indentation Guides
Replies: 1
Views: 8192

Indentation Guides

One spiffy feature from SciTE is "indentation guides." If I code

Code: Select all

if x == 3
  if y == 2
    z = 3
  else
    y = 4
  end
end
SciTE will show me light dotted lines connecting the inner if with the inner else, and the inner else with the inner end.

Can I do this in Zeus?

TIA
by kleinfelter
Wed Jul 06, 2005 4:34 pm
Forum: General
Topic: Window Splitting Question
Replies: 1
Views: 8682

Window Splitting Question

I'm still a Zeus newbie. I can see how to split a window. I can see how to tile all the open documents. How do I split the current window and put the complier output in the lower split -- when I have a dozen documents open?

TIA
by kleinfelter
Wed Jul 06, 2005 4:00 pm
Forum: General
Topic: Zeus vs jEdit
Replies: 1
Views: 8783

Zeus vs jEdit

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 ...
by kleinfelter
Wed Jul 06, 2005 3:51 pm
Forum: General
Topic: Syntax Highlight Line Containing Cursor
Replies: 1
Views: 8113

Syntax Highlight Line Containing Cursor

When I enable "Highlight line containing cursor" I lose syntax coloring on that line. Is there a way to highlight the line containing the cursor without losing syntax coloring? For example, my normal background color is very dark blue. I'd like to highlight the line containing the cursor by making ...
by kleinfelter
Tue Jul 05, 2005 11:57 pm
Forum: Comments and Suggestions
Topic: Subversion?
Replies: 1
Views: 10066

Subversion?

Any plans to add support for Subversion version control? (See http://subversion.tigris.org/)