[Qt-creator] Qt Creator comments

Coda Highland coda at bobandgeorge.com
Tue Jul 14 17:39:49 CEST 2009


> - Like many other people, I'd like a simple Find & Replace with
> scoping (selected text, file patterns, whole project).
Creator's search-and-replace function operates in the selected text if
you have a selection. As far as I can tell there's no way to search
the whole file without deselecting first. It also has a "find in
files" option that seems to work.

> - If you forget to close a running application, or it crashes, and then
> you tweak your code and run again, Build Issues gives this rather
> obscure :) message: "collect2: ld returned 1 exit status". Is there some
> way to issue a confirmation to quit the running application if it's been
> left running or crashed?

Sounds like a Windows-specific error; I imagine the linker is failing
because the .exe file is locked. On UNIX (Linux/Mac/BSD) crash
detection hasn't failed for me yet.

/s/ Adam



More information about the Qt-creator-old mailing list