
2.2 Menu bar |
|
2.2.1 File Menu |
The menu bar contains items that perform operations on the current, new or unopened files.. Newstarts the New File/Project/Workspace/Server wizard. The wizard will take you through the steps required to create a new file/project/workspace/server. Open FileSelects a remote server or local machine then a browser dialog will popup , you can select one or more files to open. Close FileCloses current file Save FileSaves current file. Save asSaves current file to another position(you can save it to another server ). Save AllSaves changes to all modified files. If the current Workspace settings have been modified, the Workspace is saved as well . Magic C++ will prompt for the name of any untitled file name before saving. Open WorkspaceOpens a workspace and loads its settings,bookmarks,watch varibles and breakpoints. Close WorkspaceCloses the current workspace and saves the current workspace settings, bookmarks ,watch varibles and breakpoints. Save Workspacesaves moficiations to the current workspace Remote Server Managermanages remote servers in the menu option.you can add , modify and remove the servers here. Forced upload fileuploads current file from local machine to remote server without being prompted. Forced download filedownloads remote file to local machine without being prompted. Recent filesOpen recently opened files Recent workspaceOpen recently opened workspaces
|
2.2.2 Edit Menu |
The Edit menu contains items for general text editing, such as options for undos and redos as well as clipboard operations. Find in FilesFind in Files allows you to search a number of files for a specific text string. The location of the search may be a local directory on the PC or a remote server directory. You can cancel any find in progress by selecting Stop from the View menu.Find in Files supporting regular expression on both local machine and remote servers. Go ToThe Go To sub-menu provides options to move to a line in curent file. BookmarksThe Bookmarks menu provides options to add, remove and navigate between the bookmarks in the current file. BreakpointsThe Breakpoints Menu proveides you to add , modify and remove watch breakpoints or location breakpoints.
|
2.2.3 Project Menu |
The Project menu contains items which affect the contents, structure and properties of the current project. Set Active ProjectThis Option will Set the active project.the active project means the project you working on,as the target of compiler or debugger. Add File into ProjectThis option will add files into the current Active project. Note :the files be added must on the same server with active project. Project SetupThis option will display the project settings dialog for All projects in the workspace. You can modify project settings ,i.e. toggle offline or online ,output file ,work directory,environment varibles etc. Forced Upload Whole ProjectThis option Upload all files in the project from local machine to remote server. Forced Download Whole projectThis option Download all files in the project from remote server, files will be opened again if it has been opened before. Insert Project to WorkspaceThis option Insert a project to current workspace, you must select a project file name( *.prj) Generate MakefileThis option will generate and upload makefile for active project.
|
