Swap header/implementation with non-unique file names

General questions regarding the usage of CodeLite
moyamu
CodeLite Curious
Posts: 3
Joined: Wed Oct 19, 2011 4:41 pm
Genuine User: Yes
IDE Question: C++
Contact:

Swap header/implementation with non-unique file names

Post by moyamu »

I have a workspace with >50 projects, each of which contains a "config.cc" and "config.h" file. When I use "swap Header/implementation" in one of these files, Codelite always opens the corresponding file of the first project in the workspace, which is confusing.
Is it possible to make the search more intelligent? Ideally, the file to be opened should be selected based on include path settings. It would already help me if Codelite looked first in the project containing the current file.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Swap header/implementation with non-unique file names

Post by eranif »

Please submit this as a bug report

Eran
Make sure you have read the HOW TO POST thread
Post Reply