ubuntu-on-rails team mailing list archive
-
ubuntu-on-rails team
-
Mailing list archive
-
Message #00034
[Bug 748258] [NEW] Find in Project does not work properly with file extension
Public bug reported:
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.
** Affects: ubuntu-on-rails
Importance: Undecided
Status: New
--
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.
Follow ups
References