|
@@ -162,7 +162,8 @@ object frmMain: TfrmMain
|
|
|
Gutter.Font.Name = 'Courier New'
|
|
|
Gutter.Font.Style = []
|
|
|
Gutter.ShowLineNumbers = True
|
|
|
- Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
+ MaxScrollWidth = 2048
|
|
|
+ Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
RightEdgeColor = clWindow
|
|
|
TabWidth = 2
|
|
|
WantTabs = True
|
|
@@ -219,7 +220,8 @@ object frmMain: TfrmMain
|
|
|
Gutter.Font.Name = 'Courier New'
|
|
|
Gutter.Font.Style = []
|
|
|
Gutter.ShowLineNumbers = True
|
|
|
- Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
+ MaxScrollWidth = 2048
|
|
|
+ Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
RightEdgeColor = clWindow
|
|
|
TabWidth = 2
|
|
|
WantTabs = True
|
|
@@ -356,7 +358,8 @@ object frmMain: TfrmMain
|
|
|
Gutter.Font.Style = []
|
|
|
Gutter.ShowLineNumbers = True
|
|
|
Highlighter = SynIniSyn
|
|
|
- Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
+ MaxScrollWidth = 2048
|
|
|
+ Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
RightEdgeColor = clWindow
|
|
|
TabWidth = 2
|
|
|
WantTabs = True
|
|
@@ -416,7 +419,8 @@ object frmMain: TfrmMain
|
|
|
Gutter.Font.Style = []
|
|
|
Gutter.ShowLineNumbers = True
|
|
|
Highlighter = SynIniSyn
|
|
|
- Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
+ MaxScrollWidth = 2048
|
|
|
+ Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
RightEdgeColor = clWindow
|
|
|
TabWidth = 2
|
|
|
WantTabs = True
|
|
@@ -526,7 +530,8 @@ object frmMain: TfrmMain
|
|
|
Gutter.Font.Style = []
|
|
|
Gutter.ShowLineNumbers = True
|
|
|
Highlighter = SynJSONSyn
|
|
|
- Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
+ MaxScrollWidth = 2048
|
|
|
+ Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoShowScrollHint, eoSmartTabDelete, eoTabsToSpaces]
|
|
|
RightEdgeColor = clWindow
|
|
|
TabWidth = 2
|
|
|
WantTabs = True
|