cholick / idea-spock-enhancements

A plugin for IntelliJ IDEA that improves integration with the Spock specification framework
Other
30 stars 10 forks source link

Indention Support #3

Closed cholick closed 10 years ago

cholick commented 11 years ago

Add an option to indent an additional level under labels.

chadsmall commented 11 years ago

wondering if this one is on your radar @mcholick ? http://confluence.jetbrains.com/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA#DevelopingCustomLanguagePluginsforIntelliJIDEA-CodeFormatter

thanks, chad.

cholick commented 11 years ago

@chadsmall I hadn't looked into that yet; thanks for the link. It's not on my radar yet, but I'll take a look and see how hard it is to implement.

szpak commented 11 years ago

It would be great to have an ability to enable additional level of indention in Spock's code.

szpak commented 10 years ago

I think this issue is obsolete as Idea 13 introduced label formatting creating (probably) just for Spock. Sample usage.

cholick commented 10 years ago

Thanks @szpak, looks like they've added it. I'll close this.