topfunky / PeepOpen-Issues

Bug reports and feature requests for the PeepOpen application
http://peepcode.com/products/peepopen
41 stars 1 forks source link

Show test (or spec) files in a different color #47

Open topfunky opened 14 years ago

topfunky commented 14 years ago

Test files should have a differently colored icon to make them easily distinguishable from implementation files.

DEfusion commented 13 years ago

My spec files never show up in the searches, that'd be nice for a start.

dougalcorn commented 13 years ago

My spec files never show up in the searches either. That seems like a bug. My directories to ignore is the default:

^(\.git|\.hg|\.svn|\.sass-cache|build|tmp|log|vendor\/(rails|gems|plugins))

It sure seems nothing in the spec subdirectory ever shows up in the search.

xuancongwen commented 13 years ago

Same issue here. Weird. It seems to work properly on some machines and not others.

topfunky commented 13 years ago

Confusing. I'll see if I can recreate the bug.

dougalcorn commented 13 years ago

i'm on latest snow leopard using gnu emacs w/a rails3/rspec2 app if that helps

On Monday, April 18, 2011, topfunky reply@reply.github.com wrote:

Confusing. I'll see if I can recreate the bug.

Reply to this email directly or view it on GitHub: https://github.com/topfunky/PeepOpen-Issues/issues/47#comment_1023411

Doug Alcorn (513) 295-2844

DEfusion commented 13 years ago

Also in one project (just opening as a directory rather than a project as that doesn't work) it never finds any javascript files. I've not changed the default ignore options at all for peep open.

dougalcorn commented 13 years ago

I'm kinda bummed this isn't fixed. Pretty much means I can't use peep-open when it doesn't find half the files I need it to.

topfunky commented 13 years ago

This is a very confusing bug but definitely something that I'd like to track down. I use PeepOpen every day and 90% of my apps use RSpec.

Could you help me by trying something like:

dougalcorn commented 13 years ago
dougalcorn commented 13 years ago

Weird, I just retried it on my project I spend most of my time on and it found all the files.

wink commented 11 years ago

On my main project, PeepOpen doesn't find any files in my spec directory, yet on a fresh Rails project, it does find specs. Was this bug ever solved?

desaperados commented 10 years ago

+1 I've got specs being returned in some rails apps and not others.