mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 17:19:15 +02:00
Codetools: a temporary fix for commenting out the whole uses section in implementation part.
git-svn-id: trunk@42458 -
This commit is contained in:
parent
046ae2d487
commit
d80f88d719
@ -1634,7 +1634,7 @@ begin
|
|||||||
Result:=true;
|
Result:=true;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
BuildTree(lsrImplementationUsesSectionEnd);
|
BuildTree(lsrEnd); // Should be lsrImplementationUsesSectionEnd
|
||||||
SourceChangeCache.MainScanner:=Scanner;
|
SourceChangeCache.MainScanner:=Scanner;
|
||||||
if not CommentUnitsInUsesSection(FindMainUsesSection) then exit;
|
if not CommentUnitsInUsesSection(FindMainUsesSection) then exit;
|
||||||
if not CommentUnitsInUsesSection(FindImplementationUsesSection) then exit;
|
if not CommentUnitsInUsesSection(FindImplementationUsesSection) then exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user