Posts

Showing posts from January, 2022

2.2.0.4 release notes

  2.2.0.4 Issue 373  - Added support for execution of SOQL queries against Tooling SObjects via the Tooling API including: Generation of Tooling API SObjects into the offline symbol table. The OST for a project must be regenerated before this feature is available. Selection of which API should be used for the query in a given tab via a toolbar toggle button in the SOQL Query tool window. Defaults to the standard/partner API. Retained across sessions on a per-tab basis. Accessible via  Alt+T  on Windows/Linux or  Opt+T  on Mac. Full authoring/editing of SOQL queries against Tooling API SObjects just as with standard SObjects including support for code completion, live templates, reference navigation, polymorphic fields, etc. Execution of SOQL queries against Tooling SObjects and display of query results in both tabular and hierarchical formats. This includes proper display of complex non-relational objects such as  Coverage ,  Metadata , and  SymbolTable . Integrated API documentation f

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. Whil

2.2.0.2 release notes

  2.2.0.2 Issue 1949  - Prospective fix for an issue where retrieval of a file in a newly-retrieved bundle with the same name and relative path as files in existing bundles would be matched incorrectly to one of the existing bundle files. Issue 2027  - Added a new  Compare With...  action that executes  Compare With Server  against a user-selected connection instead of the project's configured connection. This new action is available via the toolbar, drop-down and context menus, and keyboard via  Ctrl+Alt+Shift+Minus  (Windows/Linux) or  Cmd+Opt+Shift+Minus  (Mac). Issue 2030  - Fixed a bug (actually several) where retained scratch org connection information could become stale when a new scratch org is created or non-scratch org is authorized with the same alias as an existing connection. The main way this has manifested for users is during unit testing where execution would occur against the old org if still active or would fail if not. Issue 2031  - Changed the default LWC Jest t

2.2.0.1 release notes

  2.2.0.1 JetBrains 2021.3 update status  - JetBrains has released 2021.3.1 updates for all supported IDEs. I have verified that the IDEs which omitted a required third-party class library in 2021.3 now restore that library, and IC2 works properly without its own bundled copy. As a result I have removed the bundling workaround starting with this version of IC2.  NOTE:  Please make sure that you have upgraded to 2021.3.1 (or higher if available). Issue 2012  - Removed the distinct color/style settings for type parameters since there's really not a good way to make them behave as desired given that a type parameter can be a class, interface, or enum...and it already uses those settings properly. Issue 2026  - Added  percent-fixed  as an allowed value for the LWC  lightning-formatted-number  component's  format-style  attribute. Added a  Refresh license status  link to the expired and grace period license status notifications to provide a simple way for users in that state who hav