Can't detect modified files or lines

Issue #1643 resolved
Israel Zygelboim created an issue

When I edit a snippet of code in the IDE, I cannot then discern which lines or files have been changed, and consequently also what I am about to change in SALESFORCE when I save the changes.

Comments (2)

  1. Scott Wells repo owner

    Hi, Israel. Are you working against a version control system? If so, the IDE will clearly identify changed lines in the gutter area:

    https://www.jetbrains.com/help/idea/adding-files-to-version-control.html#track_changes

    As for changes relative to the org, you can see those by using the Compare with Server action:

    https://bitbucket.org/RoseSilverSoftware/illuminatedcloud/wiki/User_Guide/Retrieving_Metadata.md#markdown-header-comparing-with-server

    If you'd like to see a marker for which files are currently modified in the editor relative to the local filesystem, you can enable Mark modified:

    https://www.jetbrains.com/help/idea/2020.1/settings-editor-tabs.html

    I hope that provides what you need.

  2. Scott Wells repo owner

    I'm going to resolve this hoping that the provided information meets the original need. If not, please feel free to reopen with details on what you're expecting/wanting.

  3. Log in to comment