micro-editor / micro-editor/micro
Bindable action for character insert/typing?
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
There are bindable actions like
InsertSpace
InsertTab
InsertNewline
but I could not find anything like InsertCharacter that would work for typing anything other than space, tabs and newlines? Is there a suitable event I don't see yet or could something like this be added?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing InsertSpace, InsertTab, and InsertNewline actions and the key-binding or event-dispatch path that invokes them. Determine how character input is represented there; done means a suitable action can be bound to typing characters beyond whitespace, with behavior covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100