Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links opening to wrong file #31

Open
elmateo487 opened this issue Apr 9, 2016 · 3 comments
Open

Links opening to wrong file #31

elmateo487 opened this issue Apr 9, 2016 · 3 comments

Comments

@elmateo487
Copy link

I have a few projects managed through carthage, one of which has an AppDelegate, and a ViewController in it. When I click on a link to a log that I have placed in my project AppDelegate, it will link to and open the other AppDelegate file. Is this something that can be mitigated?

Sometimes it will open the correct file in a tab, but it always will open the duplicate file in another window

@krzysztofzablocki
Copy link
Owner

I can see that happening if there are multiple files with same name in the project folder,
the way it works is: it's running a search for the logged file name inside the project directory, since it's going to find both files which one might differ.

In your scenario, is the wrong AppDelegate under some common folder, like Carthage? if so we might be able to implement some kind of ignore list so it skips specific sub-path

@elmateo487
Copy link
Author

An ignore list would be perfect, in my case I would just need to ignore everything in the Carthage folder.

@brentleyjones
Copy link

Happening here as well. And yes, the wrong AppDelegate is in a Carthage folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants