Ok, so I’ve decided to use a different library or my document layout. I’m using AvalonDock now, and so far I’m loving it. You can attach/detach and resize every panel there is. You can dock them where ever you want, just like in Visual studio. I had to redo everything, so I might have actualy lost some features in the process, but there weren’t that many to start with, so it’s all good.
I’m also moving to WPF instead of standard Windows.Forms. This will be my first WPF app so I might have to google A LOT. So far it’s been very nice to work with though.
Ok, down to business. Here is the new shiney look:

Here are some of the things that’s been added:
- You can associate .uc files with it now, and it will read them.
- You can open multiple documents in tabs.
- Ctrl-S will save the currently active document.
- When closing the app, or a tab it will check if it should close or not. If the file has been changed it will prompt the user to save or cancel.
- Basic menus to open and save ‘.uc’ files as well as to exit the editor.
- SyntaxHighlighting, it should color most of the unrealscript syntax, if I have forgotten any, please let me know.
- All braces will be folded.
- Fully configurable layout, even though it’s very basic. All panels can be tabbed, moved, resized and docked. Just like in VisualStudio.
- Some tiny stuff that I forgot to mention
And you can download it here: DOWNLOAD
Enjoy, as always, you can e-mail me for suggestions/questions and bugs. You could also post on the UDK forum thread HERE.