Hi,
I have a license for SyntaxEditor v4 which I’ve been using for a few years in one of my products.I’ve used the Lexers included to display colour coded Language syntax in a read only mode using the Document.LoadLanguageFromXml on the SyntaxEditor.
I'm adding a new feature and need to parse Javascript files to identify where each Function starts/ends. I only display readonly so I'm not dynamicaly editing the .js file so I only need to parse it once and get the locations and I'm not worried about dynamic changes.
I'm not sure if I need to purchase the SyntaxEditor Web Languages Add-on to get this working or I can use the same ActiproSoftware.JScript.xml Lexer to parse the Javascript?
If I need the Add-on can I get the version that goes with my old v4.0282 editor or would I have to upgrade the Editor? (I'd rather not as I dont want to spend the time upgrading to a new version)
Or is there a way of using a different feature to give me the location of the functions in the file?
Many thanks
-- Ken