hdsoftware / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Default editors paths for windows version shouldn't have unix paths #391

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Open the program's options ("Pencil" menu -> Tools -> Options...)
2. Switch to the "External Editor" tab.

What is the expected output? What do you see instead?

In Windows OS the SVG & BMP external editors' paths respectively are:

/usr/bin/inkscape
/usr/local/bin/gimp-2.7

They'd better be changed to:

C:\Program Files\Inkscape
C:\Program Files\GIMP-2.0

or for x64 Winsdows:

C:\Program Files (x86)\Inkscape
C:\Program Files (x86)\GIMP-2.0

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

1.3.3 Win7 x64

Please provide any additional information below.

Of course besides providing some defaults, the ideal would be to provide a 
"Browse" button for each editor, so that users can easily configure Pencil to 
use their favorites.

Original issue reported on code.google.com by klo...@gmail.com on 13 Jan 2012 at 12:04