moemoechu / tabby-highlight

Tabby Highlight Plugin
32 stars 1 forks source link

Regex engine doesn't respect beginning of line (^)/end of line($) #9

Closed eugenov closed 9 months ago

eugenov commented 10 months ago

Hello! First of all thank you for such useful plugin! It makes my life easier :) The question is how I can match beginning of line and end of line expressions, as ^ and $ seems not working? Thank you!

moemoechu commented 10 months ago

^ and $ not working because of there are some invisible control charactor in the terminal lines, i will looking for some method to handle it.

moemoechu commented 10 months ago

try the latest version v2.0.0

eugenov commented 10 months ago

Smth wrong with v. 2.0.1. Button "Add" (expression) does nothing...

eugenov commented 10 months ago

And yes, ^ and $ seems to work now.

eugenov commented 10 months ago

offtopic: I saw you use Quick commands plugin as I do. Did you notice every quick command sends to terminal with \n despite "Append '\n'" toggle position?

moemoechu commented 10 months ago

yeah ,that may be something wrong of that plugin, in fact i am planing to fork that plugin and do some modify.

eugenov commented 10 months ago

yeah ,that may be something wrong of that plugin, in fact i am planing to fork that plugin and do some modify.

I'll be the first to star that fork

eugenov commented 9 months ago

fixed