I found a solution for the Bug #1052046:
In Editor.pas, procedure EditorKeyPress, just change
P.X:=fText.DisplayX; P.Y:=fText.DisplayY+16;
to
P := fText.RowColumnToPixels(fText.DisplayXY); P.Y := P.Y + 16;
Then the Code-Completion-Form will appear at the correct possition ;o)
fixed in cvs. thanks for help!
Marek
No problem, I will help to make DevCPP better if I can ;)
Log in to post a comment.
I found a solution for the Bug #1052046:
In Editor.pas, procedure EditorKeyPress, just change
to
Then the Code-Completion-Form will appear at the correct possition ;o)
fixed in cvs. thanks for help!
Marek
No problem, I will help to make DevCPP better if I can ;)