IDE Hints & Tips
WICED Smart Quick Start Guide
Broadcom
®
WICED Smart Development System
September 24, 2014 • MMPWICED-Smart-QSG203-R
Page 25
A p p e n d i x B : I D E H i n ts & Ti ps
Hints
1.
The
Help
tab (and any other tab) may be click-dragged to any window pane to customize the IDE layout.
2.
To revert to the C/C++ perspective (rather than the Debug perspective for example), click the C/C++ icon in
the top-right corner of the window.
Shortcuts
A useful cheat-sheet outlining shortcuts for the WICED Smart IDE (Eclipse) is included in the <WICED-Smart-
IDE>/Readme directory or online here:
http://www.cheat-sheets.org/saved-copy/eclipseCDT8.0-cheatsheet.pdf
Particularly useful keystrokes are listed below:
• General search: to search the WICED-Smart-SDK tree for a variable:
a.
Click
the root WICED-Smart-SDK folder in the Project Explorer pane.
b. Press
CTRL-H
(on Windows).
c. In the File Search tab, enter the variable name (regular expressions work too).
d. Click
Search.
• Search for a
C
source element (variable, function, enum, etc.).
a. Open a
C
source file, for example:
<WICED-Smart-SDK/Apps/hello_sensor/hello_sensor.c
.
b. Press
CTRL-SHIFT-T
c. Start typing an element, for example,
bleprofile_Generate.
d. Suggestions appear in the popup window.
• Press
ALT-Left
(arrow) and
ALT-Right
(arrow) to navigate between open files.
Broadcom
Confidential