Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] [PATCH] Build properties UI alignment issue

Hi Vladimir,

Could you create a bugzilla entry for this and attach both the patch and
the screen-shots to it.

We are getting close to the 3.1 release now and only critical bugs get
fixed for the 3.1, but I can review and apply your patch after the 3.1
is released.
It would be good if you could test your functionality and make the patch
against the current HEAD brunch rather than against the 3.0.2

Thanks,
Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Vladimir Prus
Sent: Friday, June 02, 2006 1:33 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] [PATCH] Build properties UI alignment issue


Hi,
with CDT 3.0.2, when I go to project properties, and then select "C/C++ 
Build", and then select "Tool settings" tab, I notice that the list view
with 
toolnames, and the pane with editable properties are not aligned.

Please see http://zigzag.cs.msu.su/~ghost/cs/alignment/before.png
There, the entry field "Command: g++" is positioned higher than the list
view.

The attached patch fixes this problem, and results in 
http://zigzag.cs.msu.su/~ghost/cs/alignment/after.png

Note that the "Command" entry field, the "All options" text edit, and
"Command 
line pattern" entry field are still not aligned on the right edge, but
that's 
for later.

Thanks,
Volodya




Back to the top