Hello,
I'm trying to create a small WPF SyntaxEditor demo using my old xml language definiton file i was using with SyntaxEditor Winform. I succeeded in generating a ".langproj" by importing my old .xml definition file, but now i notice that your demos use a ".langdef " file instead of a ".langproj" to load an ISyntaxLanguage into the editor.Document.Language property on window load.
Anyways, my question is how do i generate a ".langdef " from either the original xml file or the ".langproj" file. I tried to look for an option in your new Language Designer tool but was unable to.
Nassim F.
I'm trying to create a small WPF SyntaxEditor demo using my old xml language definiton file i was using with SyntaxEditor Winform. I succeeded in generating a ".langproj" by importing my old .xml definition file, but now i notice that your demos use a ".langdef " file instead of a ".langproj" to load an ISyntaxLanguage into the editor.Document.Language property on window load.
Anyways, my question is how do i generate a ".langdef " from either the original xml file or the ".langproj" file. I tried to look for an option in your new Language Designer tool but was unable to.
Nassim F.