2.2.9.3 release notes

 2.2.9.3

  • Issue 2474 - When Settings | Editor | Code Style | Wrap on typing is enabled, Apex string literals will no longer automatically wrap as string concatenation expressions in contexts in which a single string literal is required, specifically annotation attribute values, switch when literals, and SOQL/SOSL queries.
  • Issue 2475 - Improved logic for matching retrieved metadata files against local files in existing bundle directories.
  • Issue 2476 - Fixed a performance regression introduced in 2.2.9.2 with Tooling API-based single file deployment in projects with Local Files metadata subscriptions.
  • Prospective workaround for IDEA-340523 where programmatic module facet configuration changes aren't being persisted properly in 2023.3, specifically the automatic migration of Selected and All/Project metadata subscriptions to Local Files metadata subscriptions. This workaround ensures that an unknown subscription type (i.e., one that was previously Selected or All/Project) is treated pervasively as a Local Files subscription type until/unless the subscription type is properly migrated, either by a fix for IDEA-340523 from JetBrains or by any explicit configuration change in the IC2 metadata subscription editor.