Subject: Suggestion: Block lines (if then, begin end) [Print This Page] Author:
jac2jac2 Time: 2008-9-5 18:13 Subject: Suggestion: Block lines (if then, begin end)
D7.
I think the block lines are amazing, they really help.
The only time the fall short is when you have an if then else, where the else element is a single statement. Normally indentation ensures it is obvious that the next line after the else statement is always executed. It would be good if the line could extend to the end of that else statement, to make it obvious.
e.g.
|if something then
| do
|else
| do something else;
Carry on
I hope that makes sense.
As always, thanks for a great package.Author:
jac2jac2 Time: 2008-9-5 18:17