- Right click behaviour in the help viewer is infuriating. Whenever you click on text it
  selects the word which prevents the back option from working.

- the creator docs don't seem to load correctly if builddir != sourcedir when you run creator.
  Note this refers to the dirs of the creator build, not the project being worked on.

- Output view seems to turn & into &amp; which led me to falsely thing there was a QUrl problem.

- Crash due to a failed assertion when saving a text file:
  ASSERT: "firstItem >= 0" in file text/qtextlayout.cpp, line 962

- Create a new class that is a subclass of QObject using the File > New... menu. The
  template used does not call the QObject() constructor and does not include the Q_OBJECT
  macro.

- Edit > Find/Replace > Replace All
  This option does nothing until you've done a find earlier, so why is it enabled?
  I was aiming to do a global replace in the current buffer and expected it to pop me up
  a dialog.

- make distclean leaves the debug, release and gdbmacro stuff lying around. It is also
  inaccessible through the build menu. Maybe there should be a dynamically created submenu
  that lists the various phony build targets?

