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".
Code compare would be great
Hi Karlis,
I believe a file / code compare tool would be a great addon to webuilder and other editors.
I know that alot of tools already exist for this, but I really don't like to have a lot of programmes on my pc, especially if one can do all.
I'd say that you should implements this feature in future versions.
Kind regards,
Dennis
I believe a file / code compare tool would be a great addon to webuilder and other editors.
I know that alot of tools already exist for this, but I really don't like to have a lot of programmes on my pc, especially if one can do all.
I'd say that you should implements this feature in future versions.
Kind regards,
Dennis
code editor compare
AH YESSSSSSSS!
When I first started using WB, split the screen vertically and saw the preview, I immediately started looking for a way to make the second window show another .htm (or whatever) file. Alas.
Very often I am comparing a section of code between the file I am creating and one that already works. There are often bits of it that have to be changed to reflect different domain, different email, etc.
I cannot tell you how much this would mean to me. And, BTW I *never* use the split window for previewing -- always use the tab -- need to see the whole window.
If you made that second window another text window I would be extremely grateful.
And, I sing praises of WB in every forum I participate in. Thank you very much for a damn near perfect piece of software.
Clair
When I first started using WB, split the screen vertically and saw the preview, I immediately started looking for a way to make the second window show another .htm (or whatever) file. Alas.
Very often I am comparing a section of code between the file I am creating and one that already works. There are often bits of it that have to be changed to reflect different domain, different email, etc.
I cannot tell you how much this would mean to me. And, BTW I *never* use the split window for previewing -- always use the tab -- need to see the whole window.
If you made that second window another text window I would be extremely grateful.
And, I sing praises of WB in every forum I participate in. Thank you very much for a damn near perfect piece of software.
Clair
addendum to prev post
I forgot to say, for what it is worth, that an actual "code compare" is secondary to the main issue of being able to see two code files at the same time. That would be nice, lagniappe as it were, but just to be able to see two code files is my primary desire.
Thanks much.
Clair
Thanks much.
Clair
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: addendum to prev post
OT: there's no builtin in function to show two specific code pages side by side but...clair wrote:I forgot to say, for what it is worth, that an actual "code compare" is secondary to the main issue of being able to see two code files at the same time. That would be nice, lagniappe as it were, but just to be able to see two code files is my primary desire.
hide your sidebars (f4 I believe) and then go to window>tile vertically. Pretty useful since windows 3.1

Will
I (or lets say the company I work for) would use this option pretty often, in combination with this feature request http://forums.blumentals.net/viewtopic.php?t=1977 

-
- Posts: 10
- Joined: Mon May 28, 2007 2:59 pm
Too much to put on one window?
If I need to compare code snippets, I use Winmerge; then with WeBuilder in another window, I can click back and forth easily (using the Windows status bar) and make my editorial changes...
I've tried split-screen file comparisons in WeBuilder...and things just got too crowded, too much of an eye-full for conscientious editing, IMHO
I've tried split-screen file comparisons in WeBuilder...and things just got too crowded, too much of an eye-full for conscientious editing, IMHO
-
- Posts: 43
- Joined: Thu Jan 10, 2008 11:55 am
WinMerge is a good option -- and it's GPL
As a result of this conversation, I just tried WinMerge and it works very well.
Perhaps you just need to extend the program interface a bit.
I see how to add a program to the Tools/Launch menu
but I don't see how to pass it a parameter such as the current file path/name.
I also did not find anything at all in the Help about the Launch menu.
I suspect that people would usually want to use the diff program that comes with their VCS.
Perhaps you just need to extend the program interface a bit.
I see how to add a program to the Tools/Launch menu
but I don't see how to pass it a parameter such as the current file path/name.
I also did not find anything at all in the Help about the Launch menu.
I suspect that people would usually want to use the diff program that comes with their VCS.
Re: Does anyone need Code Compare tool?
UltraCompare by IDM and SVN diff are two tools that are readily available. I would like to see the team focus on other features.
Re: WinMerge is a good option -- and it's GPL
I've been using WinMerge with very good success...! Depending on the version of WeBuilder your running you would type in "%file" (no quotes) into the Parameters edit box.fuzzylogic wrote:As a result of this conversation, I just tried WinMerge and it works very well.
Perhaps you just need to extend the program interface a bit.
I see how to add a program to the Tools/Launch menu
but I don't see how to pass it a parameter such as the current file path/name.
I also did not find anything at all in the Help about the Launch menu.
I suspect that people would usually want to use the diff program that comes with their VCS.
Anthony
Re: Does anyone need Code Compare tool?
I've been using Beyond Compare for a few years now, and have it setup in WeBuilder as an external program to load the current file, can then simply load another file to do the compare to.