更换语言:
Contact Us
Home  › CooCox CoBuilder › Views

User Interface  > Views

Views Navigation

 

Component View

This view displays all the components of the current project selection. If you click a component in this view:

  • The Help view will display the properties of the clicked component, such as the component source files, source files documents, dependent components, usage and comments.
  • The Code Snippet View will display all code snippets of the component.
  • The Project View will highlight the component source files.

 

Project View

This view displays all files of the file system under your project directory, including C source files (*.c, *.h), assembly source files (*.s), project configuration files (build.xml), linker script files (*.ld), library files (*.a), etc. In this view you could do the following operations:

  • Open files in the editor view
  • Open project configuration interface
  • Close the current project
  • Create new projects, files, or folders
  • Manage existing files (copy, paste, delete, move or rename)

 

 

Repository View

This view consists of Manufacturer page, Chip page and Component page. In this view, you can view chip components and manage your local or network components. When you check a component, the component and other components depended by the checked component will be automatically checked, and the source files will be automatically added to the project. This view can be opened by menu command View->Repository. In this view you could do the following operations:

  • View component information.
  • Add components to the current project.
  • Uncheck components.
  • View/Manage local components.
  • Search components.
  • Manage your components.
  • Release components.

 

Help View

This view displays all information about the selected component, including:
 
  • Overview: The component Description.
  • Usage: Component usage (can be edited).
  • Source files: Source files of the component.
  • Source files documents: Generated by Cobuilder (If the code comment style consistent with DOXYGEN specification, can generate detailed documentation).
  • Dependency: Other components depended by the component.
  • Comment: View or add comments.

 

 

Code Snippet View

In the Components View, click the component to open this view, this view will display all code snippet of the clicked component. In this view you can do the following:

  • Click view to view code snippet and the comments.
  • Click add to insert the code snippet into the main.c.
  • Upload a code snippet.
  • Manage your own code snippets.
  • Add comments.

 

Other Eclipse Views

The following views are commonly used in the CoBuilder perspective:
  • Project Explorer: Shows all of the file system's files under your project directory.
  • Editor: The C/C++ editor view provides specialized features for editing C/C++ related files.
  • Outline: Displays the structure of the file currently open in an editor.
  • Properties: Shows the attributes of the item currently selected in a view or an editor.
  • Search: Shows the results of searches for files or text.
  • Console: Displays your program's output, as well as the output from your build tools.

More about Eclipse Views, please refer to Eclipse documentation.

© 2010 CooCox - Terms of Use         Business Model         Market             About us