Text selection issues in Hyper
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
- I am on the latest Hyper.app version
- [x ] I have searched the issues of this repo and believe that this is not a duplicate
- Mac OS High Sierra 10.31.6:
- Hyper 2.0.0 (stable):
- Link of a Gist with the contents of your .hyper.js:
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
- The issue is reproducible in vanilla Hyper.app:
Issue
I use vim editor in Hyper for coding in C.
When selecting text in hyper, the selection happens until encountering a SPACE or braces.
But if a C code lie contains use of pointers like below
a->b = &x;
Now here if I try to just select 'b' the whole text "a->b" gets selected.
I am using 'copyOnSelect: true' so that i can copy and paste variables just by selection. But since the whole thing gets selected it becomes relatively hard to use.
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 reproducing the selection behavior in Hyper.app 2.0.0 on macOS with vim, copyOnSelect enabled, and the example a->b = &x;. Compare selection in vanilla Hyper with the reported behavior. Done means selecting only the variable b rather than the entire a->b text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100