Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.47 KB

ScintillaDiff

A class library for comparing two text files with the ScintillaNET control.

Features

  • Customizable indicator images
  • Customizable indicator colors
  • A List and a side-by-side views
  • Access to the underlying Scintilla controls for styling, etc...
  • NOTE: This is a Windows Forms control

Used libraries

Thanks to

  • bobhodge For implementing horizontal scrolling sync; plus mousewheel scrolling.

  • XJmichaelw For adding IsEntireLineHighlighted attribute, which when set to true, will set the entire background of a line to a given colour corresponding to the change type for that line. And a bug fix leading to a crash when a form containing the control was minimized.

  • avstri for pointing out the speed up via a StringBuilder #1.

  • JetBrains for their open source license(s).

JetBrains

Screen-shots

A side-by-side diff image

A list diff

image