YCM-Generator icon indicating copy to clipboard operation
YCM-Generator copied to clipboard

Added multiple *.pro files support

Open ghost opened this issue 9 years ago • 3 comments

ghost avatar Jan 27 '16 17:01 ghost

Thanks for the PR. Would you mind explaining what the use case for having multiple .pro files in a given directory is?

rdnetto avatar Jan 28 '16 09:01 rdnetto

Thanks for ur answer :) I cant invent real use case for it, but i have legacy project with multiple .pro files in root directory. Basically it's 3 different projects with shared libraries and it can be redisigned, but this wasn't problem yet and we have configured CI and etc for this setup. I tried ur plugin and noticed that its not very comfortable to do mv to other .pro files :)

Sorry for my English, i am not native speaker.

ghost avatar Jan 28 '16 12:01 ghost

OK, makes sense. I'd prefer to have avoided something that depends on interactive input (see #48), but this is a fairly niche case and I can't think of a better alternative.

Don't worry about your English, it's easily understood. :)

rdnetto avatar Jan 29 '16 08:01 rdnetto