Table of Contents

Method LineIsModified

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

LineIsModified(int)

Indicates whether specified line already modified.

public virtual bool LineIsModified(int index)

Parameters

index int

Index of line to check.

Returns

bool

True is line modified; otherwise false.

LineIsModified(int, out bool)

Indicates whether specified line already modified.

public virtual bool LineIsModified(int index, out bool saved)

Parameters

index int

Index of line to check.

saved bool

Receives boolean value that indicates whether line was not changed since the last saving.

Returns

bool

True is line modified; otherwise false.