comparison 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
comparison
equal deleted inserted replaced
41:c83c51423d03 42:787b5413b0ce
1 Rule for porting
2
3 package/module and modulename
4 class declarator extends/implements to : and comma list
5 ctors: Classnames to 'this'
6 Replace automatic
7 s/\<boolean\>/bool/g
8 s/==/is/g
9 s/!=/!is/g
10 s/\<equals\>/==\/*eq*\//g // the replacements need post edit
11 Replace with prompt
12 s/\<String\>/char[]/g // replace only types, not comments or parts for identifiers
13 s/is 0/is null/g // replace only that one, that are reference types
14
15
1 Next Steps: 16 Next Steps:
2 * accessibility package (independant) 17 * accessibility package (independant)
3 * Shell 18 * Shell
19
20 Button, EventTable, Menu, ScrollBar, Synchronizer, Tray
4 21
5 Questions: 22 Questions:
6 Whats needed at minimum to make a test with empty window? 23 Whats needed at minimum to make a test with empty window?
7 How about memory management? 24 How about memory management?
8 Check to remove "package", it non-virtual. 25 Check to remove "package", it non-virtual.