Thread overview
[Issue 17254] The code completion box is too narrow on Surface pro 3
Mar 14, 2017
Rainer Schuetze
Mar 14, 2017
Heromyth
Mar 15, 2017
Rainer Schuetze
Mar 16, 2017
Heromyth
Mar 16, 2017
Rainer Schuetze
Mar 16, 2017
Heromyth
Mar 16, 2017
Heromyth
March 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17254

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
What VS version are you using? I suspect it doesn't happen with C++?

Not sure if Visual D can do anything about this, as it just passes strings and images to VS, no box size information.

--
March 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17254

--- Comment #2 from Heromyth <bitworld@qq.com> ---
I'm using VS 2015. My screen resolution is 2160x1440. In fact it works well when I use Visual D 0.44-beta2.

--
March 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17254

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
> In fact it works well when I use Visual D 0.44-beta2.

Thanks, that narrows it down quite a bit.

Please try the version found here: https://ci.appveyor.com/project/rainers/visuald/build/job/6gmu9pxlm48o9eq9/artifacts

--
March 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17254

--- Comment #4 from Heromyth <bitworld@qq.com> ---
I tested VisualD-v0.44.2-112-vs12.exe. The problem is still there.

At first time, when I input "import std.", a narrow box whill be shown.
So I press ESC to close the box, delete the dot character "." and input it
again.
Now a box with normal width whill be shown.

--
March 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17254

--- Comment #5 from Rainer Schuetze <r.sagitario@gmx.de> ---
Thanks for testing. I'm not sure how you trigger the behavior with import statements, but this should fix it:

https://ci.appveyor.com/project/rainers/visuald/build/job/c2cfghs8rqokei4v/artifacts

--
March 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17254

--- Comment #6 from Heromyth <bitworld@qq.com> ---
That's great. It fixed.

--
March 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17254

Heromyth <bitworld@qq.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Heromyth <bitworld@qq.com> ---
That's great. It fixed.

--