You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a new "errorCode = \d+" HL;
Set up a colors for it;
Move it higher than "error" HL.
The problem is that:
I have to do steps 1 and 2 from the scratch, i.e. set foreground and background colors, which I have to recall first;
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:
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;
Add some hotkeys to change HL's priority (e.g. Alt + atrow). Pressing and holding it should repeat the action until releasing the keys
The text was updated successfully, but these errors were encountered:
PetbkA
changed the title
[Hughlighters]: add copy/paste functionality and some hotkeys
[Highlighters]: add copy/paste functionality and some hotkeys
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:
The problem is that:
That's why I suggest to:
The text was updated successfully, but these errors were encountered: