Re: [Interest] qtcreator, find scope, and git grep

2016-07-08 Thread Thiago Macieira
On quinta-feira, 7 de julho de 2016 13:34:19 PDT Alan Ezust wrote: > Playing around with QtCreator 4.0.3, and I noticed I can choose to use > "git grep" for searching through files if the "Scope:" is set to "Files in > file system", which is nice. > > But why, if I set the "scope" to 'Project "MyP

[Interest] qtcreator, find scope, and git grep

2016-07-07 Thread Alan Ezust
Playing around with QtCreator 4.0.3, and I noticed I can choose to use "git grep" for searching through files if the "Scope:" is set to "Files in file system", which is nice. But why, if I set the "scope" to 'Project "MyProjectName"', does the "Use Git Grep" choice disappear from the form? ___