# HG changeset patch # User fturovic # Date 1264435763 21600 # Node ID 125f1619c573e98bf47150b6d417b33b5bb8e083 # Parent 1d1eed7bbbd5886d5f4cba18e4fd4a04ba79aced fixed broken links diff -r 1d1eed7bbbd5 -r 125f1619c573 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm Mon Jan 25 10:05:30 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm Mon Jan 25 10:09:23 2010 -0600 @@ -19,7 +19,7 @@

The Symbian OS Emulation launch configuration uses the Main page to define the process to be launched by the emulator.

The behavior that occurs when launching a debug session varies based upon the SDK. Normally, starting a debug session launches the emulator (epoc.exe) and you must then navigate to your application and open it. However, starting a debug session for an .exe file will, in most cases, launch the .exe directly. This starts the emulator and then opens your application automatically. Note that some SDKs do not support this behavior. In those cases you must still open your application in the emulator manually.

-

Figure 1. Main page (Emulation shown)

+

Figure 1. Main page (Emulation shown)

Table 1. Emulator Main page —items
@@ -53,7 +53,7 @@

Run-mode Main page

The Symbian OS Application TRK launch configuration uses the Main page to defines the project and the process to launch on the target device.

-

Figure 2 - Main page (Application TRK shown)

+

Figure 2 - Main page (Application TRK shown)

Table 2. Run-mode Main page —items
@@ -90,7 +90,7 @@

Stop-mode Main page

The Symbian OS System TRK, Sophia, and Trace32 launch configurations uses the Main page to defines the project and the executable to launch on the target device.

-

Figure 3. Main page (TRACE32 shown)

+

Figure 3. Main page (TRACE32 shown)

Table 3. Stop-mode Main page — items
diff -r 1d1eed7bbbd5 -r 125f1619c573 core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_pref_code_style.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_pref_code_style.htm Mon Jan 25 10:05:30 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_pref_code_style.htm Mon Jan 25 10:09:23 2010 -0600 @@ -9,7 +9,7 @@

Carbide supports the use of code styles in projects via the C/C++ Code Style preference panel. Use a code style profile to set specific smart typing features, like indentation, tabs or spaces, and many more options. There are several preset code styles like GNU, while Carbide supplies these profiles:

Setting a code style sets it for the entire workspace. When a new file is created the currently selected code style rules are applied as you edit the file. You can apply a set of rules to a previously created source file by opening it in an editor view, then right-clicking and choosing Source > Format (CTRL+SHIFT+F).