C# Class ARCed.Scintilla.DocumentHandler

Manages the Native Scintilla's Document features.
See Scintilla's documentation on multiple views for an understanding of Documents. Note that all ARCed.Scintilla specific features are considered to be part of the View, not document.
Inheritance: TopLevelHelper
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
Create ( ) : Document

Creates a new Document

Private Methods

Method Description
DocumentHandler ( Scintilla scintilla )

Method Details

Create() public method

Creates a new Document
public Create ( ) : Document
return Document