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

Console: improve completion robustness #1798

Closed
Gama11 opened this issue Mar 31, 2016 · 4 comments
Closed

Console: improve completion robustness #1798

Gama11 opened this issue Mar 31, 2016 · 4 comments

Comments

@Gama11
Copy link
Member

Gama11 commented Mar 31, 2016

The debugger console's completion doesn't work properly when the caret isn't at the end of the String right now because of some assumptions the logic makes. Would be nice if that was more robust and worked no matter the current position.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Gama11 Gama11 added the Bug label Mar 31, 2016
@IBwWG
Copy link
Contributor

IBwWG commented Apr 7, 2016

It also behaves differently on windows native than on flash. E.g. an ENTER keypress jumps the caret to the end on flash (IIRC) but not on windows, where it stays put and you have to move it yourself.

@Gama11
Copy link
Member Author

Gama11 commented Apr 7, 2016

That's a bug in the OpenFL TextField implementation we can't do much about. I think it works on OpenFL Next.

@IBwWG
Copy link
Contributor

IBwWG commented Apr 7, 2016

Ah, good to know. Thanks.

@IBwWG
Copy link
Contributor

IBwWG commented Jun 30, 2016

As a possible workaround you could fire an openfl keypress of the End key, maybe?

@Gama11 Gama11 closed this as completed in 25ca641 Oct 9, 2016
Aurel300 pushed a commit to larsiusprime/haxeflixel that referenced this issue Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants