Hey,
Our application uses the syntax editor to show HTTP trafic.
We want to show the trafic content like you can see in sniffers products.
(Ethereal is a good example...)
We go over the text and set 2 outlines for the Request section and the Response section.
We also parse the HTML that we get from the server using the "ActiproSoftware.HTML.xml" file that was supplied with the TestApplication of the syntax editor.
We are having very good results and we succeeded to customize your control for our needs using the supplied XML file and with small customization to support our needs.
We also need to highlight part of the text that we don't know in the design time what will it be.
Only after we already have the HTTP trafic we run some algorithem that tells us what text should be highlighted.
In order to highlight the relevant text we are using a semantic parsing with the postParse method by
running over the tokens and set their CustomHighlight.
The results of this method are very good.
But - when saving the document to RTF or HTML file we cant see the changes that were made in the PostParse.
We assume that the default behaviour of the SyntaxEditor is to run only the Lexical Parsing.
How can we cause the SyntxEditor to save also the changes of the PostParse ?
Dan
Our application uses the syntax editor to show HTTP trafic.
We want to show the trafic content like you can see in sniffers products.
(Ethereal is a good example...)
We go over the text and set 2 outlines for the Request section and the Response section.
We also parse the HTML that we get from the server using the "ActiproSoftware.HTML.xml" file that was supplied with the TestApplication of the syntax editor.
We are having very good results and we succeeded to customize your control for our needs using the supplied XML file and with small customization to support our needs.
We also need to highlight part of the text that we don't know in the design time what will it be.
Only after we already have the HTTP trafic we run some algorithem that tells us what text should be highlighted.
In order to highlight the relevant text we are using a semantic parsing with the postParse method by
running over the tokens and set their CustomHighlight.
The results of this method are very good.
But - when saving the document to RTF or HTML file we cant see the changes that were made in the PostParse.
We assume that the default behaviour of the SyntaxEditor is to run only the Lexical Parsing.
How can we cause the SyntxEditor to save also the changes of the PostParse ?
Dan
Dan Oren