How Do I Use Beyond Compare: Introduction to Beyon
  • Forty things about Beyond Compare
  • Acknowledgements
  • Learn Beyond Compare in 5 Minutes
    • Quickstart: open two directories
    • Quickstart: open two files
    • Quickstart: move a file
    • Text Compare: understand the display
    • Downloads
  • Text Compare
    • How to use Beyond Compare for Text Compare
    • In Beyond Compare, what are unimportant differences?
    • Why no word-wrap ??
    • How to use Beyond Compare to confirm 100% replacement
    • Ignore Trivial Differences, Like Timestamps
  • Git
    • How to use Beyond Compare with Git
    • Do a roll-back to peek at your old code
    • Quickstart: Folder Merge
    • Why merge three folders?
    • Beyond Compare Three-Way Folder Merge Symbols Explained
    • How to compare two commits, both old, in Git
    • Git mergetool: merging three files.
    • How to recover an older version of your code with Git and Beyond Compare
    • Peeking under the hood at how Git does its thing
    • Getting better at Git
    • Find changes since last commit
    • Patches
    • How to configure Visual Studio to use Beyond Compare for Version Control
  • Scripts and the Command Line
    • How to use Beyond Compare in the Terminal
    • How to do an automatic backup every day
    • Write a Batch File That Will Start Several Syncs Simultaneously
    • Write a batch file that will start several text compares automatically
    • TL; DR
  • Table Compare
    • Quickstart: open a couple of Excel spreadsheets
    • Example: finding missing items in a pair of spreadsheets
    • Keys
    • Mismatched Columns
    • Longer example, opening .csv files
    • How to remove columns from a spreadsheet
    • Aligned vs Unaligned
    • Example: List of City Trees
  • Sync / Folders
    • Backup your entire computer (Part One)
    • Backup your entire computer (Part Two)
    • Backup, advanced
    • RegEx Examples: Filename Alignment Overide
    • Scan a lot or a little
  • Other
    • Peek
    • Binary
    • Undo
    • Colors
    • How to compare images
    • Report: Text Compare
    • Report: Table Compare
    • Looooonnnnngggg lines...
    • Binary: How to see the 1's and 0's
    • How to write your first script
    • How to find redundant or duplicate files
    • Minor Edge Cases
    • Shortcut Key
    • How to ignore parts of your file
    • Folder System Context Menus
    • About Evan Genest
Powered by GitBook
On this page

Was this helpful?

  1. Other

Looooonnnnngggg lines...

PreviousReport: Table CompareNextBinary: How to see the 1's and 0's

Last updated 6 years ago

Was this helpful?

Wordwrap is not currently possible in Beyond Compare. I've gotten used to this. There are five things I do and a sixth that I haven't tried: 1) Wider windows help: View->OverUnderLayout

2) Rapid magnification with Shift+Ctl+Scrollwheel can zoom out to a "high altitude" view

3) High contrast color settings to help see a single letter in the line:

4) Thumbnail view at the left gives you a clue about the bigger picture. It reminds me of the sideview in video games. One tip: experment with rightclicking it and selecting enable-scrolling on large files.

5) Bottom panel To really focus on a long line, watch it in that extra bonus window at the bottom of the window.

6) You can manually set the line length but use this sparingly because it messes up some alignment performance: shorter lines. It makes the lines hard to read, too.

To manually restrict the length of a line in all HTML files use the menu: FileFormats->HTML->Conversion->CharactersPerLineLimit

Why no Wordwrap

One reason seems to be a tradeoff, opting for a more efficient algorithm that can read an entire hard drive while also, optionally reading each file line by line and each line letter by letter.

Try to remember that the panel in Beyond Compare is not optimized as a word processor, it is really just a window into the huge data manipulation that BC is keeping track of across your many files and many lines in each file. In the hundreds of lines of a given file, BC is searching character by character to find things that align.

https://beyondcompare.gitbook.io/project/other/colors