diff -r 884c5d8b1600 -r 4c2933c6ac77 carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/env_setup.htm --- a/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/env_setup.htm Tue Sep 29 15:29:47 2009 -0500 +++ b/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/env_setup.htm Mon Oct 05 15:41:25 2009 -0500 @@ -25,14 +25,26 @@
  1. Switch to the Plug-in Development perspective.
  2. Select the Plug-ins view.
  3. -
  4. Select the binary plug-in you want view the source of. Don't select the *source feature.
  5. -
  6. Right-click on the plug-in you want to import and select Import As > Binary Project with Linked Content. For example, the com.nokia.carbide.cpp.leavescan plug-in as shown below. This enables you to view the sources for the plug-in but not modify them.
    +
  7. Right-click on the plug-in you want to import and select Import As > Binary Project with Linked Content. For example, the com.nokia.carbide.cpp.leavescan plug-in as shown below.

    -
  8. + +
  9. Now you can return to the Package Explorer and locate the .source reference in the project. In this example that would be the com.nokia.carbide.cpp.leavescan.source file.
  10. +
  11. Right-click the .source file (com.nokia.carbide.cpp.leavescan.source) and select Import.
    +
    +
    +
  12. +
  13. In the Select page, select General > Archive File, then click Next.
    +
    +
    +
  14. +
  15. Navigate to the com.nokia.carbide.cpp.leavescan.source plug-in file, then click Open. Note that the source plug-ins are located in the same directory where you imported the Carbide Development Kit. By default, this is the /plugins directory of the Carbide installation.
  16. +
  17. In the Archive file page, select click Finish.
    +
    +
  18. Now you can return to the Package Explorer view and navigate the source files for the imported plug-in. It should look like a normal plug-in project:

    -
    -
    +
    +
    You can now create a launch configuration and debug Carbide.