cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

[Launch] Opens a new buffer for a file already open when using file links in it's output #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
1.9

What steps will reproduce the problem?
1. Run a lunch command that produces output including file links
2. Use a file link to goto the line in question

What is the expected output? What do you see instead?
If the file is already open, it sets focus to it's buffer and goes to the line.
If the file is not open, the file should be opened at the line in question.

What version of Editra are you using? On what operating system?
6.2, XP.

Please provide any additional information below.

Original issue reported on code.google.com by a.cocka...@gmail.com on 1 Mar 2011 at 3:05

GoogleCodeExporter commented 9 years ago
* ensure that paths are normalized prior to checking for if the buffer is 
already open.
* Do case insensitive comparison on Windows.

Original comment by CodyPrec...@gmail.com on 8 Mar 2011 at 4:52