From 98d451cfb8eff4f3b32a90ecdb7717985aab3edd Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Mon, 12 Jul 2010 19:31:25 +0000 Subject: [PATCH] Bug 319627 [Accessibility] CDT documentation has accessibility issues --- .../getting_started/cdt_w_basic.htm | 10 +++++----- .../getting_started/cdt_w_build.htm | 2 +- .../getting_started/cdt_w_debug.htm | 4 ++-- .../reference/cdt_u_pref_build_error_parsers.htm | 9 +++++---- .../tasks/cdt_t_proj_error_parser.htm | 2 +- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm index a9d96fba0d4..b265baefe07 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm @@ -48,7 +48,7 @@ Now with CDT, you just select a project type, and that determines what build sys

The C++ Project wizard opens.

-


+

C++ project wizard

By default, the CDT filters the Toolchain and Project types that it displays in those lists based on the language support for the C++ Project wizard you selected for this tutorial.


@@ -77,12 +77,12 @@ Now with CDT, you just select a project type, and that determines what build sys
  1. Specify the Basic Properties for the new project, such as your author, copyright, and source information, then click Next.

    -
    + Basic properties of a project

  2. The Select Configurations page displays a list of configurations based on the project type and toolchain(s) selected earlier.

    -
    + Select configurations page

    OPTIONAL: If you want to change the default project settings, click Advanced Setting to open the Project Properties dialog for your new project allowing you change any of the project specific settings, such as includes paths, compiler options, and libraries.
    @@ -96,7 +96,7 @@ Now with CDT, you just select a project type, and that determines what build sys

    A project is created with the default settings and a full set of configurations based on the project type and toolchain you selected. You should now see the new project in Project Explorer view.

    -

    +

    New project displayed in the Project Explorer view



    @@ -107,7 +107,7 @@ Now with CDT, you just select a project type, and that determines what build sys

    This file opens in a default editor. It contains C++ template code for the Hello World example project you selected earlier. In addition, the Outline view has also been populated with objects created from your code.

    -
    + C Editor with Outline view

    NOTE: You can specify a different editor, and add or modify existing code templates in Window > Preferences.

    diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm index 4398ba5bf25..99d1314b5f7 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm @@ -31,7 +31,7 @@ Click on its tab to bring the view forward if it is not currently visible. If for some reason it's not present, you can open it by selecting Window > Show View > Console.

    -
    +Console view in C/C++ Perspective

Related concepts

The Debug Configurations dialog opens.

-
+ Debug Configurations dialog

  • Double-click C/C++ Application to create a new launch configuration.

    -
    + C/C++ Application debug configuration

    If a project is selected in the Project Explorer view the following data is automatically entered, take a moment to verify its accuracy or change as needed.

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm index 3c952d48ca1..d7c211eca06 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm @@ -74,13 +74,14 @@ Severity Defines severity of problem marker to be generated. The choice is one of following: -

    + + Pattern diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm index 12439d14de5..d5bbc3c3af7 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm @@ -37,7 +37,7 @@ to redefine that set on a per-project basis in project properties:
  • Click OK.
  • -

    Note that the order of error parsers is significant. Normally an error parser will consume +

    Note that the order of error parsers is significant. Normally an error parser will consume the line where it spotted an error/warning and the others down the line won't get a chance to parse it.