Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Orion/Documentation/User Guide/Reference/Navigator page

< Orion‎ | Documentation‎ | User Guide
Revision as of 12:39, 27 February 2012 by John arthorne.ca.ibm.com (Talk | contribs) (Importing folders and files)

Navigator page

The Navigator page is your primary location for browsing and manipulating files in Orion. The page can be focused on any folder, including the root folder associated with each Orion user. The current folder being displayed is shown in the bread crumb below the word Navigator in the title area. You can browse through a directory hierarchy either by clicking on a folder to open a Navigator page on that folder, or by expanding the tree to show children in the same page. Navigate to parent folders by clicking a parent in the bread crumb at the top of the page, or by clicking Go Up (Alt+Up on the keyboard). Clicking a file will open that file in the Coding page.

Commands for operating on files in the Navigator appear in several places, depending on what files and folders they are operating upon. Commands that operate directly on the folder being displayed appear in the tool bar. Commands that operate on individual files and folders in the list appear in the drop-down menu next to that file or folder. Commands that operate on the files selected in the table are shown in the More menu in the tool bar.

Orion-navigator-overview.png

Some commands are also accessible using the keyboard. Type '?' to display a list of available commands:

Orion-navigator-key-assist.png

Basic file manipulation

To create new files and folders in the current folder, click Create File or Create Folder in the tool bar. To create files within another folder use the drop-down menu next to that folder in the list.

Delete files by selecting Delete from the menu next to a file or folder. To delete several files at once, select them using the check boxes and click Delete in the More menu in the toolbar:

Orion-navigator-delete.png

To rename a file, select Rename in the resource drop-down menu. If you change your mind you can hit the Esc key to cancel the rename.

Copying and moving folders and files

There are two methods available for copying files in Orion. The first method uses the clipboard:

  1. Select the files and folders to copy using the check box column
  2. Hit Ctrl+C to copy the list of files
  3. Browse to the folder you want to copy into. Hit Ctrl+V to paste the files into this folder

You can also copy and move files using menu commands.

  1. Select the files and folders to copy or move using the check box column
  2. Select Copy to or Move to from the More menu in the tool bar
  3. Select a destination from the sub-menu, or click Choose folder to pick a different destination.

Hint: Create a Favorite for any folder you frequently copy or move files into. Favorites are always displayed as destinations in the Copy to and Move to menus, so this saves you some extra navigation to select your destination folder.

Importing folders and files

To import files from your local computer, do the following:

  1. Package the files to be imported into a zip file.
  2. Create and navigate to a folder in Orion that you want to import into
  3. Click Import from zip... in the folder's drop-down menu
  4. Browse to the local zip file to be imported,

You can also import files from another networked computer using the SSH File Transfer Protocol (SFTP):

  1. Create and navigate to a folder in Orion that you want to import into
  2. Click SFTP from... in the folder's drop-down menu
  3. Fill in or select the host and path to import files from.
  4. Click Start Transfer to begin importing. Progress will be shown in the title area until the import completes.

Orion-navigator-sftp-import.png

Exporting folders and files

To export files to your local computer, simply click Export as zip in the Actions column next to any folder. The contents of that folder will be exported to your local computer as a zip file.

You can also export files to another networked computer using the SSH File Transfer Protocol (SFTP):

  1. Navigate to a folder in Orion that you want to export
  2. Click SFTP to... in the Actions column.
  3. Fill in or select the host and path to export files to
  4. Click Start Transfer to begin exporting. Progress will be shown in the title area until the import completes.

Searching from the Navigator

There are a couple of different ways to search using the Navigator page:

  • Type 't' to search for a file with a given name. Clicking a match will open the Coding page on that file. If there is only a single match, simply press 'Enter' to open that file.
  • Typing search terms in the search box in the upper right corner of the title area will search for the terms across all files, and display matches in the Search Results page.

Working with Favorites

The left hand side of the Navigator page shows a panel listing bookmarked links, referred to as Favorites in Orion. Click Make Favorite in the Actions column to add any file or folder as a favorite. You can also save any web site address as a favorite by clicking the Add Favorite icon within the Favorites panel. Search results can also be marked as favorites from the Search Results page. Current favorites can be renamed and deleted by clicking the command icons that appear when hovering over any favorite in your list.

Orion-navigator-favorites.png

Keyboard navigation

You can navigate through the listed files in the Navigator using your keyboard:

  • To move the current row, use up and down arrow keys. You can also change the current row by mouse: just click on the Date column of any row.
  • To expand/collapse the current row, use right and left arrow keys.
  • To toggle the check box of the current row, use the space key.
  • To select multiple rows, use shift+up/down keys.
  • To open a file or go to a folder in the same page, use Enterkey.
  • To open a file or go to a folder in a new tab, use Ctrl+Enter key.

Back to the top