Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Issue links in message panel do not work with several projects #224

Closed
liamsi opened this issue Jun 26, 2015 · 1 comment
Closed

Issue links in message panel do not work with several projects #224

liamsi opened this issue Jun 26, 2015 · 1 comment
Labels

Comments

@liamsi
Copy link

liamsi commented Jun 26, 2015

Steps to reproduce:

  • Open two independent go projects by 'add project folder' (proj1, proj2)
  • if there is an issue in proj2: clicking on the shown link the message panel tries to open a (nonexistent) file from proj1

Possibly this is an issue in every project using atom-message-panel: https://github.com/tcarlsen/atom-message-panel/blob/master/lib/LineMessageView.js#L54 in combination with:

@messagepanel.add(new LineMessageView({file: file, line: line, character: column, message: message.msg, className: className}))

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

No branches or pull requests

2 participants