|
Gin
|
#include <gin_diff.h>
Public Attributes | |
| int | oldLine |
| Line number in old text (for removes) or -1. | |
| int | newLine |
| Line number in new text (for inserts) or -1. | |
| bool | isInsert |
| true = insert, false = remove | |
| juce::String | text |
| The line content. | |
| int Diff::Patch::Hunk::oldLine |
Line number in old text (for removes) or -1.
| int Diff::Patch::Hunk::newLine |
Line number in new text (for inserts) or -1.
| bool Diff::Patch::Hunk::isInsert |
true = insert, false = remove
| juce::String Diff::Patch::Hunk::text |
The line content.