Re: Activating the last BBEdit document (once you are in Find dialogue)

2015-11-10 Thread Christopher Stone
On Nov 10, 2015, at 04:23, Robert Livingston wrote: > Thanks for chiming in. The problem is that I have to monitor the > replacements. Sometimes they are appropriate. Sometimes not. > > What I am doing is editing an OCR'ed document. There are certain patterns > that are

Re: Activating the last BBEdit document (once you are in Find dialogue)

2015-11-10 Thread Robert Livingston
Thanks. I will look into this. Near the edge of my comfort zone/capabilities :) On Tuesday, November 10, 2015 at 9:39:20 AM UTC-8, Christopher Stone wrote: > > On Nov 10, 2015, at 04:23, Robert Livingston > wrote: > > Thanks for chiming in. The problem is that I have to

Re: Activating the last BBEdit document (once you are in Find dialogue)

2015-11-10 Thread Robert Livingston
What I am doing is correcting a large OCR'd document. Certain OCR errors follow patterns and can be corrected with BBEdit's RegEx engine I have a database that stores many Regex patterns that I have found useful in the past. I start the KM macro in that database and copy a Search pattern and

Re: Random Scrolling when in Background

2015-11-10 Thread Frans Hoek
Hi, I tried fixing it from Wacom but no success, Bare Bones support wrote me: We have also gotten a few prior reports about this behavior from other customers with Wacom devices, and it's our understanding that Wacom previously confirmed this problem is due to a bug in their drivers which

BBEdit function matching regex

2015-11-10 Thread Ron Gilbert
I am trying to do function matching in my language .plist file and am running into a problem. I want to match two very different types of 'functions' and I'm not sure if it's possible. function fooBar() { .. } fooBar = function() { .. } The issue seems to be two named subpatterns. BBEdit