135 results found
-
Ignore keys "{" and "}"
Keys {} around code with one line is unusefull for comparison.
Keys {
} with line breaks is not a valid diference in csharp.2 votes -
more than two folder comparison
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 -
Escape key closes file comparison but does not close folder compare
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 -
Ignore All or Add to difference dictionary
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 -
Hide not existing files
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 -
Ignore code attributes in C#
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 -
VBA File Structure Compare
Add VBA File Structure Comparison, like .bas files.
2 votes -
Visual Studio 2017 Support
Visual Studio 2017 Support so that I can use Code Compare with Visual Studio 2017
2 votes -
Code compare to support Delphi
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 -
Return non-zero exit code from CodeMerge.exe /NOPROMPT when auto-merge fails
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 -
support for Haxe and AS3 languages
support for Haxe and AS3 languages
2 votes -
Copy SELECTED block to the other document
It's be a good thing if we can select block of text and CTRL+Right copy it to another comparing document.
2 votes -
CodeCompare v4 - add an option to use v3's style
I am one of those 50% of developers who does not like how VS 2013 looks. There should be an option in CodeCompare v4 to go back to v3 style, including the toolbar icons. Please add the old icon set when switching back to "Classic" theme.
2 votes -
Integrated SCM annotate compare
SCMs e.g. Git, Mercurial, svn etc. support annotate/blame. Add annotate comparison (whom and what) over lines/blocks of code.
2 votes -
Support "Ignore comments" for all languages
Some files, such as PowerShell scripts, Perl scripts, make files, etc., use '#' as the comment marker. How can I compare these file types ignoring comments?
2 votes -
Make Code Compare impervious to minor reformatting
For instance, moving a { sign on the next line.
Sometimes the auto-formatting of the IDE makes sweeping changes across a file and I'd like to be able to only see the non-trivial changes highlighted.
2 votes -
Improvements on structural code improvements
Options to ignore
- Java annotations
- final modifier
- braces on single line commands i.e. "command" will be same as "{ command }" e.g. when using "if then else" and similar constructs2 votes -
2 votes
-
Reload comparison when file saved from another tab/comparison
Steps to see what I mean:
1. Open a 2-way file comparison.
2. Choose File > Compare Current File.
3. Add some new-lines (or make some other change) to the file in the new editor that opens.
4. Save the file in that editor.
5. Return to the original file comparison.
The changes to the file in the other editor are not shown and if the file is saved from the original comparison, the changes made in the other editor will be lost.Real world use case was having a file opened in two comparisons, one with its previous revision,…
2 votes -
2 votes
- Don't see your idea?