[Issue 19355] New: Improve tooltip text and layout
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 3 08:46:00 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19355
Issue ID: 19355
Summary: Improve tooltip text and layout
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: visuald
Assignee: nobody at puremagic.com
Reporter: r.sagitario at gmx.de
from https://forum.dlang.org/thread/imrhiouthncheeekksny@forum.dlang.org:
* Tooltips on token-string literals adds a lot of extra spacing between
symbols.
* Tooltips that show documentation can have excessive line breaks.
* Tooltips on variables repeat attributes - eg, "private int length;" produces
"private private(int) [parent].length" instead of perhaps "(variable) private
int [parent].length".
* C#-style formatting and colourisation in tooltips.
--
More information about the Digitalmars-d-bugs
mailing list