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

can't find index.php

Open ivanoats opened this issue 14 years ago • 7 comments
trafficstars

Editing a Joomla project (I know, I know I still have to deal with PHP, I can't be a ruby snob all day long) I pressed command-T and typed index but it didn't find index.php in the root of the project. Same for README etc..

ivanoats avatar Mar 11 '11 04:03 ivanoats

We're releasing a bugfix version within the next few days that should fix this and other root directory or missing file issues.

topfunky avatar Mar 11 '11 23:03 topfunky

I'm seeing a missing file issue under TextMate invoked via "mate ." inside of a homebrew root directory. Typing Cmd-T e m a c s brings up only Formulas/uemacs.rb in the list; Formulas/emacs.rb doesn't appear at all even though it exists on disk and is visible in TextMate's project view.

Versions:

  1. PeepOpen v0.3.2
  2. TextMate 1.5.10 (1631)
  3. Mac OS X 10.6.7

jwhitley avatar May 20 '11 21:05 jwhitley

@jwhitley I wasn't able to reproduce the error. Setting PeepOpen's preferences to look for All files, it indexed about 18,000 files and showed both emacs.rb and uemacs.rb. Are your preferences set to "All"?

topfunky avatar May 23 '11 16:05 topfunky

@ivanoats Are you still experiencing this problem? The 0.3.2 release should have fixed root directory issues.

topfunky avatar May 23 '11 16:05 topfunky

I've been back to rails projects so haven't noticed but I just did a test on a wordpress project and it works finding Rakefile, index.php and wp-config.php. In a Joomla project it still won't find configuration.php or Rakefile

ivanoats avatar May 23 '11 16:05 ivanoats

@topfunky Arrgh. This no longer repros for me, either. I'll note that I'd uninstalled the TextMate plugin then reinstalled it between my original investigation and this repro due to the problem I was seeing.

jwhitley avatar May 23 '11 16:05 jwhitley

I'm seeing this again with PeepOpen under TextMate, with TextMate project-opened to the root of the current Emacs bzr repository HEAD. Entire top-level directories aren't even showing up (e.g. lisp/). PeepOpen shows "1078 records" but a rough count via find -type f | grep -v '\.elc$\|\.o$' | wc -l shows 3574 files.

jwhitley avatar May 25 '11 23:05 jwhitley