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

Feature Request: Text Selection #96

Open
AMythicDev opened this issue May 1, 2023 · 1 comment
Open

Feature Request: Text Selection #96

AMythicDev opened this issue May 1, 2023 · 1 comment
Assignees
Labels
A: Selection Text selection using mouse
Milestone

Comments

@AMythicDev
Copy link
Owner

Till this date, minus doesn't allow users to select or copy text which really limited it's use case. This issue aims to implement a text selection feature using the mouse.

@AMythicDev AMythicDev added the A: Selection Text selection using mouse label May 1, 2023
@AMythicDev AMythicDev added this to the v5.4.0 milestone May 1, 2023
@AMythicDev AMythicDev self-assigned this May 1, 2023
@github-project-automation github-project-automation bot moved this to Todo ✔️ in minus Roadmap May 1, 2023
@AMythicDev AMythicDev moved this from Todo 🤔 to In Progress ⚒️ in minus Roadmap May 6, 2023
@AMythicDev AMythicDev moved this from In Progress ⚒️ to Planned 📆 in minus Roadmap Jul 10, 2023
@AMythicDev AMythicDev modified the milestones: v5.5.0, v5.6.0 Nov 11, 2023
@cmbartschat
Copy link

Removing the following line seems to restore the ability to select:

    execute!(out, event::EnableMouseCapture)
        .map_err(|e| SetupError::EnableMouseCapture(e.into()))?;

Scrolling still seems to work, at least for my use case.

Has that been explored?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Selection Text selection using mouse
Projects
Status: Planned 📆
Development

No branches or pull requests

2 participants