TODO list: always incomplete :-)
--------------------------------

AFTER:

- Find why QT lib does not use the current language.

- Make Process creatable.

- SUPER.xxx

- Some math functions: ang(?), mag, ...

- Array[x] when x < 0 should return Array[Array.Count - x]

- Conv$() with one parameter.

- Clean on save is buggy.

- Copy form should copy referenced pictures.

- Adds automatically the extension to the file in the save file dialog.

- Changeable client Charset in database driver.

- Refine the contents of *.component files.

- Project files that are automatically generated.

- Format currency

- Make special colors in the IDE (parent color, selected color, ...)

- Make embedded selection dialogs.

- Returns the number of records affected by a query.

- A flag to print the last query.

- A version number in components (gb.db.2)

- EXEC ... TO aString

- Add global parameters for each component.

- Make a List class

- Sorting in columnview

- Sorting objects

- Compilation error must indicate the column, not only the line.

- Use kdefx library for the Image class.

- Make objects printable, with a "_print" hidden method or something else.

- Preprocessor (#IF, #ELSE, #ENDIF, #DEFINE).

- Enumerations must manage object destructions.

- Make objects writable and readable to streams.

- Perl regexp with the MATCH operator.

- Use pselect() to wait for a process

- Variable number of arguments

- Use transformation matrix in the Draw class

