www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 19355] New: Improve tooltip text and layout

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 puremagic.com
          Reporter: r.sagitario 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".



--
Nov 03 2018