C# Class Microsoft.R.Editor.Tree.TextChangeAnalyzer

Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
DetermineChangeType ( TextChangeContext change ) : void

Private Methods

Method Description
CheckChangeInsideComment ( TextChangeContext context ) : TextChangeType
CheckChangeInsideString ( TextChangeContext context, IAstNode &node, PositionType &positionType ) : TextChangeType
CheckWhiteSpaceChange ( TextChangeContext context, IAstNode node, PositionType positionType ) : TextChangeType
IsChangeDestructiveForChildNodes ( IAstNode node, ITextRange changedRange ) : bool

Method Details

DetermineChangeType() public static method

public static DetermineChangeType ( TextChangeContext change ) : void
change TextChangeContext
return void