Question
· Mar 21, 2017

Atelier Auto Indentation (Or lack thereof?)

Is there some setting I'm missing with Atelier when it comes to auto indentation or something not supported yet? I noticed that it won't set the correct indentation when it comes to closing curly braces, as well as no auto indentation when I go to the next line after a beginning curly brace. If it's not something currently supported, is there any ETA on this?

IE This is what Atelier  does:

Method blah(param1) as %Status {
Try {
}
Catch Exception {
// blah
}

}

This is what Cache studio does:

Method blah(param1) as %Status {
    Try {
        // blah
    }
    Catch Exception {
        // blah
    }
}

Any help would be greatly appreciated!

 

Thanks,

- Chris

Discussion (3)0
Log in or sign up to continue