Friday 13 February 2009

Progress thy name is wxDev-C++

Moving along now.

I have added several components to the SVN-HEAD of wxDev-C++ which allows me to continue development of the main frame.

Currently I need to implement some sort of Auto-Completion for several styles. Character names certainly. How much further should I break the Scene Headers down? Should I have a single list? Break it down into several sections/lists? (INT./EXT. - Location - Time of Day)

I also need to think about which method will be the better? Should I present a ListBox with all options, or should I just fill in the nearest match and add the text to the editor?

I'll throw something together and see if I can present the two options, with screen shots.