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

feat: Create TCATextView #119

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

feat: Create TCATextView #119

wants to merge 4 commits into from

Conversation

RemiBardon
Copy link
Member

@RemiBardon RemiBardon commented Aug 24, 2022

From #78

  • Configurable to a certain degree visually and functionally
    • Visually: Things like corner radius, the focus ring, etc.
    • Functionally: Maximum number of lines (before it scrolls vertically)
      • Un-hardcode this value
  • Can show a placeholder
  • Sends text and selection changes to the ViewStore
  • Receives text and selection changes from the ViewStore
  • Its state might offer convenience methods to query the current selected word
  • Selects the next responder when Tab is pressed
  • Does not know anything about tokens it only deals with an (NS)AttributedString and a NSRange.
  • Can detect keyboard events like mouse up, mouse down and other shortcuts used for keyboard navigation

@RemiBardon RemiBardon removed their assignment May 15, 2023
@RemiBardon RemiBardon added the stale Not worked on for a long time label May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Not worked on for a long time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant