Quote Originally Posted by Usability View Post
I gave a program containing this editor to a college for comments, and got this feedback.
Neat!

  1. I'm not sure I understand this... Could you provide me with a screencast or a precise key sequence leading to this bug
  2. It is supposed to "refresh" the search context (see the QDocumentSearch class) but I guess I could remove it and use a couple signals/slots to make sure it (the search context remains up to date)
  3. There should be a tooltip on *all* buttons since the last commit
  4. I'm aware of that and I'll work on a proper fix ASAP
  5. This is a case where the "green button" should prove useful (but a proper signal/slot connection would probably be better... )
  6. About the wrong replacement behavior it will be pretty easy to fix (qdocumentsearch.cpp there is only one call to QMessageBox)
  7. I'll try to reproduce this (and fix it hopefully) ASAP