Page 1 of 1

IDE support

PostPosted: Sun Oct 24, 2010 1:26 am
by suliman
Could you make addon for new version of SharpDevelop 4?

Also I would like to know how can I programming with PN? Do I need run CMD and type there "cobra app1.cobra"? Or there is any other way?
I tried to such variant, but I can't understand how make cobra able run without setting full path to it. ex:
F:\coding\cobra\cobra.exe F:\sources\myapps\app1.cobra?

I want to simply write: cobra.exe app1.cobra.

Re: IDE support

PostPosted: Mon Oct 25, 2010 12:46 am
by Charles
I didn't do the SharpDevelop add-in. Perhaps the original author will do this. If not, someone else from the community will need to (I'm generally too busy on the compiler and related activities).

You can write "cobra app1.cobra" if "cobra.bat" is in your system PATH. You could add the cobra location to your path. Or create a path like F:\coding\bin and put the cobra.bat from the installation there, plus anything else you want. Then add F:\coding\bin to your path. Editing the path is done through the Control Panel. You can look it up on the web if you need further instructions.

Once you have this set up, subsequent installations of Cobra will update the cobra.bat in your PATH.