Navigation fields of VS editor registered with XS

This forum is meant for questions and discussions about the X# language and tools
User avatar
robert
Posts: 4261
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Navigation fields of VS editor registered with XS

Post by robert »

Arne

If you can edit a GUI window at this moment, then you are probably using the Vulcan GUI editor, which will most likely not update the source code in your x# project.

Like Chris said, we are making progress with the VS integration. I have added support for Code Snippets, Fabrice has added support for the Navigation bar, Code Completion and collapsible regions in the editor.

At this moment we are merging the code and making some adjustments to make sure everything works smoothly. This included for example passing the dialect and project level defines to the background parser so the parser will be able to show you which code sections are included and excluded with conditional compilation.
Adding the VO compatible editors is next on our todo list for VS.

Btw: We now also have partial support for UDCs working. Most match and result markers are working, with the exception of the list and repeat markers.
All the examples that were discussed at this forum last week are working.

You can expect a new release around March 15 and then the next release short before the conference in Cologne.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
ArneOrtlinghaus
Posts: 385
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Navigation fields of VS editor registered with XS

Post by ArneOrtlinghaus »

Hi Robert,
yes, I meant the GUI editor. It is ok, we can wait.
Arne
Post Reply