Free alternative script editor

Is there a good script editor available for free?

I have installed SubEthaEdit, is it possible to have it give code hints and all? Like a full featured editor? It also starts both the editors?

I kind of like TextWrangler but its kind of limited though… but i like it :smile:

.ORG

I’ve yet to find an editor to replace Notepad++ ( http://notepad-plus.sourceforge.net/uk/site.htm ) on Windows, so I’m sticking with Unitron for now…

I use MS Visual C# Express on a PC.

Obviously C#-only though.

-Jeremy

Visual Studio is great. Some prefer 2003, but 2005 is ok too.
Worst part is having to run VMWare or Parallels :slight_smile:
I’ve not used the Express versions, but if it works for Jeremy…

Thanks!

I wil try it. So there probably isnt a Mac MS editor i suppose? :smile:

Nice try, but no :wink:
If you use 3ds Max, Office 2007 or anything else like that, its quite worthwhile having VMWare. Depends on your budget of course, but personally I love VS as you can make DLLs, code for Unity, and edit your web server all in the same place.

I Think ill just do that, I have VM Ware running anyway.

Can i also have it give me the codehints and all? Because that is what I am looking for since I am very green at programming…

The code hinting is great - just add a reference to UnityEngine.dll in your VS project. You’ll need to extract the DLL from the .APP file that contains the Unity executables ( its in the frameworks folder)