andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 39 forks source link

Locator only recognizes Unix-style slashes #365

Closed bjones1 closed 8 years ago

bjones1 commented 8 years ago

On Windows, If I look for ..\foo.txt, I need to enter ../foo.txt. Using / to refer to the root of the current drive doesn't work at all -- no files can be found there.

However, ~/ does work as expected. Using c:/ works. Directories displayed end with a Unix-style / instead of a \.

andreikop commented 8 years ago

I tried to add windows slashes support, but it introduces too many corner cases. I'm giving up however pull request is welcome. For now

bjones1 commented 8 years ago

OK, sounds good. Thanks for taking a look!