Hello all, I'm using ICSharpCode.Core to develop my application, since it is a GIS application, several map tools should be generated, such as zoomin, zoomout, query, drawing line features and so on. However, I only found AbstractCommand in ICsharpCode.Core, which has only Run() function, and that's not enough for me. Developing a tool, such as drawing a line on the map, need to handle the mousedown, mousemove, mouseup, doubleclick events, does the SD support this kind of tools? or any plannings? thank you.
PS: I think it is an AbstractCommand with Run() function is enough for building the SharpDevelop application, but it would be useful to add a "tool" command, that is very helpful for developers like me, thanks again.