Does anyone need Code Compare tool?
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Does anyone need Code Compare tool?
Some customers have suggested that we add code compare tool that allows to compare two similar files in order to easily view and process differences.
Your comments are welcome.
Your comments are welcome.
Personally, I think that this feature might be best implemented by calling an external diff program.
There are many available, from commercial utilites like Beyond Compare (http://www.scootersoftware.com) to freebies like WinDiff (in the Windows Platform SDK).
If you provide some setup option so the user can describe the command line and any switches (specifying the file arguments by replaceable tokens), this would work pretty well. Most source control systems have a similar method to determine what diff utility will be invoked and how to invoke it.
There are many available, from commercial utilites like Beyond Compare (http://www.scootersoftware.com) to freebies like WinDiff (in the Windows Platform SDK).
If you provide some setup option so the user can describe the command line and any switches (specifying the file arguments by replaceable tokens), this would work pretty well. Most source control systems have a similar method to determine what diff utility will be invoked and how to invoke it.
better if beautiful
Even if I did not like your particular beautify function, I would like SOME minimum level of "standard format" code modifiers for:
* using diff
* catching unmatched braces/parens/quotes
(This contradicts what I said elsewhere. I was right when I said that I could be wrong.)
* using diff
* catching unmatched braces/parens/quotes
(This contradicts what I said elsewhere. I was right when I said that I could be wrong.)
Tracing difference in scripts/files, comparing versions (especially in modified gnu-scripts and comparing version progress) are essential feature.
I use it a lot.
I believe many will save time and effort having such tool, with the abilty to auto mark differences and even move the marked line (=difference) from one file to another, like it's done on some compare-programs and the only-mac most-popular code editor "BBedit".
I use it a lot.
I believe many will save time and effort having such tool, with the abilty to auto mark differences and even move the marked line (=difference) from one file to another, like it's done on some compare-programs and the only-mac most-popular code editor "BBedit".
-
- Posts: 18
- Joined: Tue Aug 09, 2005 5:25 pm
KISS
I have found BeyondCompare to be simply awesome. I cannot imagine that kind of specialized function being integrated with a text editor. If I were you, I would continue to focus on the editing aspects of your software and just link to an external compare tool.
-
- Posts: 15
- Joined: Thu Jun 09, 2005 3:10 pm
- Location: Warszawa, Poland
Last week I start playing with WinMerge and it looks interesting. You can find it here:
http://winmerge.sourceforge.net/
http://winmerge.sourceforge.net/
Grzegorz Wiktorowski
OiOK
OiOK
I'm using one....
I'm satisfied with TortoiseMerge, a companion program included with TortoiseSVN which can be found at http://tortoisesvn.tigris.org/
-Moe
-Moe

if, no matter where you go, nothing seems to change, maybe it's time to look at what you're bringing with you.
Re Code Compare
I agree with certain posters that full file comparison is perhaps going beyond the remit of an HTML/PHP editor (it would be a lot of work to compete with KDIFF for example).
That said, I quite often open two versions of the same page and select tile vertically to look at the two files. When working like this I'd like to be able to synchronise the scroll mechanism. I'd like the mouse-wheel or scroll-bar to move me through two (or three files at the same time.)
markd
That said, I quite often open two versions of the same page and select tile vertically to look at the two files. When working like this I'd like to be able to synchronise the scroll mechanism. I'd like the mouse-wheel or scroll-bar to move me through two (or three files at the same time.)
markd
Please don't waste energy on it
I use the freeware ComponentSoftware Diff (CSDiff) and it is awesome. It compares the two folders (directories) and shows me a list of files showing what line or code was eliminated, which were added, etc. You don't have to reinvent the wheel.
-
- Posts: 2
- Joined: Sun Apr 30, 2006 3:11 pm
- Location: UK
- Contact:
I use it often, but would I'm not sure I use it correctly
It would help if, when using e.g. split-screen horizontal with two files (old version of a css and new version of a css) I could compare the two line-by-line and have Webuilder stop on the first line that differs. This function I recall from my old mainframe days using an editor called Xedit. Is this possible in Webuilder? If so, then I'm probably just missing instructions on how to do it...
-
- Posts: 6
- Joined: Wed Aug 16, 2006 12:23 am