Hi there

I write a lot of (no doubt poor) php code - with empty exception classes:

  class userNotFoundException extends Exception { };

This seems to upset the code folding algorithm. It is of course no problem to replace it with

  class userNotFoundException extends Exception {
  };

but all the same I thought I'd mention it.

Also, in a similar vein - just wondering what the chances were of getting the ability to change the code folding set up for compiled languages? It would be nice to have folds placed around all braced constructs. ;-)

Kind regards,

R

--
Richard Dyce MA (Cantab.) MBCS MIET

http://www.macworld.co.uk

Reply via email to