Is the Language Designer source code available?

SyntaxEditor for WPF Forum

Posted 11 years ago by Felix R
Version: 13.1.0581
Avatar

Is the source code for the Language designer available?

There are a couple of modifications that I would like to add to it.

  1. Ability to change the scope of the generated classes from public to internal.
  2. Ability to use the executable from the command line, so the code generation could be added as a pre-build step in our build system.

Thanks,

Felix

Comments (2)

Answer - Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Felix,

Sorry but the source is not available for that app.  That being said, all the code generation logic is in the ActiproSoftware.Text.LanguageGeneration.dll assembly.  You can new up a LanguageGenerator there and call its various methods.  That's effectively what the Language Designer does.


Actipro Software Support

Posted 11 years ago by Felix R
Avatar

Thank you. I will look at the API of the ActiproSoftware.Text.LanguageGeneration assembly.

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.