mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20449 72102866-910b-0410-8b05-ffd578937521
36 lines
No EOL
1.2 KiB
Text
36 lines
No EOL
1.2 KiB
Text
TO DO:
|
|
|
|
This is a DO list based on feature requests that are being made by
|
|
users of Gorm. Currently a number of requests are on the
|
|
table which seem intersting:
|
|
|
|
* Look into automatic "localization" of .gorm files for applications.
|
|
|
|
* 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. (Working on this)
|
|
|
|
* Add a way for the user to edit the spacing used by the guidelines. Also
|
|
make it so that we can save the settings and retrieve them from
|
|
external files so that users can distribute thier own preferred
|
|
spacing for different frameworks.
|
|
|
|
* Add an autosave feature to Gorm which will save the document at
|
|
regular intervals.
|
|
|
|
* We should able to edit Window name directly
|
|
|
|
* 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 ...)
|
|
|
|
Features Scheduled for 1.0:
|
|
|
|
Usability features:
|
|
1) Add outlet/action editing feature to advance the cursor to the next
|
|
outlet/action automatically after the user finishes editing the current
|
|
one.
|
|
|
|
2) Make GormClassEditor return a dictionary instead of a proxy object as it's
|
|
selection. |