You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also tried that fix and it fixed the issue I also had in https://youtrack.jetbrains.com/issue/IDEA-117552 where the text would be invisible, or rather it made the point at which the text goes invisible much further out than before but that's better than nothing!
However it didn't change the wrapping behaviour - I still get an output like the behaviour shown in the screenshot at the top of this post. I'm using IDEA 15.0.2 and Plugin 0.10.749 on Windows 7.
@zolotov Sorry I'm a little confused - these are two separate issues right? The Invisible terminal text is tracked on the youtrack page and the Wrapping behaviour is tracked here? I got confused with the link to it - I thought it was implied that the issues were related in some way. I was trying to refer to the wrapping behaviour and not the invisible text behaviour.
@markgoodhead both issues are in platform. This issue (#1784) exists just in order to avoid issue duplicates and to notify users when it will fixed in some IDEA release.
Pty is disabled on windows so the issue should be fixed for Go. If you're still have this issue please try to invoke Ctrl+Shift+Alt+/, then select Registry, find run.processes.with.pty property there and tell me what's the value of this property
Activity
chiknrice commentedon Oct 15, 2015
fixed in my local, can i pickup this one?
dlsniper commentedon Oct 15, 2015
@chiknrice sure, please send a PR with this.
Fix for go-lang-plugin-org#1784
zolotov commentedon Nov 6, 2015
https://youtrack.jetbrains.com/issue/IDEA-117552
ignatov commentedon Nov 7, 2015
An easy workaround is to set the Terminal shell path to
cmd.exe /K "mode con:cols=500 lines=9999&cmd.exe"
.drathier commentedon Dec 7, 2015
@ignatov I cannot even get that workaround to work on windows 10 :(
markgoodhead commentedon Dec 24, 2015
I also tried that fix and it fixed the issue I also had in https://youtrack.jetbrains.com/issue/IDEA-117552 where the text would be invisible, or rather it made the point at which the text goes invisible much further out than before but that's better than nothing!
However it didn't change the wrapping behaviour - I still get an output like the behaviour shown in the screenshot at the top of this post. I'm using IDEA 15.0.2 and Plugin 0.10.749 on Windows 7.
zolotov commentedon Dec 24, 2015
@markgoodhead As you can see Go plugin has nothing to do with that, please follow the patform issue at youtrack
markgoodhead commentedon Dec 24, 2015
@zolotov Sorry I'm a little confused - these are two separate issues right? The Invisible terminal text is tracked on the youtrack page and the Wrapping behaviour is tracked here? I got confused with the link to it - I thought it was implied that the issues were related in some way. I was trying to refer to the wrapping behaviour and not the invisible text behaviour.
zolotov commentedon Dec 24, 2015
@markgoodhead both issues are in platform. This issue (#1784) exists just in order to avoid issue duplicates and to notify users when it will fixed in some IDEA release.
dlsniper commentedon Dec 24, 2015
(sorry for noise) I've created the label
depends on IntelliJ platform
to better communicate issues such as this to users.markgoodhead commentedon Dec 24, 2015
@zolotov Oh OK I understand now, thanks!
zolotov commentedon Jan 20, 2016
Pty is disabled on windows so the issue should be fixed for Go. If you're still have this issue please try to invoke Ctrl+Shift+Alt+/, then select Registry, find
run.processes.with.pty
property there and tell me what's the value of this property