chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
254 stars 10 forks source link

Unable to establish your working directory? win8-x64,sublime-text-3 #35

Open piratf opened 9 years ago

piratf commented 9 years ago

On win8-x64,Sublime-Text3, here is my setting in glue-user:

{
    "glue_userpath": ".;C:\\Windows\\System32;C:\\Windows\\SysWOW64;C:\\Windows;C:\\Windows\\System32\\Wbem;",
    "glue_shellpath": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "glue_ps1": "✪",
}

When I use "glue path", it works, but always but always popup a message box, just like this: default

shows Glue Plugin Error: Unable to establish your working directory.

If I did something wrong?

and, Really thank you for this good Plugin :+1:

chrissimpkins commented 9 years ago

sorry that you are having problems. I would be happy to look into this. Does this happen with all commands or just when you attempt glue path?

piratf commented 9 years ago

I have tried glue path,glue user,glue new,'winver' and g++ to compile the .cpp file, javac to compile .java file, running .exe file. and some commands with git.

all the commands works, but the Error was happened with each command too. The Error happened when each command finished and already printed the result.

Thank you for your reply : )