Updated components, added 2 new units

This commit is contained in:
Christian Hammacher
2005-10-30 10:33:16 +00:00
parent be1475b732
commit fc9e39a021
11 changed files with 2827 additions and 846 deletions

View File

@ -4,7 +4,7 @@ interface
uses
Classes, Forms, SysUtils, ComCtrls, Windows, ScintillaLanguageManager,
Dialogs, CommCtrl, madExcept;
Dialogs, CommCtrl;
type
TCodeExplorerUpdater = class(TThread)
@ -88,7 +88,7 @@ begin
end;
except
if FindWindow(nil, 'Delphi 7') <> 0 then // This is "Debug Mode"
madExcept.HandleException;
//madExcept.HandleException;
end;
end;
Sleep(1000);