ubuntu-on-rails team mailing list archive
-
ubuntu-on-rails team
-
Mailing list archive
-
Message #00036
[Bug 748258] Re: Find in Project does not work properly with file extension
Thanks for the fix!
It works for me, too.
The fix is committed and will be required in the next release of gmate.
--
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