API Version Warning - Hidden

Issue #2336 resolved
Jason van Beukering created an issue
  • Based on the screen resolution and IDE layout, warnings for API version mismatches in Code are not visible or easily accessible.

    • Could these not be listed in the problems area of the IDE with the current “fix” options registered as context actions? This would be consistent with other inspection IMHO

Comments (5)

  1. Scott Wells repo owner

    Yeah, I noticed this on one of my laptops. Because of the way this inspection adds a “whole file” violation as a banner, it would probably be easier to include an abridged version of the message when the resolution is such that it would be truncated, e.g., “Change connection API version to 54.0” instead of the full detail included in the screenshot. I’ll tinker with it a bit and see if I can find a good balance of real estate and useful information.

  2. Scott Wells repo owner

    Fix committed for the next build. When you have a wider window it contains the same detailed information:

    and when you have a narrower window, it uses an abridged version of the same information:

    The latter renders without truncation down to less than 1280, though at some point truncation obviously will occur.

  3. Log in to comment