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
What steps will reproduce the problem?
1. Create a new file in XCode.
2. Add enough code so that there is a scrollbar.
3. Add a line that has trailing whitespace.
4. Save the file, noting the position of the text.
What is the expected output? What do you see instead?
It clears the whitespace just fine, but after doing so, it scrolls the document
up, causing me to
loose my position. The cursor does not change position.
What version of the product are you using? On what operating system?
GTM XCode Plugin 10.0.3 in XCode 3.2.2 on Mac OS X 10.6.3.
Original issue reported on code.google.com by [email protected] on 29 May 2010 at 5:50
The text was updated successfully, but these errors were encountered:
So I think this might be an XCode bug. For example, open a document in XCode
that has enough text to have a
scroll bar and scroll down a bit. Then, open the same document in another
editor and edit one of the lines that
is visible in XCode and save. Then, when you switch back to the XCode
document, it will scroll up.
It would be nice if you could come up with a workaround, though. I would
attempt it, but I don't actually know
Objective-C (I use XCode to edit Python :).
Original issue reported on code.google.com by
[email protected]
on 29 May 2010 at 5:50The text was updated successfully, but these errors were encountered: