Added new feature: Auto Disable (disable auto-update if plugin has more than xxx lines, should prevent lags)

This commit is contained in:
Christian Hammacher
2005-11-02 15:36:24 +00:00
parent efe4b674e2
commit 6ea52a9a08
9 changed files with 68 additions and 15 deletions

View File

@ -61,7 +61,7 @@ object frmSettings: TfrmSettings
Top = 0
Width = 353
Height = 260
ActivePage = jspHighlighter
ActivePage = jspCTSettings
PropagateEnable = False
Align = alClient
OnChange = jplSettingsChange
@ -1670,6 +1670,31 @@ object frmSettings: TfrmSettings
TabOrder = 1
end
end
object chkAUDisable: TFlatCheckBox
Left = 8
Top = 166
Width = 297
Height = 17
Caption = 'Disable Auto-Update if plugin has more than lines'
TabOrder = 2
TabStop = True
end
object txtAUDisable: TFlatEdit
Left = 238
Top = 166
Width = 37
Height = 16
ColorFlat = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -8
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
Text = '1500'
OnExit = txtAUDisableExit
end
end
object lblCurrSetting: TLabel
Left = 0