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

[Highlighters]: add copy/paste functionality and some hotkeys #502

Open
PetbkA opened this issue Aug 4, 2022 · 0 comments
Open

[Highlighters]: add copy/paste functionality and some hotkeys #502

PetbkA opened this issue Aug 4, 2022 · 0 comments
Assignees

Comments

@PetbkA
Copy link

PetbkA commented Aug 4, 2022

I have a big "common" set of highlighters (HLs) were there are lots of HLs. Particularily there's "error" HL, which sometimes highlights "non-erroneous" lines like "errorCode = 0" and so on.

To make it highlight such lines as the usual ones, I have to:

  1. Create a new "errorCode = \d+" HL;
  2. Set up a colors for it;
  3. Move it higher than "error" HL.

The problem is that:

  1. I have to do steps 1 and 2 from the scratch, i.e. set foreground and background colors, which I have to recall first;
  2. As the new HL is placed to the bottom, I have to press "Up" button to raise it, using mouse, and have to do it many times (I have several dozens of HLs).

That's why I suggest to:

  1. Add copy/paste functionality to be able to just copy and paste the HL. Ctrl + C/Ctrl + V hotkeys and pasting to another HL sets should work as well;
  2. Add some hotkeys to change HL's priority (e.g. Alt + atrow). Pressing and holding it should repeat the action until releasing the keys
@PetbkA PetbkA changed the title [Hughlighters]: add copy/paste functionality and some hotkeys [Highlighters]: add copy/paste functionality and some hotkeys Aug 4, 2022
@variar variar self-assigned this Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants