mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 21:34:58 +02:00
Fix exclude functions in comment zones of function list
Fix exclude functions in comment zones in C++, PHP, JavaScript and Pascal. Fix #12759 (partially - issue 1 & issue 2), close #12799
This commit is contained in:
parent
1652236f32
commit
7fad2a62d4
@ -735,7 +735,7 @@ void FunctionMixParser::parse(std::vector<foundInfo> & foundInfos, size_t begin,
|
|||||||
{
|
{
|
||||||
for (size_t i = 0, len = nonScannedZones.size(); i < len; ++i)
|
for (size_t i = 0, len = nonScannedZones.size(); i < len; ++i)
|
||||||
{
|
{
|
||||||
_funcUnitPaser->funcParse(foundInfos, nonScannedZones[i].first, nonScannedZones[i].second, ppEditView, classStructName);
|
_funcUnitPaser->funcParse(foundInfos, nonScannedZones[i].first, nonScannedZones[i].second, ppEditView, classStructName, &commentZones);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user