On 30/3/2006, at 0:41, Quinn Comendant wrote:
I'm trying to disable auto-indentation for the lines below starting with 'case'. This is how I'd like the code to appear: [...]
The unIndentedLinePattern is really an “ignore these lines” pattern. So I don’t think it will be possible to make it do what you want.
The switch/case-statement is one of the things the current indent system isn’t really geared to handle.