Hi!
Although I don't know, how to program in Python, I read the excellent post "IronPython Addin Internals" by Matt Ward, only to learn how to bind a new language to SharpDevelop. One thing that I did not understand, is about comments. I don't know how/where we define the comment character("#") for the language! Do I need this definition to use Task List feature? I tried to use Task List in a Python project, but I think it does not work! Of course, I'm not talking about LineComment property value="#" for Syntax Highlighting in .xshd file! Does SD support Task List features for Python projects?
Thank you!