different behavior SCI_AUTOCSHOW in x32 and x64 version npp++ v7.5.4
-
Hi, All
I send a text string with SCI_AUTOCSHOW message, like this:
“SomeThingText(the_text_in_brackets)”
In x32 version text from brackets is deleted, when user makes a choice in autocompletion list. Other words, only the text “SomeThingText” inserted into text document
But in x64 version all string “SomeThingText(the_text_in_brackets)” inserts.
Is this a bug?