supnate / rekit-sublime

Sublime text plugin for Rekit.
MIT License
5 stars 0 forks source link

sublime right click to add features not work #1

Open qly612525 opened 8 years ago

qly612525 commented 8 years ago

I install Rekit sucessfully, and do the work like Vedio.

but cannot new the files...

qly612525 commented 8 years ago

I had fixed it!

supnate commented 8 years ago

Sorry @qly612525 , I've just got time to respond. So what's the root cause?

qly612525 commented 8 years ago

@supnate, my environment is Window7 I found that the NodeJS env path don't need pass to subprocess.Popen in sidebar.py. I change the code like this

p = subprocess.Popen(self.command, cwd=self.working_dir, env=None, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=1, startupinfo=si)
supnate commented 8 years ago

Wow, you are really a super user! Thanks for the investigation. But why doesn't env work? It's weird... I just tested it on Win10 and it worked. For windows, the env should just use the system environment variable path. I will really appreciate if you can help to fix it in a general way so that other users could benefit from it.

qly612525 commented 8 years ago

My Nodejs has added to the system environment variable. So I think that a new opening process, node command can be found by the system automatically.

If somone has the problem in the same environment like me. I think this is a solution.

loganpowell commented 7 years ago

I'm also having this issue on Windows 10... any fix?

supnate commented 7 years ago

@loganpowell This plugin will be deprecated for Rekit 2.0 in favor of Rekit Portal.

loganpowell commented 7 years ago

gotcha, ok!