Ryuichi Inagaki
Ryuichi Inagaki
Ah... I see. Code highlights the same pattern (not regex pattern match) in just the current active file but not **ALL** files, and that's what you're after, isn't it? Do...
Thanks @kenijo for the clarification :+1: Text Marker highlights patterns in all panels (both active & inactive) but not "files", I used that expression to make it intuitive, but it...
Hi @BoruiGu , welcome back! 😃 I agree, if you use the same highlights in different colour themes, it must be a real issue. One quick work around I see...
@suzetmk Thanks for your encouraging comment. The behaviour you described sounds like a bug but I cannot reproduce it. Can you provide me the exact detailed steps to reproduce it?
Thanks @suzetmk for the animation! I can see the cursor is jumping to the next/previous `editor` and (it's not clear but) the selection is also changing. Is your problem that...
Looks like the all `editor`'s (except one) colour is provided by the Code which you get when you select the exact same text.
But I wonder why only the first jumped text colour remains unchanged 🤔
Cool, thanks for the updates. It seems the current focused text actually have a sightly different colour from others, but the first jumped text never gets `editor.selectionHighlightBackground` applied.
Thanks @ppatel-gh for raising this request. memo: #27 Also talks about the same idea.
Tested with ~145 MB text. Interesting, I see this message on Dev tools console. `toggleHighlight` command is not even triggered by Code. ``` [Extension Host] Cannot execute textmarker.toggleHighlight because there...