Fixed bugs

This commit is contained in:
Christian Hammacher
2005-11-01 03:07:47 +00:00
parent d5c75fd6a5
commit 67c0230a62
6 changed files with 28 additions and 18 deletions

View File

@ -371,11 +371,6 @@ end;
procedure UpdateCI(eLine: Integer);
begin
if eCILine <> -1 then begin
eCILine := eLine;
exit;
end;
if not Plugin_UpdateCodeInspector(GetCurrLang.Name, ActiveDoc.FileName, frmMain.tsMain.Items[frmMain.tsMain.ActiveTabIndex].Caption, True) then exit;
if GetCurrLang.Name = 'Pawn' then begin