Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 417614

Summary: New File command is missing when a folder is selected at workspace root [m2 nav]
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 4.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-09-19 12:42:43 EDT
1. Go to the editor page. (If you are drilled into a folder for some reason, use "Go Up" until you're at the top.)
2. In the left-hand navigator, you will see the top-level folders in your workspace.
3. Select a folder by clicking its row, then click the [+] menu.

Expected the New File command to appear in the menu, but it's missing.

FWIW, the command does appear once you've drilled into a folder. The problem only occurs at the top level of the workspace.
Comment 1 Mark Macdonald CLA 2013-09-19 17:21:53 EDT
I preserved the hyperlinks on the folders. Just added some additional magic when you click a folder link, that expands the folder.

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=6c48993

Let's see what kind of strange edge cases *this* causes.
Comment 2 Mark Macdonald CLA 2013-09-19 17:22:28 EDT
Wrong bug -- reopening. Ignore Comment 1.
Comment 3 Mark Macdonald CLA 2013-09-19 17:47:15 EDT
Seemed like a simple fix.
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=5151c5a

Perhaps too simple.....