MonoDevelop 4.0.1 issues

UPDATE:
I was able to get MonoDevelop 4.0.1 to work as expected. I took the following steps (although I don’t know if a full uninstall was necessary or simply if step 3 is all that was needed)
My system: Mac 10.7.5

  1. Uninstall Unity

  2. Uninstall Mono using the instructions from here: Redirecting…

  3. Delete the Library folder and any .sln files in your project folder

I hope that helps someone.

Having just upgraded to Unity 4.3 and the included MonoDevelop 4.0.1, I’ve noticed some issues with MonoDevelop and I want to know if I should be doing something differently to get the results I came to expect with the older version. Thanks for any help.

  1. My TODO list does not show up in the “Tasks” panel under “Comments”
    (I checked and TODO is listed in the preferences under the Tasks Token List)

  2. Clicking on an error in Unity doesn’t bring me to the line of code, only to the file.

  3. In the past MonoDevelop would open with the files I had open before, now it seems I need to set up a project to get this same feature.

  4. Auto-complete doesn’t recognize static classes.

  5. The document outline panel works when I open an individual file, but stays blank when I use a project in a solution (as a work-around to issue 3)

I can confirm issues: 2/3/5

I also do not understand why my javascripts.js now open in Safari as I’m Mac user.
csharp open fine in Mono. Seems a degrade to me.
I also experience strange behavior as I already had Xamarin Studio installed on Mac and after 4.3 some kind of conflict happened.
Had to install 4.3 again etc.

Also, i just wanted to type col:Collider but i need to press ESC when i’m at “col” now. If i press “.” or anything it just wants to put Color…

same issue here with defining a false boolean…var somevar: boolean = false; now enters var somevar: boolean = FalseString when I hit ; very annoying indeed…