Vishal P.R
unread,Nov 10, 2011, 2:15:16 AM11/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla-interest
Platform: Win32
SCI_CALLTIPSHOW(int posStart, const char *definition)
The posStart is where the calltip is aligned. Now this is creating
problems for me if posStart is not in the current view port of the
Scintilla window as the calltip is positioned outside the window
client area (I think, its using WS_POPUP style).
So, is there is any Scinitilla message to find the left most visible
position for the current line? Or is it possible to keep the calltip
inside Scintilla's client area?
Regards,
Vishal P.R