Incorrectly displayed code calltips
Posted: Wed May 06, 2009 12:28 pm
Hi,
I noticed, that function calltips are displayed incorrectly in CL SVN 2823 on Ubuntu 9.04. For example, my code looks like this:
,but calltips for these functions are on mouse hover displayed in a following way:
Notice that some strange semicolon is displayed in the first and the second calltip, and calltip for the third declaration is totally wrong. Moreover, calltips for Scale functions are exchanged. I tried to set various parameters in tags parser settings, but nothing helped me. Any idea what could be wrong?
Regards
Michal
I noticed, that function calltips are displayed incorrectly in CL SVN 2823 on Ubuntu 9.04. For example, my code looks like this:
Code: Select all
void GetCompleteBoundingBox(wxRect& rct, int mask = bbALL);
virtual void Scale(double x, double y, bool children = sfWITHCHILDREN);
void Scale(const wxRealPoint& scale, bool children = sfWITHCHILDREN);
Code: Select all
void wxSFShapeBase::GetCompleteBoundingBox(wxRect& rct ; , int mask = bbALL)
void wxSFShapeBase::Scale(const wxRealPoint& scale ; , bool children = sfWITHCHILDREN)
void Scale
Regards
Michal