try / catch code formatting Permanently deleted user Created August 05, 2005 23:28 Is there a way to auto-format an empty catch block as so:try{ some code...}catch { }
Submit a request to the tracker...
<ronnie@freenet.co.uk> wrote in message
news:7c77a9537b6b8c7682c96d3e0a0@news.jetbrains.com...
>
>
Hello Amir,
8778
>> Is there a way to auto-format an empty catch block as so:
>>
>> try
>> {
>> some code...
>> }
>> catch { }