≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Support ticket #2021

Support ticket #2021: CommandT only seems to look in one folder

Kind support ticket
Product Command-T
When Created 2012-10-31T14:49:34Z, updated 2015-04-10T05:58:16Z
Status closed
Reporter anonymous
Tags no tags

Description

Hi,

I just installed CommandT on my iMac I use for Rails development. Everything seems to be working fine except for the fact that the program seems to be only indexing files in the first folder of the 'pwd'.

In my example, I have several folders in the 'pwd', each of them being a Rails app, and when I look for 'controller.rb' it only seems to look for files in the first of the folders.

Interestingly, it seems to work ok on other folders with different subfolders.

Here you can see the output of :pwd command: https://dl.dropbox.com/u/4180943/ct/Screen%20Shot%202012-10-31%20at%2014.32.25.png Here you can see the nerdtree for the pwd: https://dl.dropbox.com/u/4180943/ct/Screen%20Shot%202012-10-31%20at%2014.32.38.png And finally here you can see that when I search for controller.rb only finds files in the blurred folder (its blurred for company policy): https://dl.dropbox.com/u/4180943/ct/Screen%20Shot%202012-10-31%20at%2014.32.11.png

Comments

  1. Greg Hurrell 2012-10-31T16:47:30Z

    Seems that the most likely cause is that Command-T is hitting the 10,000 g:CommandTMaxFiles limit, at which point it stops indexing.

    You could try increasing the limit to cover more files, and possibly also adjusting your 'wildignore' setting to have Command-T ignoring directories which aren't interesting (for example, you might have thousands of third-party files squirreled away under vendor/ that aren't generally what you're looking for).

    Both of those are covered; let me know if you need any further help.

  2. anonymous 2012-11-01T11:29:45Z

    Thanks mate, will try that. And thanks a lot for a wonderful plugin!

  3. Greg Hurrell 2015-04-10T05:58:16Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets