Benedikt Wilde
Benedikt Wilde
Just wanted to mention that there are other ways to select a portion of text than "by moving the cursor", for example by double-clicking, triple-clicking, using a keyboard shortcut like...
I don't have a build environment set up so I didn't test it myself but I believe what OP is saying is that the `+` operator is now _always_ non-greedy,...
Exactly. So the regex `\((.+)\)\t` used on the text `123(666)009(hi)` should match `(666)009(hi)`, right? But OP reports that it only matches `(hi)` (after the #2448 fix, in the current release...
I feel like I'm missing something here. I'll try to clarify with an examples. Consider the file ``` before (xxx)yyy(zzz) after ``` with the cursor at the start of the...
Ok, this context was not clear to me and makes this a bit less problematic. However, I would suggest using the regex `\([^()]+\)\t` instead. If I am not mistaken, it...
I do get that this is low priority, I still want to clarify that this is not just a theoretical edge case but something that constantly happens to me. (And...
Is this still being pursued? We (meaning the TeX.sx community) might have gone quiet about this but I don't think it's because we don't want our old color scheme back...
> I needed a newer feature which is why I switched from `\pgfplotsset{compat = 1.17}` to `1.8`. I don't get this. I checked: `17` is greater than `8`. You are...
For completeness: [another question](https://tex.stackexchange.com/q/621332/48973) over at tex.sx.
> @schtandard How much would this help with LaTex? Would this solve all the problems we were having there? A lot and yes! I believe this would make everything I...