I just installed 2.0.9.806, and tried to search for \(.+\), which in the old PN would search for an entire line. Now \( searches for a parenthesis instead of grouping the match.
However, when I change it to (.+) it highlights from the cursor to the end of the file, and then the second search highlights the entire file. Same thing happens with ^.+$. Maybe the problem is with the multi-line flag not being set for the regex?
Is there any documentation for the regex used in PN? I'd be glad to help make the wiki page, if the wiki would let me into my account (see my other thread). Thanks.