continuoustests / OpenIDE

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

"Unable to read project" SublimeText and Windows and C#.... #12

Open NigelThorne opened 7 years ago

NigelThorne commented 7 years ago

I'm trying to use SublimeText3 with Windows and C#; I'm getting some problem launching.

oi editor sublime causes the editor to load, but with errors (same one twice). "Unable to read project /d/code/continuoustests/.OpenIDE/profile.ack/ContinuousTests.sublime-project" "Unable to read project /d/code/continuoustests/.OpenIDE/profile.ack/ContinuousTests.sublime-project" (They may be with the fact that I'm trying to compile MightlyMoose and it already has a .OpenIDE folder though).

I noticed the paths are posix style, so I uninstalled the posix plugin...

oi package C# add using (c-sharp-add-using v1.0) C# language plugin (C-Sharp v1.4) contextual-tampering (contextual-tampering v1.0) Environment Init POSIX (environment-init-posix v1.0)

oi package uninstall environment-init-posix Removed package environment-init-posix-v1.0

...but I still get the errors.

acken commented 7 years ago

Getting sublime running needs the sublime plugin to be added manually. The plugin itself is here: https://github.com/continuoustests/EditorEngine.Sublime/tree/master/SublimeText3

For the continuous tests tings you are seeing it was some of the OpenIDE config from my profile that had leaked into the default profile. Removed it now.

acken commented 7 years ago

Just to warn you this WILL be a bumpy ride but if you are up for it you are welcome :) As mentioned it is likely to something like the other side of "works on my machine" experience ;)