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

programmers can't paste #55

Open
off-by-zero-error opened this issue Apr 20, 2023 · 1 comment
Open

programmers can't paste #55

off-by-zero-error opened this issue Apr 20, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request programmer Issues, pull requests or discussions concerning the programmer mode

Comments

@off-by-zero-error
Copy link

hi, i am encountering one simple difficulty with this. when using the programmer mode, there seems to be no interaction to paste a value from the clipboard contents.

in calculater mode there is clearly a flashing bar | to indicate input. long pressing that area brings the system overlay offering "paste" and an overflow elipsis to reveal "auto-fill" which i guess is redundant for a calculater but who knows. also a backspace ⌫ button is present and functional.

back in programmer mode there is no indication of input, there is no response for long press anywhere. also there is no backspace. this state persists in landscape orientation.

programmers always write values and inputs by hand, and wouldn't make mistakes while doing so, but as a borky scripter i would love to use this tool too. in any case, thankyou for your time and effort.

@Yet-Zio
Copy link
Owner

Yet-Zio commented Apr 21, 2023

Hi @off-by-zero-error , yes I understand the issue here since TextView was used initially for programmer mode whereas EditText is used in calculator mode and that indicates an input, provides all the options. Although I do want to include a context menu for pasting and all that. Hmm, maybe I will switch the textview in the next update who knows :).

And yea backspace button should be a great addition as well, since I already got a custom widget ready, that wouldn't be hard.
Anyway, thanks for your suggestion.

@Yet-Zio Yet-Zio self-assigned this Apr 21, 2023
@Yet-Zio Yet-Zio added enhancement New feature or request programmer Issues, pull requests or discussions concerning the programmer mode labels Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request programmer Issues, pull requests or discussions concerning the programmer mode
Projects
None yet
Development

No branches or pull requests

2 participants