In version 4.5, if I type, for example, "sendmess" and then press Ctrl+Space, I get a list of choices which includes both ANSI and Unicode names of functions. In version 5 I get only three names: SendMessage, SendMessageCallback, SendMessageTimeout. Where all Unicode names are gone?
From the other side, typing "drawte" with Ctrl+Space does show DrawText and DrawTextW.
"redrawwin" with Ctrl+Space do nothing at all.
Although SendMessageW or RedrawWindow with subsequent bracket do show all function's parameters.
Of course, it's just two examples, I didn't investigate more. Am I doing something wrong?
I've tried to rebuild sysdefs.tag several times but it doesn't help.
And why the sysdefs.tag file should be deep in ...\Application Data\Pelles C\ and not in \bin directory like in version 4.5? IMHO it's pretty inconveniently, especially for those who like me runs the program from flash drive.
Thank you.