auto-indenting - is this possible?
Submitted by Sunday, 1 May, 2005 - 16:13
on
I've read through the edit mode description docs, but couldn't figure out if the following is possible or not:
Can i tell jEdit to auto-indent in the following fashion? (*'s would be spaces inserted by auto-indenting)
Basically - i want the opening parens of the same level expressions in lisp/scheme to match.
If this is impossible with edit modes descriptions, is this somethign that could be trivially implemented with a plugin?
Can i tell jEdit to auto-indent in the following fashion? (*'s would be spaces inserted by auto-indenting)
(let ((a 2)
******(b 3))
*****(if (= a 0)
*********(foo)
*********(bar)))
Basically - i want the opening parens of the same level expressions in lisp/scheme to match.
If this is impossible with edit modes descriptions, is this somethign that could be trivially implemented with a plugin?