ubuntu-on-rails team mailing list archive
-
ubuntu-on-rails team
-
Mailing list archive
-
Message #00035
[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