James Gray wrote: > On Nov 24, 2008, at 11:18 AM, Suraj Kurapati wrote: > >> Indentation also facilitates trivially simple code-folding in your >> text editor, which isn't possible for these formatting systems unless you >> set up regexps to define which lines define the begin/end and depth (the >> hardest part!) of structural elements. > > That totally depends on the text editor. For example, indentation > based code folding is one thing TextMate does not do well. I've happily used indentation-based code folding in Vim and jEdit, so I assumed that it would at least be a basic feature of other popular/modern text editors: http://en.wikipedia.org/wiki/Code_folding#Software_with_code_folding_capability -- Posted via http://www.ruby-forum.com/.