mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:39:30 +02:00
IDE: code explorer: ignoring user defined constants
git-svn-id: trunk@19459 -
This commit is contained in:
parent
7400ba8680
commit
8e845b1091
@ -1035,6 +1035,9 @@ begin
|
||||
and (not CodeExplorerOptions.FigureCharConst) then
|
||||
begin
|
||||
// ignore char constants
|
||||
end else if CodeExplorerOptions.NotFigureConstant(@Tool.Src[Tool.CurPos.StartPos])
|
||||
then begin
|
||||
// ignore user defined constants
|
||||
end else begin
|
||||
// add constant
|
||||
Data:=TViewNodeData.Create(CodeNode);
|
||||
|
Loading…
Reference in New Issue
Block a user