2.2.2.2 release notes
2.2.2.2 Issue 630 - Added support for Apex code style configuration for comments. Under the Comments tab of Settings / Preferences > Editor > Code Style > Apex , you can now configure the placement and whitespace handling of line and block comments added using the Comment with Line / Block Comment actions. Issue 1271 - Evidently there's a small window of opportunity after unit test execution during which ApexTestResult.ApexLogId can contain a log ID that doesn't yet correspond to a row in ApexLog . I added a limited number of short interval retries when querying unit test logs to narrow (ideally close) this window of opportunity such that logs are properly resolved for executed unit tests when this occurs. Issue 2089 - Fixed an issue that would occur when using the IDE's move refactoring to overwrite an existing project source file. Issue 2093 - Fixed an issue with removal of server-only metadata usi...