C# Class NetIde.Core.ToolWindows.DiffViewer.SideBySideViewer.TrimmedCopy

Inheritance: ICSharpCode.TextEditor.Actions.AbstractEditAction
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
Execute ( TextArea textArea ) : void
TrimmedCopy ( SideBySideViewer owner, NetIde.Core.TextEditor.TextEditorControl editor ) : System

Private Methods

Méthode Description
CopyTextToClipboard ( string stringToCopy, bool asLine ) : void
SafeSetClipboard ( object dataObject ) : void

Method Details

Execute() public méthode

public Execute ( TextArea textArea ) : void
textArea ICSharpCode.TextEditor.TextArea
Résultat void

TrimmedCopy() public méthode

public TrimmedCopy ( SideBySideViewer owner, NetIde.Core.TextEditor.TextEditorControl editor ) : System
owner SideBySideViewer
editor NetIde.Core.TextEditor.TextEditorControl
Résultat System