# HG changeset patch # User fturovic # Date 1279738258 18000 # Node ID 2a5c0df13bade4f5a48b840e0494462df4c6bb9e # Parent e17ab99b8f30318f1ecc7137469ef3b9ee907d89 renamed files for consistency in naming diff -r e17ab99b8f30 -r 2a5c0df13bad core/com.nokia.carbide.cpp.doc.user/html/concepts/CarbidePerspective.html --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/CarbidePerspective.html Wed Jul 21 11:32:00 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/CarbidePerspective.html Wed Jul 21 13:50:58 2010 -0500 @@ -9,14 +9,14 @@

The Carbide C/C++ perspective is a set of tools and layout of views provided for Symbian OS development. This perspective is designed to work with Symbian OS C++ projects. The commonly used views include:

Related References
diff -r e17ab99b8f30 -r 2a5c0df13bad core/com.nokia.carbide.cpp.doc.user/html/tasks/memory/memory_rendering_adding.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/memory/memory_rendering_adding.htm Wed Jul 21 11:32:00 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/memory/memory_rendering_adding.htm Wed Jul 21 13:50:58 2010 -0500 @@ -42,7 +42,7 @@
Related References
diff -r e17ab99b8f30 -r 2a5c0df13bad core/com.nokia.carbide.cpp.doc.user/html/tasks/memory/view_memory_show.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/memory/view_memory_show.htm Wed Jul 21 11:32:00 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/memory/view_memory_show.htm Wed Jul 21 13:50:58 2010 -0500 @@ -30,7 +30,7 @@
Related References
diff -r e17ab99b8f30 -r 2a5c0df13bad core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_clean.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_clean.htm Wed Jul 21 11:32:00 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_clean.htm Wed Jul 21 13:50:58 2010 -0500 @@ -9,11 +9,11 @@

Cleaning Projects

-

In the Project Explorer or Symbian Project Navigator views you can select a project, right-click and select Clean Project (CTRL+SHIFT+-) to remove the object and make files, and output files. The files that are removed by this command include all the intermediate files created during compilation and all the executables and import libraries created by the linker.

+

In the Project Explorer or Symbian Project Navigator views you can select a project, right-click and select Clean Project (CTRL+SHIFT+-) to remove the object and make files, and output files. The files that are removed by this command include all the intermediate files created during compilation and all the executables and import libraries created by the linker.

If you select a project and select the menu option Project > Clean... the Clean dialog appears (Figure 1). You can clean all projects or select individual projects to clean within the workspace. This method of cleaning projects performs the same operations as the Clean Project context menu option. If the Start a build immediately option is selected, then the selected project(s) are rebuilt after the clean operation.

Figure 1 - Clean project options

-

By default, performing a Clean Project complies with the global Clean level settings in the Build preference panel and inherited by the project on creation. You can also assign project specific clean settings in the Carbide Project Settings panel in the Properties for <project> dialog.

+

By default, performing a Clean Project complies with the global Clean level settings in the Build preference panel and inherited by the project on creation. You can also assign project specific clean settings in the Carbide Project Settings panel in the Properties for <project> dialog.

Table 1. Clean dialog — options
diff -r e17ab99b8f30 -r 2a5c0df13bad core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_dlls.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_dlls.htm Wed Jul 21 11:32:00 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_dlls.htm Wed Jul 21 13:50:58 2010 -0500 @@ -19,7 +19,7 @@ -

You can use the Modules view to determine if a particular DLL or binary is loaded and available for debugging.

+

You can use the Modules view to determine if a particular DLL or binary is loaded and available for debugging.

Other references
diff -r e17ab99b8f30 -r 2a5c0df13bad core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/sdk_view_properties.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/sdk_view_properties.htm Wed Jul 21 11:32:00 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/sdk_view_properties.htm Wed Jul 21 13:50:58 2010 -0500 @@ -9,14 +9,14 @@

SDK Properties

-

Use the SDK Properties window to examine the properties associated with the currently selected SDK in the SDK Preferences panel. You can also use this window to map an unrecognized SDK to a known build configuration to use CustKits with a project.

+

Use the SDK Properties window to examine the properties associated with the currently selected SDK in the SDK Preferences panel. You can also use this window to map an unrecognized SDK to a known build configuration to use CustKits with a project.

NOTE The SDK Properties dialog box serves as a devices.xml editor for the OEM or Professional Developer edition of Carbide.c++.

SDK Properties window

Figure 1. SDK properties window

Viewing and Modifying SDK Properties

    -
  1. Select an SDK in the Available Symbian OS SDKs list in the SDK Preferences panel
  2. +
  3. Select an SDK in the Available Symbian OS SDKs list in the SDK Preferences panel
  4. Click SDK Properties

    The SDK Properties window (Figure 1) appears. You can now review an SDKs properties and make modifications if your Carbide.c++ edition supports SDK modification.

    NOTE Changes are directly applied to the devices.xml file.

  5. @@ -29,7 +29,7 @@
  6. Working with SDKs
  7. Adding SDKs
  8. Searching SDKs
  9. -
  10. SDK Preferences Panel
  11. +
  12. SDK Preferences Panel
  13. diff -r e17ab99b8f30 -r 2a5c0df13bad core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_example.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_example.htm Wed Jul 21 11:32:00 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_example.htm Wed Jul 21 13:50:58 2010 -0500 @@ -17,7 +17,7 @@
  14. Using a debugger to interactively control the program in the emulator
  15. Follow the steps to successfully create the HelloCarbide program and debug it on the S60 Emulator.

    -

    NOTE There must be at least one recognized SDK installed before you can create a project. See the SDK Preferences panel to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have installed is not recognized, you may still be able to add it to the Discovered Symbian OS SDK list.

    +

    NOTE There must be at least one recognized SDK installed before you can create a project. See the SDK Preferences panel to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have installed is not recognized, you may still be able to add it to the Discovered Symbian OS SDK list.

    diff -r e17ab99b8f30 -r 2a5c0df13bad core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview_trk.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview_trk.htm Wed Jul 21 11:32:00 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview_trk.htm Wed Jul 21 13:50:58 2010 -0500 @@ -13,7 +13,7 @@

    This example shows how to create and build an application and debug it on a device using the Application TRK on-device debug agent. Click this link to the HelloCarbide cheatsheet that provides links to detailed steps. The majority of steps are identical to the ones used to create a program and debug in an emulator, with some minor variations.

    See the Run Mode Debug Example for a walkthrough of the following steps which include:

      -
    1. Verify that your SDK or customer kit is recognized in the SDK preferences panel.
    2. +
    3. Verify that your SDK or customer kit is recognized in the SDK preferences panel.
    4. Create a project by importing a Bld.inf
    5. Verify that all the symbolics for the binaries are visible in the Executables view
    6. Manage the project's PKG file, being sure to: