Thursday, May 28, 2009

Simple code explorer

Added a simple code explorer pane, so it's easy to navigate to functions in the script. I'll improve this later, but it works fine for what I need it for just now.

Search/Replace

The Search/Replace is now fully functional in the IDE.


Wednesday, May 27, 2009

A quick cap

A quick cap of the scripts in action..

Themes

I finished adding support for themes today. Colours for various elements can be set, as well as a wallpaper image. It's entirely up to the script author if the theme is used or not.

This is a simple theme editor I've added to the IDE's tools menu.


The default blue theme..


A quickly knocked up green theme..


And a simple red theme as well..

Friday, May 22, 2009

What's working..

I thought I'd start with some screenshots of what's working just now.

A simple "Videos" Script to browse and play some videos from your drives or network shares.


A menu script kinda inspired by the Wii, the button images are real time animated 3D scenes. The animations are defined in the CreateMenuScene() and UpdateMenuScene() functions. It's really very easy to code these.


The tabbed Script IDE with integrated debugger, code completion, code formatting etc.