C++ Language

Submitted by: Submitted by

Views: 290

Words: 6567

Pages: 27

Category: Science and Technology

Date Submitted: 06/25/2012 04:22 PM

Report This Essay

-------------------------------------------------

C/C++ Menubar

This section describes the menubar options available from the C/C++ perspective.

-------------------------------------------------

File Menu actions

Name | Function | Keyboard Shortcut |

New | Create a new project, folder, or file. | Alt+Shift+N |

Open File... | Open existing file. |   |

Close | Close the current editor. If the editor contains unsaved data, a save request dialog is shown. | Ctrl+F4 |

Close All | Close all editors. If editors contains unsaved data, a save request dialog will be shown. | Ctrl+Shift+F4 |

Save | Save the content of the current editor. Disabled if the editor does not contain unsaved changes. | Ctrl+S |

Save As | Save the content of the current editor under a new name. |   |

Save All | Save the content of the current editor. Disabled if no editor contains unsaved changes. | Ctrl+Shift+S |

Revert | Revert the content of the current editor back to the content of the saved file. Disabled if the editor does not contain unsaved changes. |   |

Move | Move a resource. |   |

Rename | Renames a resource. | F2 |

Refresh | Refreshes the content of the selected element with the local file system. When launched from no specific selection, this command refreshes all projects. | F5 |

Convert Line Delimiters to (submenu) | Changes line delimiters either to Windows, or UNIX, or Mac OS9 format. |   |

Print | Prints the content of the current editor. Enabled when an editor has the focus. | Ctrl+P |

Switch workspace... | Relaunches Eclipse with a new workspace. |   |

Import | Opens the Import dialog and shows all import wizards. |   |

Export | Opens the Export dialog and shows all export wizards. |   |

Properties | Opens the property pages of the select elements. | Alt+Enter |

Exit | Exit Eclipse |   |

-------------------------------------------------

Edit Menu actions

Name | Function | Keyboard Shortcut |

Undo | Revert the last change in...