GrizzlyStudio
=============

o Select a project file (GtkFileSelection)
o Disable inactive menus (e.g. 'Save' when no file are open).
  Same thing for toolbar.
o Adding a splashscreen at start
o Adding a dialog box for new project
  - Project name
  - ...
o Adding a dialog box for new document (source, window, document, ...)
o Selecting documents with the TreeView
o Updating 'Run' to add all source files of the project
  (./xlang will need some modifications (e.g. args[]))
o Adding icons to 
  o documents in TreeView
  o menus
  o notebook 
o DocumentView (notebook) will only be used to show the file name and
  all available editors.  For source file, there is only one editor but
  for Widgets, there is two editors (XML source editor & visual editor).
o Debugging the syntax color of the source editor.
o Removing a document from a project