← Back to team overview

ubuntu-on-rails team mailing list archive

[Bug 748258] Re: Find in Project does not work properly with file extension

 

** Patch added: "fix.patch"
   https://bugs.launchpad.net/bugs/748258/+attachment/1968352/+files/fix.patch

-- 
You received this bug notification because you are a member of Ubuntu on
Rails Team, which is the registrant for ubuntu-on-rails.
https://bugs.launchpad.net/bugs/748258

Title:
  Find in Project does not work properly with file extension

Status in Ubuntu on Rails:
  New

Bug description:
  I'm using Ubuntu 10.10 x64 with Gedit 2.30.3 and GMate 0.9.15~uorppa0.
  When specifying the file extension in "Find in Project" plug-in, it would not return any result.

  Here is my analysis :
  When using the "--include=*.{...}", it is actually the shell that will expand it into as many arguments as there are between the curly braces in the form of "--include=*.ext1 --include=*.ext2 ...". Which thing, would not happen from within the Python compiler.

  I have attached a patch which works fine with me.



References