xsharp.eu • XIDE and Visual Studio
Page 1 of 1

XIDE and Visual Studio

Posted: Thu Dec 01, 2016 11:17 am
by ArneOrtlinghaus
Hi,
I started XIDE and I was impressed. It could be a nice alternative to Visual Studio.
Are there some existing possibilities to create the XIDE project files in an not too time taking way from Visual Studio Solution and project files?

Arne

XIDE and Visual Studio

Posted: Thu Dec 01, 2016 11:59 am
by Chris
Hi Arne,

There's no easy way to do this currently, but it's very easy for me to add a small functionality that reads directly your folder/prg structure and automatically create the XIDE project structure (not by reading the VS project files though, I'd like to avoid doing that). I will send this later today so you can have a look if it suits you.

Chris

XIDE and Visual Studio

Posted: Thu Dec 01, 2016 1:26 pm
by ArneOrtlinghaus
Hi Chris,
this can be also a good possibility. If you could make something similar, it would be great.
As Chrismas is coming nearer, I express some wishes:
- If possible, the tool should generate all necessary files for a complete solution folder.
- It should generate the files relative to the solution folders (same directories or if necessary some sub folders)
- If already XIDE project files with the same names exist, the tool should not overwrite the files completely, but should update only the folders structure so that I can insert the correct compiler switches and references once.

Arne

XIDE and Visual Studio

Posted: Thu Dec 01, 2016 1:28 pm
by ArneOrtlinghaus
I meant Christmas, Chris,...

XIDE and Visual Studio

Posted: Thu Dec 01, 2016 1:54 pm
by Chris
Hi Arne,

I liked the typo :-)

This tool will not be something external, just a new menu option in XIDE with this functionality. I have already implemented it, will give it a bit more testing and will send you the new XIDE dlls to give it a try. As it is now, it only generates new XIDE library files in existing solutions, side by side with the VS files, but of course it can be later improved with your suggestions.

Chris

XIDE and Visual Studio

Posted: Fri Dec 02, 2016 7:44 am
by wriedmann
Hi Arne,

I have decided to use XIDE because of a few reasons:
- I'm much more productive in it
- it has a regular autoexport like VO's VOPP
- it's project structure seems more like VO's repository - VS seems to have much more files around
- it has an export project and export application function
- it has an excellent support and a powerful plugin system
- Chris is very open to additions
- you can switch from Vulcan to X# with a mouse click
- is ways faster that Visual Studio both at startup and running
- is much more stable than Visual Studio specially when using the Vulcan projects (I had a lot of crashes in XAML editors).

It has also a few con's:
- Intellisense in VS seems to be better
- there is no support for XAML (not a problem for me, but makes it harder to start with WPF)

Wolfgang