SlickEdit Product Discussion > SlickEdit®
Wrong type in tooltip for function parameter (C)
(1/1)
stzari:
Minor error in the tooltip for a variable:
In the following function, hovering above some_var, Slickedit will display "const int some_var" instead of "int some_var" in the tooltip.
--- Code: ---void test_func(const char *buf, int some_var)
{
some_var = 0;
}
--- End code ---
This only happens if const is the first word in the parameter list.
SlickEdit Pro 2021 (v26.0.1.0 64-bit Qt5)
OS: Windows 10 x64
Dennis:
Good catch. I will add this one to my list.
Dennis:
Really good catch. Thanks for noticing this one. This will be fixed in 26.0.2.
Navigation
[0] Message Index
Go to full version