From 236b449e5dc48ce492aef208c87112fcbaf72639 Mon Sep 17 00:00:00 2001 From: David Daoust Date: Mon, 12 Apr 2004 14:48:21 +0000 Subject: [PATCH] From Dave Williams: Updated Customizing the C++ Editor to include new screen captures. --- .../tasks/cdt_t_cust_cpp_editor.htm | 40 +++++++++---------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm index 6408634516b..96a5c96ea9c 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm @@ -2,12 +2,10 @@ - - - - -Customizing the C/C++ editor - + + + Customizing the C/C++ editor +

Customizing the C/C++ editor

-

You can customize the appearance of the C++ editor by specifying how -information is displayed.

+

You can change many of the C/C++ editor preferences.

To customize the C/C++ editor preferences:

    -
  1. Click Window > Preferences.
  2. -
  3. Expand C/C++, click C/C++ Editor.
  4. -
  5. Click - the General tab.
  6. -
  7. Set your preferences and click Apply.
  8. -
  9. To control the information that is displayed in the margins of the C/C++ - editor, click the Annotations tab.
  10. -
  11. To customize the color of the text on the editable area of the C/C++ - editor, click the Colors tab.
  12. -
  13. Set your preferences and click Apply.
  14. -
  15. To customize how Code Assist works, click the Code Assist tab. For - more information, see -

    Using Content Assist

  16. -
  17. Click OK.
  18. +
  19. Click Window > Preferences.

  20. +
  21. Expand C/C++, and click C/C++ Editor.

  22. +
  23. To set general preferences for the editor click the General tab.
    +

    Editor General Preferences Dialog Box



    +
  24. On the General Page set your preferences and click Apply. For a description of the General preferences click here.

  25. +
  26. To control the information that is displayed in the margins of the C/C++ editor, click the Annotations tab.
    +

    Editor Annotations Preferences Dialog Box



    +
  27. On the Annotations page set your preferences and click Apply. For a description of the Annotation preferences click here.

  28. +
  29. To customize the color of the text in the editable area of the C/C++ editor, click the Colors tab.
    +

    Editor Color Preferences Dialog Box



    +
  30. On the Colors page set your preferences and click Apply. For a description of the Color preferences click here.

  31. +
  32. To customize Content Assist preferences, click the Content Assist tab. For more information, see Using Content Assist

  33. +
  34. Click OK.

Related concepts