diff --git a/Applications/ScriptPapers/ChangeLog b/Applications/ScriptPapers/ChangeLog index dc71a45..6cd8c47 100644 --- a/Applications/ScriptPapers/ChangeLog +++ b/Applications/ScriptPapers/ChangeLog @@ -1,6 +1,7 @@ 2003 May 11 Stefan Urbanek * Added -Wno-import + * Added TODO 2003 May 4 Stefan Urbanek diff --git a/Applications/ScriptPapers/TODO b/Applications/ScriptPapers/TODO new file mode 100644 index 0000000..8c18ea0 --- /dev/null +++ b/Applications/ScriptPapers/TODO @@ -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)