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
{{ message }}
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
When a file exceeds the viewport and I save a file the code blinks (redrawn maybe?):
When I disable gofmt package the issue is gone.
There is no issue when the code does not exceed the viewport meaning there is not enough code to be able to scroll down.
Everything worked great before the upgrade to 4.x.
I'm using:
go 1.6
gofmt 1.0.3
go-plus 4.0.1
atom 1.6.0
environment 1.1.1
OS: osx el capitan
Thanks.
The text was updated successfully, but these errors were encountered:
Acknowledged. In an attempt to allow gofmt / goimports / goreturns to be run against unsaved buffers (again, without saving the result), I think I've exposed an issue in atom's grammar parsing as well as causing an issue with undo behavior (i.e. multiple ctrl-z / cmd-z's are required to go backwards).
Hi,
When a file exceeds the viewport and I save a file the code blinks (redrawn maybe?):

When I disable gofmt package the issue is gone.
There is no issue when the code does not exceed the viewport meaning there is not enough code to be able to scroll down.
Everything worked great before the upgrade to 4.x.
I'm using:
Thanks.
The text was updated successfully, but these errors were encountered: