PeepOpen-EditorSupport icon indicating copy to clipboard operation
PeepOpen-EditorSupport copied to clipboard

Finding less files in BBEdit than TextMate

Open nathany opened this issue 13 years ago • 2 comments

I'm trying out BBEdit 10.0.1 with the latest PeepOpen BBEdit script from here. I have a big Rails app with where PeepOpen will index 2053 files in TextMate, but it only finds 760 records in BBEdit. Documents to track is set to all.

Might be an error in my filters, but it's hard to say why the results are different then?

Directories to Ignore

^(\.git|\.hg|\.svn|\.sass-cache|build|tmp|log|vendor/(rails|gems|plugins)|test/fixtures/system|public/javascripts/vendor|db/(mongodb|redis)|coverage|bin)

Files to Ignore

(\.#.+|\.DS_Store|\.svn|\.png|\.jpe?g|\.gif|\.elc|\.rbc|\.pyc|\.swp|\.psd|\.ai|\.pdf|\.mov|\.aep|\.dmg|\.zip|\.gz|~)$

Project Root Pattern

^(\.git|\.hg|Rakefile|Makefile|README\.?.*|build\.xml|.*\.xcodeproj|.*\.bbprojectd)$

My BBEdit project is a drop of various folders, not all of them (log, etc.). Not sure if PeepOpen looks at the project or just the root folder? In any case, it's things like tests that it's not finding when run from BBEdit.

Any help would be appreciated. Thanks.

nathany avatar Sep 04 '11 19:09 nathany

Andrew,

I found the problem. I had placed my .bbprojectd file in my Dropbox instead of the project folder like I normally would. Thought I might share it with myself. Moving the file resolved this. Having looked inside the .bbprojectd, I couldn't have shared it anyway (absolute paths).

Might be helpful to describe how it works in the readme so as to avoid this sorta thing.

Nathan.

nathany avatar Sep 05 '11 02:09 nathany

Thanks. I'll add a note.

ascarter avatar Jan 15 '12 06:01 ascarter