Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

auto-complete in nodeBody textArea editor #13

Open
radiatoryang opened this issue Sep 8, 2018 · 0 comments
Open

auto-complete in nodeBody textArea editor #13

radiatoryang opened this issue Sep 8, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@radiatoryang
Copy link
Owner

  • will probably rely a lot on this for info / implementation: http://www.clonefactor.com/wordpress/public/1769/
  • we're not using TextField, we're using TextArea... so instead have to use TextEditor.SelectWord to grab the current word being typed, and then compare word distances there
  • user can define a custom list of auto-complete terms too, good for keeping speaker names consistent?
    • or automatically detect speakers? hmm
  • wish list: use reflection to automatically detect all YarnCommands in code base? is that possible?
@radiatoryang radiatoryang added the enhancement New feature or request label Sep 8, 2018
@radiatoryang radiatoryang added this to the v0.5 milestone Sep 8, 2018
@radiatoryang radiatoryang self-assigned this Sep 8, 2018
@radiatoryang radiatoryang modified the milestones: v0.5, v0.6 Oct 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant