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

Surround selection when typing an open parenthesis #148

Open
seritools opened this issue Jul 1, 2024 · 1 comment
Open

Surround selection when typing an open parenthesis #148

seritools opened this issue Jul 1, 2024 · 1 comment

Comments

@seritools
Copy link

It would be nice if Qalculate surrounded the selected part of the expression with a pair of parantheses instead of replacing the selected part, similar to what code editors do.

Example:

5 + 4 * 3
^^^^^ select this, then type (

Expected:

(5 + 4) * 3

Current:

( × 3
@hanna-kn
Copy link
Contributor

hanna-kn commented Jul 1, 2024

I will consider it.
Currently Ctrl + ( is used for this behaviour (although in this case it is enough to place the cursor after "4" and press the key combination).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants