So here is the first version of Uniclipse editor. It based on popular open-source and multi-platform Eclipse project (used by flah/java programmers). And support both JScript and C# languages. For now - only windows version.
Screenshot: ImageShack - Best place for all of your image hosting and image sharing needs
Download: Uniclipse_0_17a (127mb)
Installation:
Unzip archive to “c:/program files” for normal work (temporary problem). To use it from Unity - set “uniclipse.exe” by editor at preferences. For external Uniclipse open - use “eclipse.exe”. Recommended to create project for your assets folder from Uniclipse “File->New->Project” menu.
Main features:
- Project explorer
- Code assist (Ctrl+Space)
- Outline (classes, functions and variables list)
- Code folding
- Syntax highlighting
- Real-time syntax checking
- Code auto-formating
- In-project search
- Supporting of main Mono classes (for C#)
Additional features:
- Tabs manager
- Image viewer
- Color picker
- Internal SVN client
- Tasks manager
Roadmap:
- More classes of Unity for Code Assist
- Codepage autoselect
- Goto error line (when file called from Unity Console)
- Snippets
- Internal Unity documentation web-page
- Installer with custom folder selection
Need help for:
- Create plugin for Unity 3.0 Debugger support
- Create new plugins for JS/C# support with more flexible Code Assist and syntax support (for now used C# and spket plugins).