Subversion Repositories fastphp

Compare Revisions

Regard whitespace Rev 32 → Rev 33

/trunk/EditorMain.dfm
260,7 → 260,15
Action = ActionSpaceToTab
TabOrder = 9
end
object btnLint: TButton
Left = 814
Top = 0
Width = 75
Height = 35
Action = ActionLint
TabOrder = 10
end
end
object OpenDialog1: TOpenDialog
DefaultExt = '.chm'
FileName = 'php_manual_en.chm'
361,7 → 369,11
Hint = 'Converts leading spaces to tabs'
OnExecute = ActionSpaceToTabExecute
end
object ActionLint: TAction
Caption = 'Lint'
OnExecute = ActionLintExecute
end
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer