C# Class ARCed.Scintilla.EndOfLine

Inheritance: TopLevelHelper
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
ConvertAllLines ( EndOfLineMode toMode ) : void

Converts all lines in the document to the given mode.

Private Methods

Method Description
EndOfLine ( Scintilla scintilla ) : System.ComponentModel
ResetIsVisible ( ) : void
ResetMode ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeIsVisible ( ) : bool
ShouldSerializeMode ( ) : bool

Method Details

ConvertAllLines() public method

Converts all lines in the document to the given mode.
public ConvertAllLines ( EndOfLineMode toMode ) : void
toMode EndOfLineMode The EndOfLineMode to convert all lines to
return void