Question Chris Thompson · 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

Comments

Patrick Newton · Mar 22, 2017

This is known as 'edit strategy' and is not currently supported. It's on the product roadmap though as we do understand it's a very necessary feature. Thanks for your patience

0
Chris Thompson · Mar 23, 2017

Thank you for the information Jamie, is there a rough ETA on this?

0
Patrick Newton · Mar 23, 2017

I'm sorry it's policy to not comment about dates for availability of future releases.

0