Member
Posts: 260
Joined: 2005.05
mikey Wrote:Hey, maybe you could put that little line - like Future BASIC - leading from and 'if' to an 'end if' and indent the if block?
Like:
Code:
blah blah
if A = 1 then
|
| beep
|
end if
That is a very nice way to clarify the code structure! I can't add that today, since I use Apple's TXN library, which just doesn't have the flexibility, but TXN will have to go in the future and then I will have a look at this and some other similar features (like code folding and splittable edit field). Good point!