1+ using LogExpert . Dialogs ;
2+ using LogExpert . Entities ;
3+
14using System ;
25using System . Collections . Generic ;
36using System . Drawing ;
4- using LogExpert . Dialogs ;
5- using LogExpert . Entities ;
67
78namespace LogExpert . Config
89{
@@ -14,53 +15,53 @@ public class Preferences
1415 public bool allowOnlyOneInstance ;
1516
1617 public bool askForClose = false ;
17-
18+
1819 public bool darkMode = false ;
19-
20+
2021 public int bufferCount = 100 ;
21-
22+
2223 public List < ColumnizerMaskEntry > columnizerMaskList = [ ] ;
23-
24+
2425 public string defaultEncoding ;
25-
26+
2627 public bool filterSync = true ;
27-
28+
2829 public bool filterTail = true ;
29-
30+
3031 public bool followTail = true ;
31-
32+
3233 public string fontName = "Courier New" ;
33-
34+
3435 public float fontSize = 9 ;
35-
36+
3637 public List < HighlightMaskEntry > highlightMaskList = [ ] ;
37-
38+
3839 public bool isAutoHideFilterList = false ;
39-
40+
4041 public bool isFilterOnLoad ;
41-
42+
4243 public int lastColumnWidth = 2000 ;
43-
44+
4445 public int linesPerBuffer = 500 ;
45-
46+
4647 public int maximumFilterEntries = 30 ;
47-
48+
4849 public int maximumFilterEntriesDisplayed = 20 ;
49-
50+
5051 public bool maskPrio ;
51-
52+
5253 public bool autoPick ;
5354
5455 public MultiFileOption multiFileOption ;
55-
56+
5657 public MultiFileOptions multiFileOptions ;
57-
58+
5859 public bool multiThreadFilter = true ;
59-
60+
6061 public bool openLastFiles = true ;
61-
62+
6263 public int pollingInterval = 250 ;
63-
64+
6465 public bool reverseAlpha = false ;
6566
6667 public bool PortableMode { get ; set ; }
@@ -69,29 +70,29 @@ public class Preferences
6970 /// Save Directory of the last logfile
7071 /// </summary>
7172 public string sessionSaveDirectory = null ;
72-
73+
7374 public bool saveFilters = true ;
74-
75+
7576 public SessionSaveLocation saveLocation = SessionSaveLocation . DocumentsDir ;
76-
77+
7778 public bool saveSessions = true ;
78-
79+
7980 public bool setLastColumnWidth ;
80-
81+
8182 public bool showBubbles = true ;
8283
8384 public bool showColumnFinder ;
84-
85+
8586 public Color showTailColor = Color . FromKnownColor ( KnownColor . Blue ) ;
86-
87+
8788 public bool showTailState = true ;
88-
89+
8990 public bool showTimeSpread = false ;
90-
91+
9192 public Color timeSpreadColor = Color . FromKnownColor ( KnownColor . Gray ) ;
92-
93+
9394 public bool timeSpreadTimeMode ;
94-
95+
9596 public bool timestampControl = true ;
9697
9798 public DateTimeDragControl . DragOrientations timestampControlDragOrientation = DateTimeDragControl . DragOrientations . Horizontal ;
0 commit comments