simonsteele / pn

Programmer's Notepad
374 stars 116 forks source link

Forward slash support in file path. #78

Closed simonsteele closed 9 years ago

simonsteele commented 9 years ago

Original issue 49 created by simonsteele on 2008-04-28T05:40:00.000Z:

# What steps will reproduce the problem?

1. pn.exe dir1/dir2/file.txt
2. pn.exe dir1\dir2\file.txt

# What is the expected output? 

- To have the file open in one window.

# What do you see instead?

- I will have the file opened two times with different title:
 1: dir1/dir2/file.txt
 2: file.txt

# What version of the product are you using? On what operating system?

2.0.8-718, W2K3

<b>Please provide any additional information below.</b>

Forward slash is used by msys and cygwin users.
simonsteele commented 9 years ago

Comment #1 originally posted by simonsteele on 2008-06-04T20:45:30.000Z:

Fixed for the next release.