continuoustests / OpenIDE

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

Add more content to getting started #6

Closed chrisortman closed 6 years ago

chrisortman commented 10 years ago

I've been through the getting started section on both my mac and PC

On both platforms I'm using Sublime Text 3

on the pc Once i get the package installed in sublime and can do

oi editor sublime

the editor opens but then what? I would have expected this to have opened sublime to the folder I was currently in?

ctrl+shift+t will bring up the type selection window but then it says no files no projects etc so I must have to tell oi about my code but how / where ?

Do I need to install a C# language plugin?

bmavity commented 10 years ago

Yeah, I think you'll need to do an

oi init C#

in the project directory.

chrisortman commented 10 years ago

That seems like a step in the right direction. I don't get anything helpful in the type search window yet, but I do get more output from conf

oi conf

>enabled.languages=c#
>default.language=c#
>editor.sublime.executable=C:\Program Files\Sublime Text 3\sublime_text.exe
acken commented 10 years ago

The version I put is just core. Docs is coming up today as I write. Basically what you need to do is "oi package install C-Sharp".

acken commented 10 years ago

And when thinking about it, think you need that c# in the config to be C#. Do we like or dislike case sensitive stuff?

What on earth possessed me to use an uppercase C...

chrisortman commented 10 years ago
oi package install C-Sharp
oi init C#

Makes things start happening!

acken commented 10 years ago

Awesome! Btw the first paragraphs of get started is up now.

On Tue, Mar 25, 2014 at 7:43 PM, Chris Ortman notifications@github.comwrote:

oi package install C-Sharp oi init C#

Makes things start happening!

Reply to this email directly or view it on GitHubhttps://github.com/continuoustests/OpenIDE/issues/6#issuecomment-38604215 .

Best regards Svein Arne Ackenhausen

Blog - http://ackenpacken.blogspot.com/ Twitter - http://twitter.com/ackenpacken

bmavity commented 10 years ago

My vote is case insensitive. I think it will constantly come up otherwise.

chrisortman commented 10 years ago

Agree, especially for something like a config setting.

acken commented 10 years ago

Have never really seen it as an issue since everything in there is lower case. Still not understanding what made me make a captial C there. Anywøays will try to have everything compared lowercase internally.

Ok so get started basically done. Now to the cool parts, extensions :)

On Tue, Mar 25, 2014 at 9:18 PM, Chris Ortman notifications@github.comwrote:

Agree, especially for something like a config setting.

Reply to this email directly or view it on GitHubhttps://github.com/continuoustests/OpenIDE/issues/6#issuecomment-38615127 .

Best regards Svein Arne Ackenhausen

Blog - http://ackenpacken.blogspot.com/ Twitter - http://twitter.com/ackenpacken