topfunky / PeepOpen-EditorSupport

Editor-specific plugins for the PeepOpen file chooser application.
http://peepcode.com/products/peepopen
52 stars 12 forks source link

Finding less files in BBEdit than TextMate #5

Open nathany opened 13 years ago

nathany commented 13 years ago

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 commented 13 years ago

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.

ascarter commented 12 years ago

Thanks. I'll add a note.