In the few days I have been using Qt Creator (on the Mac), I have found it to 
be friendlier than XCode, but with a few annoyances. My perception may be 
influenced by my long-time use of Visual Studio. Anyway, here are the things I 
have found. If you have any suggestions regarding them, I would be most 
grateful.

1. The selection list of member variables and methods above the editor window 
appears to be in the order that they are found in your code. It would be easier 
to find a method if the list were in alphabetical order.

2. The formatting of switch statements is impossible. The case lines are 
indented one tab stop from the left edge of the paper, rather than being even 
with the switch. This cannot be what was intended. Do I have a preference set 
wrong?

3.  I have chosen to save my filenames in mixed case. If I open a Foo.h, then 
open Foo.cpp, then while in Foo.cpp use "Switch between Method 
Declaration/Definition", I get another copy of Foo.h opened, but it is listed 
as foo.h (all lowercase) in the Open Documents window. If at this point I 
modify foo.h, I get a message that Foo.h was modified outside of Qt Creator.

Thank you for any suggestions regarding these items.
John
 
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to