Shirley Change Log

28/05/2001Beta Release 7
 
  • added code to make form files open Shirley when double clicked in the Tracker
  • added code to create a subclass of the form base object if one doesn't already exist
  • fixed a bug in the inspector window to do with editing properties when the property list has been scrolled
  • fixed view resize flag property editor
14/05/2001Beta Release 6
 
  • added nicer color editor
  • added Message property to BInvoker descended objects. Entering a string into this property will result in a #define being created for it with a number greater than 1000, unless the string starts with B_ in which case it is assumed that the message is already defined by the BeOS API.
08/04/2001Beta Release 5
 
  • fixed nasty bug where some of the designers controls were saved in with the form
  • added custom code generators
  • added extra info saving for code generation plugins. This allows a very limited subset of XML to be used to store information about the form structure. The Hint addon shows how this can be used
  • added hint support. The hint code was supplied by Alan Ellis.
  • added code to stop bad component names (ones beginning with '_', empty names and names that already exist)
  • added component listener to allow plugins to be notified when a component is added, deleted or renamed
27/03/2001Beta Release 4a
 
  • still trying to fix bugs
  • turned off the first click stuff for the inspector
23/03/2001Beta Release 4
 
  • still trying to fix bugs
  • made the designer select the parent of a component when it is deleted using the Delete key
  • made the designer, toolbar and inspector accept the first click
20/03/2001Beta Release 3
 
  • fixed some more minor bugs
  • added the Open Tools API
  • added code to allow views to be moved about and resized using the keyborard
17/03/2001Beta Release 2
 
  • the popup windows were set to show workspace 1.
  • removed the _wspace, _prio and _port_cap properties from the archive created by the form designer
  • fixed nasty crash on startup
  • fixed a problem with the inspector discovered while running the app with MALLOC_DEBUG=10 set
  • fixed the clear function of BitmapView property editor
  • added code to refresh the inspector after a view has been resized in the designer
  • added the frame editor add-on