2.2.0.3 release notes

 2.2.0.3

  • Issue 1657 - Added a new User Interface tab to the application-level configuration settings (Illuminated Cloud > Configure Application) with the following options:
    • Show meta.xml files - Identical to the action with the same name under the pull-down and context menus. Disabled by default.
    • Use tabbed editors for > Meta.xml files - When enabled, source/metadata files with supporting meta.xml files are grouped together in a tabbed editor. Enabled by default.
    • Use tabbed editors for > Lightning bundle files - When enabled, Aura and LWC bundle files are grouped together in a tabbed editor. Enabled by default.
    The latter two have been added as a workaround for issues observed by some users with the tabbed editor interface as reported to JetBrains in IDEA-216891. Until that is properly addressed by JetBrains, there are situations where the incorrect sub-tab may be selected during actions such as navigation, interactive debugging, and even find in files. While I know that most users find the tabbed editor interface very useful, I wanted to provide a way to disable that feature for those who experience these issues and find them understandably disruptive.
  • Issue 2034 - Implemented a workaround for a regression in sf deploy functions introduced in version 1.4.2 (and still present in 1.5.0) of the sf functions CLI plugin where that command no longer properly reports the lack of an active functions session or the lack of a compute environment for the project. This regression has been reported to Salesforce, and the workaround will be removed once it has been properly fixed.