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
-
Uninstall Unity
-
Uninstall Mono using the instructions from here: Redirecting…
-
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.
-
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) -
Clicking on an error in Unity doesn’t bring me to the line of code, only to the file.
-
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.
-
Auto-complete doesn’t recognize static classes.
-
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)