diff -r 828d80176ecb -r b37517268da7 core/com.nokia.carbide.cpp.doc.user/html/hints_tips.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/hints_tips.htm Mon Nov 16 13:42:31 2009 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/hints_tips.htm Mon Nov 16 13:43:16 2009 -0600 @@ -26,23 +26,19 @@

Use the System Search feature in Carbide. Click Search > System..., enter the search data, press Search.

-
How can I quickly open a .h file associated from the source file I am currently editing ?
+
How can I quickly open a .h file associated from the source file I am currently editing?

The CDT editor supports quick opening of associated .h files. To view the .h file, select the name of the .h file in the source you are currently editing and press F3 (Open Declaration). A new editor view will appear and display the .h file.

I can't locate the eclipse.ini file to modify the behavior of Carbide.c++, where can I find it?
-

The eclipse.ini file was renamed the carbide.c++.1.x.ini file to keep the .exe and .ini files in sync.

+

The eclipse.ini file was renamed the carbide.c++.2.x.ini file to keep the .exe and .ini files in sync.

I can't launch Carbide.c++ due to "Error occurred in initialization of VM, could not reserve enough space for object heap?

By default, the heap space set aside for Carbide is 1024MB. You can see this setting in the carbide.c++.1.x.ini file as the line "-Xmx1024m". Some system may have limited VM space available so we suggest you try lowering the default amount to "-Xmx512m" and relaunching Carbide.

-
I want to use CDT for other C/C++ development in Carbide.c++
-
-

Carbide.c++ hides some CDT UI elements using capabilities. We do this to avoid confusion as there are several things labeled C/C++ that don't really apply to Symbian development. To show these items, you need to add the Eclipse SDK to your Carbide.c++ installation (download link: www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2.1-200609210945/eclipse-SDK-3.2.1-win32.zip), and then enable it from the preferences (Window > Preferences > General > Capabilities > Nokia Debug).

-
-
When I press F1 in a dialog, the help pane isn't very helpful?
+
When I press F1 in a dialog, the help pane isn't very helpful?

If the Help pane does not display information specific to the page content, it may be because the page in the dialog doesn't have focus. This often occurs in a wizard page when nothing has been selected on the page. The help system has not been told which help content to display in the About section of the help pane.

NOTE The Dynamic help section usually displays the proper helpful links, just not as specific as the About section should display.

@@ -89,12 +85,12 @@
New debug launch configuration fields not filled in correctly upon creation
-

See "Debug icon not visible on executable in C/C++ Projects view" to correct this issue. Once completed, try to create a debug launch configuration again. Click the New button in the Configuration window to create a new configuration with the correct project information.

+

See "Debug icon not visible on executable in Project Explorer view" to correct this issue. Once completed, try to create a debug launch configuration again. Click the New button in the Configuration window to create a new configuration with the correct project information.

-
Debug icon not visible on executable in C/C++ Projects view
-
-

This is commonly caused when the binary parser is not set correctly in the project. To correct, open the project properties window (right-click project name in C/C++ Projects view and select Properties), expand the C/C++ Build section and click the Binary Parser tab in the C/C++ Build page. Now look for the PE Windows Parser option. If it's not checkmarked, checkmark it and click Apply. If it is already set then uncheck it and click Apply, then reapply a checkmark and click Apply. The debug icon should now appear.

-
+
Debug icon not visible on executable in Project Explorer view
+
+

This is commonly caused when the binary parser is not set correctly in the project. To correct, open the project properties window (right-click project name in Project Explorer view and select Properties), expand the C/C++ Build section and click the Binary Parser tab in the C/C++ Build page. Now look for the PE Windows Parser option. If it's not checkmarked, checkmark it and click Apply. If it is already set then uncheck it and click Apply, then reapply a checkmark and click Apply. The debug icon should now appear.

+

Connectivity

Unable to connect to device using Bluetooth and debug it using TRK