Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix First Ctrl+R and Ctrl+F not showing long name variables correctly #28583

Merged

Conversation

theoniko
Copy link
Contributor

@theoniko theoniko commented May 1, 2019

Fixes #26982

@akien-mga akien-mga added this to the 3.2 milestone May 2, 2019
@theoniko
Copy link
Contributor Author

theoniko commented May 6, 2019

@akien-mga / @YeldhamDev: I would like to request a review of my pull request. Could you please review my changes or assign a reviewer to my pull request?

@theoniko
Copy link
Contributor Author

@akien-mga, @YeldhamDev : Any update for this pull request?

@YeldhamDev YeldhamDev self-requested a review May 14, 2019 17:40
Copy link
Member

@YeldhamDev YeldhamDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@YeldhamDev YeldhamDev merged commit 15cda53 into godotengine:master May 14, 2019
if (expand_to_text_length) {
window_pos = 0; //force scroll back since it's expanding to text length
}
window_pos = 0; //force scroll back since it's expanding to text length
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment is no longer accurate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you are right. Could you please remove it from master since it is already merged there?

@akien-mga , @YeldhamDev Thank you for reviewing my pull request.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed it in this pull: #28913.

And you're very welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

First Ctrl+R and Ctrl+F not showing long name variables correctly
3 participants