https://bugs.kde.org/show_bug.cgi?id=388358
Bug ID: 388358
Summary: Underline (_) is not displayed if PHP static class in
some conditions
Product: kdevelop
Version: 5.2.1
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: Language Support: PHP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I have below code:
else{
$error=true;
Show::_Message('The required attribute "'.$attribute.'" doesn\'t
exist!!!<br/>Please select one from the next valid attributes:
'.$this->lib_attributes_as_string);
}
The underline which is placed before Message method is not displayed if
the mouse pointer is positioned after the else{ and the zoom have some values.
This issue is related to the row length, so, in my case the Message
argument length. So, if the length of the argument is only few characters, the
issue doesn't happen.
This issue also is linked with the Appearance setting -> Highlight range
between selected brackets -> checkbox. If this is unchecked, the issue doesn't
happen.
--
You are receiving this mail because:
You are watching all bug changes.