This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I would like to develop an XML editor, does someone knows where I can find some sample code or tutorial to help me ?
I would like to code something clean and therefore I'm sure there are some patterns to follow.
My idea is to have an editor where I can use drap and drop of "component".
1. I drag and drop a component from the left bar to the main window
2. Automatically a window opens and asks me to specifies information related to the component
3. The generated code is written in the main window at the point defined by the drag and drop