Gets or sets whether to show 'dirt bar' or not.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
bool ShowsDirtBar { get; set; } |
Visual Basic |
---|
Property ShowsDirtBar As Boolean Get Set |
Property Value
Type: Boolean
Remarks
This property gets or sets whether to show 'dirt bar' or not. The dirt bar is graphically a thin bar at right end of the line number area that indicates the dirty state of each text line. The state of line is one of the following states.
- LineDirtyState.Clean: the line is not modified yet.
- LineDirtyState.Dirty: the line is modified and not saved.
- LineDirtyState.Cleaned: the line is modified but saved.
Color of each line dirty state can be customized by setting ColorScheme.DirtyLineBar, ColorScheme.CleanedLineBar.