aw-cloud
aw-cloud
Sorry, I meant to write super_fast_search 0, i.e. with it turned off regexes don't seem to match across page boundaries.
Is there a particular reason it works that way? Maybe regexes could always behave that way, at least by default, to avoid crashes until the bug gets fixed in the...
That's true which is why I originally suggested using something like boost. It would essentially keep the functionality and API the same but switch to a safer implementation. I'm not...
I did some research and LLVM does have its own `STL` implementation, `libc++` vs gcc's `libstdc++`. I'm not sure that's the difference though as `clang` just links against whatever implementation...
Yeah hopefully. Maybe it'll take another 5 years though, at this rate who knows?
That makes sense. I tend to work with lots of files so a command suits my workflow better but I can understand how the change being nonpersistent could get annoying...
Hi @tr1maksim, my pull request #1420 should fix these issues. Could you check that it fixes them on your end?
Hi @ahrm, at least for me this doesn't quite fix the issue if the first document was in single page mode. There's an off-by-one error somewhere as the original zoom...
When using `open_last_document`. I think the problem is the page offset from two page mode so reopening wouldn't cause a problem unless you messed with the configs between restarts.
Every time. Set zoom in single page mode, switch documents, enable two page mode, and then go back either with `open_last_document` or `prev_state` etc. How I get there doesn't seem...