Skip to content

Code Compare

Code Compare is a tool to compare and merge differing files and folders. It takes into account the specificity of programming languages and can be used both as a Visual Studio add-in and as a standalone application.
http://www.devart.com/codecompare/

Code Compare

Categories

JUMP TO ANOTHER FORUM

136 results found

  1. Keys {} around code with one line is unusefull for comparison.

    Keys {
    } with line breaks is not a valid diference in csharp.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. More than two folder and three file comparison; there's already an idea for a three folder comparison, but my idea is that you can have more than three, what if you want to compare four folders? Or what about 10 folders?? As for file comparison, it seems to be limited to 3 for paid customers, what if I want to compare 5 fives all of which have different configurations that I want to add/edit out all at the same time and merge any changes I want into one file?

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. I like that the escape key can close a file comparison. But sometimes I press it one too many times, and it closes my folder comparison.

    The folder comparison is the root task I am working on and can spend hours doing one compare. It's an annoyance to have to relocate my folders etc.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Immagine that some difference must be maintained (example renamed variable or class) I would like to see an option like Ignore and Ignore All to allow the merging being done leaving the ignored word as they are..

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. When comparing folders, I would like the option to hide files that are not present in the other panel. This allows me to easily create undo-files to undo changes created in another forder by comparing another branch.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Currently there exists (as far as I know) only one small tool, which provides structural code comparison for Delphi, but it has not nearly as many functions as Code Compare.
    So you would have a unique selling proposition for users of Delphi. Especially in comparison to BeyondCompare, which is delivered with Delphi as a lite version.

    16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. I am comparing generated web service proxy C# code across server versions. I'd like to be able to disable code attributes compare. Example;

    File A

    [System.Web.Services.WebServiceBindingAttribute(Name="ServiceCatalogBinding", Namespace="http://www.esri.com/schemas/ArcGIS/9.3")]

    File B

    [System.Web.Services.WebServiceBindingAttribute(Name="ServiceCatalogBinding", Namespace="http://www.esri.com/schemas/ArcGIS/10.1")]

    I don't want to see this as being different.
    I don't want to have to manually search and replace in many files.

    I just want to turn that off.
    Granted structurally it makes a difference.
    But I'd like to be able to ignore that easily.

    Alain

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. It would be nice to get an idea of the number of differences between two files and have that number update as differences are reduced during the merge process.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Add VBA File Structure Comparison, like .bas files.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. please add support for .pas / .dfm files to Code Compare. As far I know (have been looking for a while) there exists few tools for C etc but none for Delphi.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Currently CodeMerge.exe /NOPROMPT will exit with a status code of 0 even if automerge failed and conflict markers are present in the output file (>>>>>> theirs ======== base etc). This is really important for scripted scenarios such as Continuous Integration.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. If I have a block consisting of three lines I would like to be able to only move the changes of one of the lines to the other side. Example:

    block in file one:
    bla
    bla
    bla

    block in file two:
    Bla
    Bla
    Bla

    desired result in file two:
    Bla
    bla
    Bla

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Implement "Undo Unchanged Files" feature for any folder in pending changes.
    For TFS this will be brilliant feature because there is no good tool/extension to do so.
    Especially it is useful when baseless merge is performed.
    Thanks in advance.

    31 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. This is the main feature that I miss compared to Visual Studio's comparison tool. Having these "virtual" line breaks allows to maintain both files aligned and makes it much easier to keep track of differences.

    The outlining boxes in Code Compare are nice, but definitely not as efficient.

    This is currently what's holding me off on using Code Compare.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Often I have to re-do a comparision between two files, for instance because one of them had been changed in the meantime. It would be great if Code Compare would remember the previous n comparisiona (n being something like 10 or so).

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Main text compare window stays in light theme. Should completely be in dark theme.

    19 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Dropdown with all changes - When mouse over dropdown you can use the wheel - up/down to navigate next/previous change.

    (Examdiff style)

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Allow the ability to take a file or folder comparison and drag them of CC or via shell context open in a new instance of CC.

    I run multiple monitor setups so been able to have to code compares running in each monitor will increase my work flow up to 40%

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?