diff todo.txt @ 42:787b5413b0ce

accessibility package
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Jan 2008 05:07:22 +0100
parents c86fc3d50cfa
children ecf39b275c8d
line wrap: on
line diff
--- a/todo.txt	Thu Jan 10 08:21:49 2008 +0100
+++ b/todo.txt	Fri Jan 11 05:07:22 2008 +0100
@@ -1,7 +1,24 @@
+Rule for porting
+
+    package/module and modulename
+    class declarator extends/implements to : and comma list
+    ctors: Classnames to 'this'
+    Replace automatic
+        s/\<boolean\>/bool/g
+        s/==/is/g
+        s/!=/!is/g
+        s/\<equals\>/==\/*eq*\//g   // the replacements need post edit
+    Replace with prompt
+        s/\<String\>/char[]/g       // replace only types, not comments or parts for identifiers
+        s/is 0/is null/g            // replace only that one, that are reference types
+
+
 Next Steps:
     * accessibility package (independant)
     * Shell
 
+Button, EventTable, Menu, ScrollBar, Synchronizer, Tray
+
 Questions:
     Whats needed at minimum to make a test with empty window?
     How about memory management?