gmcclure382 / stexbar

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

StExBar edit Ctrl-M doesn't retain the edited changes #233

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch Explorer
2. Click on StExBar Options->Console->Edit
3. Change "Start In:" path to desired location and hit OK.

What is the expected output? What do you see instead?
= Nothing changes. Hitting Ctrl+M still opens in Windows System32 folder.

What version of the product are you using? On what operating system?
= The most current version available from SourceForge, and I'm on Windows 7 64 
bit platform.

Please provide any additional information below.
= Thank you for checking this out.

Original issue reported on code.google.com by edward.n...@gmail.com on 13 Nov 2013 at 3:45

GoogleCodeExporter commented 8 years ago
What you configured is the CWD (current working directory) of a process. That's 
not the same as the directory shown in the console.

Add a new command so the console gets opened and changed to the fixed path:
cmd /K "cd C:\myfolder\"

Original comment by tortoisesvn on 13 Nov 2013 at 4:15

GoogleCodeExporter commented 8 years ago
Thank you very much for clarifying this.  Your tool is a really nice
addition to my computer toolbox, and I appreciate your efficient and nice
response.

Ed Newbold
Columbus, OH

Original comment by edward.n...@gmail.com on 13 Nov 2013 at 4:19