Re: [Qt-creator] Some annoyances

2009-12-18 Thread Danny Price
Yes I raised it. The trolls didn't believe me either until I posted a
screenshot and someone else mentioned the tabs vs spaces setting.

On Fri, Dec 18, 2009 at 3:40 PM, John Vilburn wrote:

>
> On Dec 18, 2009, at 5:29 AM, Danny Price wrote:
>
> Bug tracker - http://bugreports.qt.nokia.com/browse/QTCREATORBUG-292
>
>
> Thank you, Danny. That bug report is exactly what I am experiencing.
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread John Vilburn

On Dec 18, 2009, at 5:29 AM, Danny Price wrote:

> Bug tracker - http://bugreports.qt.nokia.com/browse/QTCREATORBUG-292
> 

Thank you, Danny. That bug report is exactly what I am experiencing.

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Danny Price
Are you using spaces or tabs?

On Fri, Dec 18, 2009 at 3:20 PM, Eike Ziller  wrote:

>
> On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:
>
> > 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.
>
> Which version of Qt Creator do you use? I can't reproduce 2. and 3. with
> 1.3.0.
>
> For me writing a switch statement results in
>
>
>
>
>
>
> >
> > Thank you for any suggestions regarding these items.
> > John
> >
> > ___
> > Qt-creator mailing list
> > Qt-creator@trolltech.com
> > http://lists.trolltech.com/mailman/listinfo/qt-creator
>
> --
> Eike Ziller
> Software Engineer
> Nokia, Qt Development Frameworks
>
> Nokia gate5 GmbH
> Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
> Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
> Umsatzsteueridentifikationsnummer: DE 812 845 193
> Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori
>
>
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Danny Price
Bug tracker - http://bugreports.qt.nokia.com/browse/QTCREATORBUG-292

On Fri, Dec 18, 2009 at 3:20 PM, Eike Ziller  wrote:

>
> On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:
>
> > 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.
>
> Which version of Qt Creator do you use? I can't reproduce 2. and 3. with
> 1.3.0.
>
> For me writing a switch statement results in
>
>
>
>
>
>
> >
> > Thank you for any suggestions regarding these items.
> > John
> >
> > ___
> > Qt-creator mailing list
> > Qt-creator@trolltech.com
> > http://lists.trolltech.com/mailman/listinfo/qt-creator
>
> --
> Eike Ziller
> Software Engineer
> Nokia, Qt Development Frameworks
>
> Nokia gate5 GmbH
> Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
> Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
> Umsatzsteueridentifikationsnummer: DE 812 845 193
> Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori
>
>
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread John Vilburn

On Dec 18, 2009, at 5:20 AM, Eike Ziller wrote:

> 
> On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:
> 
>> 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.
> 
> Which version of Qt Creator do you use? I can't reproduce 2. and 3. with 
> 1.3.0.
> 
I am using the binary from the Qt 4.6.0 Mac SDK download.

Here is what the About dialog shows:

Qt Creator 1.3.0

Based on Qt 4.6.0 (32 bit)

Built on Nov 27 2009 at 14:42:20

From revision c0e849ecc3


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Eike Ziller

On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:

> 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.

Which version of Qt Creator do you use? I can't reproduce 2. and 3. with 1.3.0.

For me writing a switch statement results in

<>



> 
> Thank you for any suggestions regarding these items.
> John
> 
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator

-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori



___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread John Vilburn

On Dec 18, 2009, at 4:47 AM, Eike Ziller wrote:

> 
> On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:
> 
>> 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.
> 
> Right-click, "Sort alphabetically".
> 

Thank you, Elke
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Eike Ziller

On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:

> 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.

Right-click, "Sort alphabetically".

> 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
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator

-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori




___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Some annoyances

2009-12-18 Thread John Vilburn
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
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator