Re: [fpc-pascal] CodeTools reduce number of completions

2020-07-02 Thread Ryan Joseph via fpc-pascal
> On Jul 2, 2020, at 4:04 PM, Mattias Gaertner via fpc-pascal > wrote: > > Maybe something like this: > > List:=CodeToolBoss.IdentifierList; > for i:=0 to List.GetFilteredCountCnt-1 do > begin > Item:=List.FilteredItems[i]; > if (Item.Tool<>nil) then begin >if >RightStr(Item.Tool.Ma

Re: [fpc-pascal] CodeTools reduce number of completions

2020-07-02 Thread Mattias Gaertner via fpc-pascal
On Thu, 2 Jul 2020 12:55:24 +0700 Ryan Joseph via fpc-pascal wrote: >[...]What would be more helpful is knowing which identifiers are > from those large units and opting out of additional processing. Is > that something which can be quickly known? Maybe something like this: List:=CodeToolBoss.I