Missing Tabs and Indents tab on Apex Code Style settings

Issue #1998 resolved
Glenn Dimaliwat created an issue

Since version 2.1.9.3 of Illuminated Cloud, I am no longer able to see the Tabs and Indents tab on Editor > Code Style > Apex.
Using a .editorconfig to override my settings also stopped working.

I am currently using:
macOS 11.2.3
IntelliJ IDEA 2021.2.3 (Ultimate Edition)
Illuminated Cloud 2 v2.1.9.3

Comments (3)

  1. Scott Wells repo owner

    Thanks for logging this, Glenn. Yeah, I just verified that it's due to a backward-incompatible plugin SDK change in some recent build. I now have to override a method explicitly that I didn't previously need to override, and even worse, that method is documented as going away in 2021.1.3 (which is currently in early access, so not long). I've logged an issue with JetBrains about this seeming plugin SDK regression. Hopefully they'll provide guidance on any available long-term alternatives, or they'll agree that this is a true regression and provide a proper fix.

    Anyway, here's what it looks like (again) with that method overridden:

    Issue_1998.png

    At this point I'll plan to include that in next week's official build.

  2. Log in to comment