Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finding less files in BBEdit than TextMate #5

Open
nathany opened this issue Sep 4, 2011 · 2 comments
Open

Finding less files in BBEdit than TextMate #5

nathany opened this issue Sep 4, 2011 · 2 comments

Comments

@nathany
Copy link

nathany commented Sep 4, 2011

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
Copy link
Author

nathany commented Sep 5, 2011

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
Copy link
Collaborator

Thanks. I'll add a note.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants