Posted 19 years ago
by Actipro Software Support
- Cleveland, OH, USA
Hey everyone, we're making some really great progress on our advanced parsing model for SyntaxEditor 4.0. We're prototyping it out with an advanced C# implementation. We currently have a semantic parser implementation that breaks up the C# document into an abstract syntax tree of all the namespaces, classes, methods, etc. and builds a code tree in a TreeView. All this is happening without delay in the editor UI too! Then this AST tree is in turn updating the outlining nodes in the SyntaxEditor control.
The parser still needs a lot more work to adhere to the complete C# semantic grammar but so far, our implementation is exceeding our original expectations for performance.
Anyhow, we have a list of some customers who would like to beta test but we'd also like to gather a list of customers who specifically will be using C# editing in their applications. We'd like to talk through some issues like assembly loading for project references, type resolution using those assemblies, etc. Basically things that would apply to a C# editing application. Send us an email if you're interested in talking about these things over email or chat.
The parser still needs a lot more work to adhere to the complete C# semantic grammar but so far, our implementation is exceeding our original expectations for performance.
Anyhow, we have a list of some customers who would like to beta test but we'd also like to gather a list of customers who specifically will be using C# editing in their applications. We'd like to talk through some issues like assembly loading for project references, type resolution using those assemblies, etc. Basically things that would apply to a C# editing application. Send us an email if you're interested in talking about these things over email or chat.
Actipro Software Support