On Wednesday 13 June 2001 03:31, John Levon wrote:
> Edwin said you had settled on :
>
> FormXXX
> FormXXXDialog <- machine generated
> FormXXXDialogImpl
>
> I would really prefer :
>
> FormXXX
> XXXDialog <- machine generated
> XXXDialogImpl
>
> because it will be significantly easier to type for
> things like TabCreate etc.
>
> what do the qt2er's think ?

While I have no strong preferences here, I don't really like the suggestion 
because the way it currently is allows you to easily see files that belong 
together in a ls listing (or a cvs update listing!).

>
> I would like the .ui files to go in a separate dir as well if possible
> (even the generated files if possible, so there's a clear distinction
> between what needs editing via designer, and what needs vimming :)

Again, this makes it more difficult to see files together that belong 
together in a ls output. I agree that it is not easy to see what is generated 
and what is not, but you'll see at the latest when you open the file in vim, 
the uic-generated files have a big headers that warns you not to edit the 
file.

>
> Also, a contentious point, but is it possible that we use :
>
>       if (condition) {
>
> rather than
>
>       if ( condition ) {
>
> consistently across the handwritten Qt2 files ? currently it's not even
> consistent in some source files, and I personally would really prefer to
> go the way of most lyx source.

Having spaces around the condition makes grepping a lot easier IMHO.

Kalle

-- 
Matthias Kalle Dalheimer
President & CEO/VD
Klarälvdalens Datakonsult AB
Fax +46-563-540028
Email [EMAIL PROTECTED]

Reply via email to