Monodevelop on 4.3 can't open JS files

All my JS Scripts are opened up by DreamWeaver, and when I want to select them in MonoDevelop itself they aren’t even displayed at all!

Any workaround here?

There are some other problems. Everytime I got an error in Unity and doubleclick it it only gets me to the script, but not the line of code where the error was reported.

I had the same problem after upgrade from 4.2.2, and the following steps fixed it for me:

  1. Go to the Unity Preferences, External Tools, External script editor → Browse…
  2. Select your new Monodevelop app.

Seems that Unity has failed to properly link the brand new Monodevelop during upgrade.

That was the very first thing I did. Didn’t work. Mono does open the C# Scripts but it doesn’t open JS files.

Hello,

This all works fine on my iMac!

Have you tried right clicking any .js file and selecting Get Info then changing the Open with:
To MonoDevelop (instead of Dreamweaver) and clicking Change All… and trying again?

Cheers

Paul

If though it said that Mono was linked initial, I had to go and find it, then select it to make it sync.

Thanks @gruddlebug that did the trick!!!

Same - it says Mono is already the default, but you have to reselect it to get it to work.

This helps opening the files, but when I double-click an error in the log, it doesn’t jump to the line