Added TODO

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Urbanek 2003-05-11 07:22:59 +00:00
parent 0513f5393c
commit 4382f14ae4
2 changed files with 15 additions and 0 deletions

View file

@ -1,6 +1,7 @@
2003 May 11 Stefan Urbanek <urbanek@host.sk>
* Added -Wno-import
* Added TODO
2003 May 4 Stefan Urbanek <urbanek@host.sk>

View file

@ -0,0 +1,14 @@
1 Add 'New in environment...' which will open "New panel" where user will
be able to select scripting environment.
2 Add environment browser (named objects, loaded frameworks and bundles)
2.1 Implement 'Load bundle'
2.2 Implement 'Load framework'
2.3 Implement deletion of objects
3 Add menu item 'Script->Inspect selection' and add object inspector,
like the one in Smalltalk
3.1 Object inspector (use class description)
3.2 Array inspector (delete functions for mutable arrays)
3.3 Dictionary inspector
3.4 Ability to save objects (use NSArchiver)
4 Implement document saving (warn the user, that all created objects will
be lost)