comparison codeDoc/ideas.txt @ 43:1530d9c04d4d

Column/row resizing implemented for GridLayoutWidget (finally)! Also new exitImmediately option and a few debug scope(failure) log messages. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 15 May 2008 10:39:57 +0100
parents
children 56c0ddd90193
comparison
equal deleted inserted replaced
42:8bf53e711cc7 43:1530d9c04d4d
1 Miscelaneous ideas for mde.
2
3 Make a special "trace" logger which keeps the last 20, say, trace messages and only output them when asked to do so, which might happen when an exception is caught. It might output them via the normal mechanisms, but only when asked (and not all messages may be in the correct order: trace messages might be logged later than they were added to the list).
4
5 Use debug scope(failure) to output log messages in many places.