Is it possible to take the Unity Javascript Framework to another editor like Panic’s Coda?
I mean… I think Unitron is okay (but doesn’t compare to TextMate or Coda), but I would rather use other editors + I’m use to Coda.
Thanks!
Is it possible to take the Unity Javascript Framework to another editor like Panic’s Coda?
I mean… I think Unitron is okay (but doesn’t compare to TextMate or Coda), but I would rather use other editors + I’m use to Coda.
Thanks!
By framework I assume you mean syntax hilighting? I don’t see any reason why not. You will likely have to build a syntax file yourself containing all of Unity’s built-in classes, if Coda doesn’t do Intellisense-style hierarchy discovery on its own.
Actually I mean the Framework as in Keywords and such. If I’m coding in Unitron it recognizes that I’m trying to type GameObject, but it wouldn’t do that on another editor unless I can add a Bundle of the Unity Javascript Framework to it.
Maybe the term Framework was the wrong term, sorry I’m new at this.
Can anyone out there help me with this???