Hi,
I'm new to Actipro SyntaxEditor; I need to develop an Excel-like app, with an editor that displays Excel functions in color, and with intellisense (for macros, and named cells defined in the Excel file).
Where should I start? Should I define my own xml language file? (one drawback I see now is that the list of macros and named cells is dynamic; each Excel file will have a different list. So, should I create the xml language file dynamically?)
Thanks in advance