www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Every since upgrading build gets focus in visual d

reply Alex <AJ gmail.com> writes:
When I build in visual d now, the build window gets focus and I 
cannot edit immediately without  going back to the text editor. 
Also if I hit ctrl-s after a build(I know, not needed, but I do 
it out of habit sometimes) I get the build text save dialog.

For some reason the window is getting focus and it used to not do 
this.

If, for example, I build then realize I made a typo or forgot a ; 
and try to add it, I can't any more because the build window is 
focused.
Apr 02 2019
parent reply Rainer Schuetze <r.sagitario gmx.de> writes:
On 02/04/2019 13:42, Alex wrote:
 When I build in visual d now, the build window gets focus and I cannot
 edit immediately without  going back to the text editor. Also if I hit
 ctrl-s after a build(I know, not needed, but I do it out of habit
 sometimes) I get the build text save dialog.
 
 For some reason the window is getting focus and it used to not do this.
 
 If, for example, I build then realize I made a typo or forgot a ; and
 try to add it, I can't any more because the build window is focused.
I have been annoyed by this, too. I don't think this is caused by Visual not installed. I suspect this has been introduced by some VS update, but I'm not sure how long its been this way.
Apr 04 2019
parent reply Pham <home home.com> writes:
On Thursday, 4 April 2019 at 21:58:54 UTC, Rainer Schuetze wrote:
 On 02/04/2019 13:42, Alex wrote:
 When I build in visual d now, the build window gets focus and 
 I cannot edit immediately without  going
Another item is “go to definition” does not work if using selective import import std.xyz: xxx; xxx <—using go to definition will move cursor to the import statment but i want it to the place of implementation, same as module only import
Apr 05 2019
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 06/04/2019 01:30, Pham wrote:
 On Thursday, 4 April 2019 at 21:58:54 UTC, Rainer Schuetze wrote:
 On 02/04/2019 13:42, Alex wrote:
 When I build in visual d now, the build window gets focus and I
 cannot edit immediately without  going
Another item is “go to definition” does not work if using selective import import std.xyz: xxx; xxx  <—using go to definition will move cursor to the import statment but i want it to the place of implementation, same as module only import
There have been some issues in that area, please try https://github.com/dlang/visuald/releases/tag/v0.49.1
Apr 21 2019