editor
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Has anyone had any experience creating an XML editor (even a rudimentary one) from scratch? And I don't mean one of the 'editors' wherein a treeview is used and the text for each element is represented by a node. I'm not even concerned about parsing ability (I've already created a parser). I just wondered if anyone had come up with a good architecture that would allow one to identify the element in which the caret is currently positioned in a contiguous display of the whole instance's text. Sorry if this isn't clear! things could always be worse...