Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Documentation changes?


This has to go through the approval process. These are not "stop-ship" defects, but I am not sure that they are considered documentation.

Darin



Jared Burns <jared-eclipse@xxxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

03/21/2003 12:00 PM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ant-dev] Documentation changes?



Currently, our preference pages are setting their help context IDs in the
"wrong" place. We set the context ID in the createControl method, but we
should be doing it in createContents. Defining the ID on the wrong composite
has the side effect of requiring the user to select a widget in the
preference page before help can be summoned. If the ID is defined in the
correct place, help can be summoned more reliably.

Is it alright to make this change as part of the documentation effort or does
it have to go through the approval process?

Also, I've found that the AntEditorPreferencePage doesn't set the fonts on its
widgets as it should. Is it alright to add the setFont() calls or does this
have to go through the approval process?

Thanks,
- Jared
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top