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

Difference between revisions of "Orion/Documentation/User Guide/Reference/Navigator page"

(Exporting folders and files)
Line 44: Line 44:
 
* [[Orion/Documentation/User_Guide/Tasks/Importing|Importing]]
 
* [[Orion/Documentation/User_Guide/Tasks/Importing|Importing]]
 
* [[Orion/Documentation/User_Guide/Tasks/Exporting|Exporting]]
 
* [[Orion/Documentation/User_Guide/Tasks/Exporting|Exporting]]
 +
* [[Orion/Documentation/User_Guide/Tasks/Comparing|Comparing]]

Revision as of 16:38, 2 October 2012

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 below the word Navigator in the title area, with a breadcrumb showing the complete path to the folder. 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. You can navigate upwards by clicking a path in the breadcrumb, or by clicking Go Up (Alt+Up on the keyboard). Clicking a file will open a page for that file. For source code files (JavaScript, HTML, CSS), clicking on a file will open 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 root folder of Navigator are displayed 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.

Navigator overview

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

Keyboard help popup

Selecting folders and files

Select a file or folder by clicking or touching anywhere in that column, outside of the file name itself. Multi-selection depends on what form of input you are using:

  • When using a mouse, use Ctrl+Click to add an item to the selection, or Shift+Click to select a range of files.
  • On a tablet or touch display, touch a column once to select, and again to unselect. Touching another column will add that column to the selection.
  • With a keyboard, use Up/Down arrows to move between columns, and Spacebar to select the current column. To add an item to the selection, hold down Ctrl while you navigate to the item, and press Spacebar to add it to the selection. using Shift+Up or Shift+Down to select a range of items.


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.

Navigator favorites

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 clicking on the Date column of any row.
  • To expand or 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 Enter key.
  • To open a file or go to a folder in a new tab, use Ctrl+Enter key.

Related Tasks

Back to the top