because of bail I the editor unindents now on pressing }. have fun!

fixed bugs... lalala

updated debug-list
This commit is contained in:
Christian Hammacher
2005-07-22 17:36:51 +00:00
parent 191824d72a
commit 1d853b5fee
2 changed files with 46 additions and 1 deletions

View File

@ -1979,6 +1979,7 @@ object frmMain: TfrmMain
Visible = False
OnDblClick = lvDebugDblClick
OnEnter = lvDebugEnter
OnMouseDown = lvDebugMouseDown
end
object ilMenu: TImageList
Left = 826
@ -5797,4 +5798,16 @@ object frmMain: TfrmMain
Left = 698
Top = 4
end
object ppmCopy: TPopupMenu
Left = 698
Top = 34
object mnuCopyItem: TMenuItem
Caption = 'Copy Item'
OnClick = mnuCopyItemClick
end
object mnuCopyAll: TMenuItem
Caption = 'Copy all'
OnClick = mnuCopyAllClick
end
end
end