Bug 194970 - Support Run/Debug on Mozilla context menu on IFolder and IProject
Summary: Support Run/Debug on Mozilla context menu on IFolder and IProject
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ATF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 285595 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-29 16:27 EDT by Gino Bustelo CLA
Modified: 2020-05-07 10:51 EDT (History)
1 user (show)

See Also:


Attachments
proposed patch (8.79 KB, patch)
2009-03-20 07:41 EDT, Joseph Fifield CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gino Bustelo CLA 2007-06-29 16:27:37 EDT
Run/Debug on Mozilla currently supports only IFile that has the html/htm extension.

Adding support to IFolder and IProject should construct an url up to the specified IResource.

For example:

IProject  --> http://host/<project context root>/
IFolder   --> http://host/<project context root>/<path to folder>
Comment 1 Joseph Fifield CLA 2009-03-20 07:41:58 EDT
Created attachment 129445 [details]
proposed patch

This patch adds basic support for launching from an IProject or IFolder selection.

It would be nice to further limit when the launch shortcut appears to only valid selections (web projects), similar to how the "Run on Server" option works. I'm not quite sure how to do that yet.

The launch shortcut already validates the selection to prevent an invalid selection from running.
Comment 2 Jacek Pospychala CLA 2009-08-11 06:37:11 EDT
*** Bug 285595 has been marked as a duplicate of this bug. ***