Smart Indenting

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
Colin Haig
Posts: 1
Joined: Sat Feb 03, 2007 6:54 am

Smart Indenting

Post by Colin Haig »

I have downloaded the evaluation copy and set up an extension of .prg for
clipper file types but I cant seem to get smart indenting to do anything.

eg
if xVar == 'W'
cursor should indent 3 places
endif // when endif is typed should outdent 3 places
endif

Is this what is meant by smart indenting.

Cheers

Colin
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi Colin,

The smart indenting in Zeus only works for the {,} brace chracters :(

All I can suggest is to setup some templates to do the indenting. For an example of what templates do, create a new file with a .cpp file extension and type in ife followed by the space bar.

Cheers Jussi
Post Reply