Search found 534 matches

by jeffhostetler
Thu Mar 07, 2013 5:31 pm
Forum: Support (DiffMerge)
Topic: Editor entering non-english symbols
Replies: 10
Views: 19795

Re: Editor entering non-english symbols

Could you check the status bar and see what character encoding DiffMerge selected for each file? In the right-most field, it should say something like "UTF-8(BOM)" or it may have 2 encodings with a ":" between them. Do these files have byte-order-marks (BOM) in them ? What are yo...
by jeffhostetler
Thu Feb 21, 2013 2:14 pm
Forum: Support (DiffMerge)
Topic: TortiseSVN integration: Hide temp files from Eclipse
Replies: 2
Views: 8884

Re: TortiseSVN integration: Hide temp files from Eclipse

DiffMerge creates the __file__ tempfiles in the same directory as one of the files in the set. And this is hard-coded. (I just looked at the source and confirmed that there isn't an environment variable option to override that. Sorry.) However, the temp files are only created as backing for editing,...
by jeffhostetler
Mon Feb 11, 2013 10:23 am
Forum: Support (DiffMerge)
Topic: Editor entering non-english symbols
Replies: 10
Views: 19795

Re: Editor entering non-english symbols

What OS and version do you have ?
What version of DiffMerge do you have ?

thanks
by jeffhostetler
Tue Jan 22, 2013 6:42 am
Forum: Support (DiffMerge)
Topic: Folder Diff Equivalencies
Replies: 6
Views: 18647

Re: Folder Diff Equivalencies

Sorry, but this bug has not yet been fixed.
Unfortunately, I don't have an ETA for it that I can give you.

Sorry,
j
by jeffhostetler
Tue Jan 08, 2013 8:16 am
Forum: Support (DiffMerge)
Topic: What does the difference marker "e" mean?
Replies: 2
Views: 9761

Re: What does the difference marker "e" mean?

It means that there has been an edit on that line -- either interactive typing on the line or applying a change from the menu. It is just a little "activity" marker for the line. It doesn't mean that the line isn't the same as when it was loaded, but just that you've done something on that...
by jeffhostetler
Wed Jan 02, 2013 3:37 pm
Forum: Support (DiffMerge)
Topic: OSX: DiffMerge is not retina display compatible?
Replies: 3
Views: 11724

Re: OSX: DiffMerge is not retina display compatible?

You might give http://retinizer.mikelpr.com/ a try. I haven't had
a chance to play with it yet, but one of our other developers just
used it on his new mac book and said it helped make the fonts less
murky.

jeff
by jeffhostetler
Wed Jan 02, 2013 3:13 pm
Forum: Support (DiffMerge)
Topic: OSX: DiffMerge is not retina display compatible?
Replies: 3
Views: 11724

Re: OSX: DiffMerge is not retina display compatible?

Sorry, but this probably won't get addressed in the near term.
But I will log a request to investigate it.

jeff
by jeffhostetler
Wed Dec 05, 2012 2:41 pm
Forum: Support (DiffMerge)
Topic: How skip tab, space, capital or small in DiffMerge
Replies: 1
Views: 8612

Re: How skip tab, space, capital or small in DiffMerge

You can modify or create a new "Ruleset" and customize it to meet your needs. A ruleset is chosen by file suffix. See the options/preferences dialog. There are predefined rulesets for several popular programming languages. Open an existing ruleset (or create a new one). In the "Edit R...
by jeffhostetler
Mon Dec 03, 2012 2:46 pm
Forum: Support (DiffMerge)
Topic: Apply from Right to Left
Replies: 3
Views: 12431

Re: Apply from Right to Left

DiffMerge only supports editing in the right panel (of a 2 panel diff window). The left panel is read-only. We did it this way because the typical use was to have a historical/reference version on the left and the working/sandbox copy on the right and let you bring changes into the working copy. An ...
by jeffhostetler
Tue Nov 13, 2012 9:09 am
Forum: Support (DiffMerge)
Topic: Too sad,I cannot open DiffMerge again
Replies: 3
Views: 10936

Re: Too sad,I cannot open DiffMerge again

Do you remember what find-pattern you used ?
Sounds like I might need a quoting/escaping of the pattern before storing it
to prevent it from confusing the preference file format.

thanks
by jeffhostetler
Tue Nov 06, 2012 1:17 pm
Forum: Support (DiffMerge)
Topic: Help Debugging Invalid Unicode Characters
Replies: 3
Views: 12701

Re: Help Debugging Invalid Unicode Characters

Yeah that error message could be a little more helpful and include the offending sequence. I'll log that. Are the files UTF-8 w/ or w/o byte-order-marks ? Or are they something else and just getting treated as-if they are UTF-8 ? You might try temporarily modifying the Ruleset for that suffix and se...
by jeffhostetler
Mon Nov 05, 2012 6:52 am
Forum: Support (DiffMerge)
Topic: Folder Diff - file name equivalency only
Replies: 7
Views: 17226

Re: Folder Diff - file name equivalency only

Sorry, but no that bug/feature has not been fixed yet.
by jeffhostetler
Fri Nov 02, 2012 11:38 am
Forum: Support (DiffMerge)
Topic: Feature Requests
Replies: 1
Views: 7427

Re: Feature Requests

Thanks for the feedback. I'll log a bug to investigate the new suffixes. WRT the color highlight, there is a dotted rectangle around the currently selected change. Granted, it is a little subtle, but it's there. I hesitate to introduce yet another set of colors into the mix -- I think I have too man...
by jeffhostetler
Thu Nov 01, 2012 8:34 am
Forum: Support (DiffMerge)
Topic: DiffMerge with command line arguments on OS X
Replies: 7
Views: 21758

Re: DiffMerge with command line arguments on OS X

I'll log that. Thanks!

jeff
by jeffhostetler
Tue Oct 30, 2012 3:33 pm
Forum: Support (DiffMerge)
Topic: How do you set tab size?
Replies: 1
Views: 8057

Re: How do you set tab size?

On the "View" menu there are settings for 2, 4, and 8 space tabs.