continuoustests / OpenIDE

A set of tools for providing basic developer IDE features around your favorite editor.
95 stars 16 forks source link

Project and file creation don't work on windows. #3

Closed marcel-valdez closed 11 years ago

marcel-valdez commented 11 years ago

This is what I did on Windows 7 x64:

  1. I built the project
  2. added the plugin to Sublime Text 2 (copy-paste the code) and the key-bindings
  3. added the binaries to my path environment.

Result: The key-bindings work on Sublime Text I can launch sublime text using oi editor sublime (after configuring the path)

But I can't create a project using oi create library SomeProject.csproj, nor oi addfile Program.cs

marcel-valdez commented 11 years ago

By the way, I don't get any error message at all.

marcel-valdez commented 11 years ago

Got it work by using oi C# create console Console.csproj, and moving Languages\C#-plugin\C#.exe to Languages\C#.exe

acken commented 11 years ago

Yeah, remember there were a few issues there. Have been ripping some stuff apart so my local repo was about 70 commits ahead of github. Just pushed. Should fix some of the issues (and possibly but hopefully not created new ones).