Bug #63
CM_PosFromChar scintilla support
Start date:
06/25/2017
Due date:
% Done:
0%
Description
The CM_PosFromChar function is not ported yet for Scintilla.
This is to be used for improving placement of dialogs (among others)
History
#1 Updated by Wil van Antwerpen almost 8 years ago
- Status changed from New to Resolved
Found the code to handle this.
Note that it only sets the piPosEndX and piPosEndY
The start positions are ignored as I have no idea what it is supposed to contain.
#2 Updated by Wil van Antwerpen almost 8 years ago
Changed the logic to at least set piPosStartX/piPosStartY to the same value as piPosEndX/piPosEndY
#3 Updated by Wil van Antwerpen almost 8 years ago
- Status changed from Resolved to Closed