C# Class ReSharper.NTriples.Formatter.ReformatCode

Inheritance: ICodeCleanupModule
Mostrar archivo Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
IsAvailable ( IPsiSourceFile sourceFile ) : bool
Process ( IPsiSourceFile sourceFile, IRangeMarker rangeMarkerMarker, CodeCleanupProfile profile, IProgressIndicator progressIndicator ) : void
SetDefaultSetting ( CodeCleanupProfile profile, CodeCleanup profileType ) : void

Method Details

IsAvailable() public method

public IsAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
return bool

Process() public method

public Process ( IPsiSourceFile sourceFile, IRangeMarker rangeMarkerMarker, CodeCleanupProfile profile, IProgressIndicator progressIndicator ) : void
sourceFile IPsiSourceFile
rangeMarkerMarker IRangeMarker
profile CodeCleanupProfile
progressIndicator IProgressIndicator
return void

SetDefaultSetting() public method

public SetDefaultSetting ( CodeCleanupProfile profile, CodeCleanup profileType ) : void
profile CodeCleanupProfile
profileType CodeCleanup
return void