The list does not pop up when the input token '$'.

I changed the TAdvMemo demo(Demo 5: Auto completion integration) of Delphi  to C++Builder.


1. The list does not pop up when the input token '$'. 
2. Two called AdvMemo1GetAutoCompletionList() when the input token '$'.
 
 Set StartToken string  
   >  AdvMemo1->AutoCompletion->StartToken = L"$(.";

ps) I am not good at English. I ask for your understanding. 


I cannot reproduce this.
As you can see below, the $ does not prevent the autocompletion list to show.


If a problem persists with the latest version of TAdvMemo, please provide a sample source project with which we can reproduce this issue here.

Thank you for answer.


I need 4 tokens. 
token1  .
token2  (
token3  $
token4  :

setting tokens. (AdvMemo1->AutoCompletion->StartToken = L".($:";)




token1 -> Ok



token2 -> Ok



token3 -> Not ok



token4 -> Ok




I'm sorry but these images are not visible here.
Try to use a tool like https://snipboard.io/ to share images in this forum.

I need 4 tokens. 
token1  .
token2  (
token3  $
token4  :

setting tokens. (AdvMemo1->AutoCompletion->StartToken = L".($:";)

01



token1 -> Ok
02

token2 -> Ok
03

token3 -> Not ok
04

token4 -> Ok
05


IDE : RAD 10.1 Berlin (C++Builder) Up2
OS : Windows10
TAdvMemo : 3.6.6.0


I need an answer to the problem please.

We traced & solved this issue. The next update will address this.