mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +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;
|
||||
exit;
|
||||
end;
|
||||
BuildTree(lsrImplementationUsesSectionEnd);
|
||||
BuildTree(lsrEnd); // Should be lsrImplementationUsesSectionEnd
|
||||
SourceChangeCache.MainScanner:=Scanner;
|
||||
if not CommentUnitsInUsesSection(FindMainUsesSection) then exit;
|
||||
if not CommentUnitsInUsesSection(FindImplementationUsesSection) then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user