Table of Contents

Method SaveCurrentLocationToHistory

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

SaveCurrentLocationToHistory(Point, string, string)

Adds specified location to the history collection.

public void SaveCurrentLocationToHistory(Point position, string fileName, string code)

Parameters

position Point

Position in the code to add.

fileName string

Name of file where code is located.

code string

Text in the code at specified location.