mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 12:56:14 +02:00
IDE: identifier completion: debugging
git-svn-id: trunk@39948 -
This commit is contained in:
parent
2a11a349ff
commit
4c2834e47a
@ -577,6 +577,8 @@ begin
|
||||
with CodeToolBoss.SourceChangeCache.BeautifyCodeOptions do
|
||||
IsWordPolicyExcept:=WordExceptions.CheckExceptions(Result);
|
||||
|
||||
//debugln(['GetIdentCompletionValue IdentItem.GetDesc=',NodeDescriptionAsString(IdentItem.GetDesc),' IdentList.ContextFlags=',dbgs(IdentList.ContextFlags),' IdentItem.Node=',IdentItem.Node<>nil]);
|
||||
|
||||
case IdentItem.GetDesc of
|
||||
|
||||
ctnProcedure:
|
||||
|
Loading…
Reference in New Issue
Block a user