apps-gorm/TODO

40 lines
1.4 KiB
Text
Raw Normal View History

TO DO:
This is my personal TO DO list based on feature requests that I am
hearing from users of Gorm. Currently a number of requests are on the
table which seem intersting:
* Add support for Font Aliases so that fonts are not archived into the
.gorm file. This will allow the application to use the fonts as
defined by the user, not as archived in .gorm. (fabien)
* Set up defaults to allow Gorm to "preload" headers each time it starts
up. (cbv)
* Look into automatic "localization" of .gorm files for applications.
(martin)
* Create an xml output format for Gorm files so that they can be used
on both MOSX and on GNUstep. This will be done w/ an extension
library. (me)
* Use custom view as container. MOSX allows the user to create views
without windows so that the developer doesn't need to create a "dummy"
window to hold them. (fabien)
* Add Feature to automatically add actions to FirstResponder.
--
Gregory John Casamento
* Have a correct behavor (placement/enter==OK..) for setName: panel
* We should able to edit Window name directly
* better behavor when Pasting
* Add Feature to allow to create its own Palettes (Template)
* Add Feature for creating more inteligent [mh] file (for ex. delegate/dataSource method if needs ...)
* Move some code of *Editor* in Palettes
* Implement Grid ?
* Implement Make Column/row .... ?
--
Fabien VALLON