
Hello!
You have a really great framework for the syntax editor, it seems to be exactly what I was looking for. I really like it so far :)
I'm implementing a new language using the syntax editor. And I figured it could be useful to make use of the LL Parser Debugger in the Language Designer, however I cannot get it to work. I haven't built the language using the Language Designer, instead I did it manually by following the quick-start guide and the documentation.
I have extracted my language to it's own project, importing this dll or the exe only yields the result that "No non-abstract classes that implement ILLParser was found in the assembly". I have compiled it in both 3.5 and 4.0 also tried the config-file fix for 4.0, both using dll and exe. I do extend ParserBase, I also tried implementing ILParser directly in a wrapper class.
Another non-important issue is that I do not get Intellisense comments from the assemblies. Is this possible to get?
In case it is related, I include (References):
ActiproSoftware.Shared.Wpf351
ActiproSoftware.SyntaxEditor.Wpf351
ActiproSoftware.TestLLParser.Wpf351
ActiproSoftware.Text.Wpf351
I got the dll's from the Assembly folder in Actipro's Installation Folder, and copied them to my project directory.
You have a really great framework for the syntax editor, it seems to be exactly what I was looking for. I really like it so far :)
I'm implementing a new language using the syntax editor. And I figured it could be useful to make use of the LL Parser Debugger in the Language Designer, however I cannot get it to work. I haven't built the language using the Language Designer, instead I did it manually by following the quick-start guide and the documentation.
I have extracted my language to it's own project, importing this dll or the exe only yields the result that "No non-abstract classes that implement ILLParser was found in the assembly". I have compiled it in both 3.5 and 4.0 also tried the config-file fix for 4.0, both using dll and exe. I do extend ParserBase, I also tried implementing ILParser directly in a wrapper class.
Another non-important issue is that I do not get Intellisense comments from the assemblies. Is this possible to get?
In case it is related, I include (References):
ActiproSoftware.Shared.Wpf351
ActiproSoftware.SyntaxEditor.Wpf351
ActiproSoftware.TestLLParser.Wpf351
ActiproSoftware.Text.Wpf351
I got the dll's from the Assembly folder in Actipro's Installation Folder, and copied them to my project directory.