Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 164503 Details for
Bug 193911
[Help] "Open Resource" Dialog has no context help
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
193911_patch.txt (text/plain), 8.80 KB, created by
Markus Keller
on 2010-04-11 20:11:44 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2010-04-11 20:11:44 EDT
Size:
8.80 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.platform.doc.user >Index: contexts_Workbench.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.user/contexts_Workbench.xml,v >retrieving revision 1.97 >diff -u -r1.97 contexts_Workbench.xml >--- contexts_Workbench.xml 9 Mar 2010 07:15:48 -0000 1.97 >+++ contexts_Workbench.xml 12 Apr 2010 00:11:20 -0000 >@@ -514,6 +514,11 @@ > <description>Dialog to switch workspaces.</description> > <topic label="Switching Workspaces" href="reference/ref-workspaceswitch.htm" /> > </context> >+ <context id="open_resource_dialog"> >+ <description>Dialog to open files by name or path.</description> >+ <topic label="Open Resource dialog" href="reference/ref-dialog-open-resource.htm"/> >+ <topic label="Opening Resources" href="tasks/tasks-46.htm"/> >+ </context> > <!-- Editors --> > <context id="welcome_editor_context"> > <description>A quick, simple guide to introduce new users to some basic tasks.</description> >Index: reference/ref-58.htm >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.user/reference/ref-58.htm,v >retrieving revision 1.25 >diff -u -r1.25 ref-58.htm >--- reference/ref-58.htm 24 Mar 2009 14:35:42 -0000 1.25 >+++ reference/ref-58.htm 12 Apr 2010 00:11:20 -0000 >@@ -98,6 +98,10 @@ > <a href="../tasks/tasks-46ag.htm">Finding a resource quickly</a> > </p> > >+<p><img border="0" src="../images/ngrelr.png" alt="Related reference" ><br> >+<a href="ref-dialog-open-resource.htm">Open Resource dialog</a> >+</p> >+ > > > </BODY> >Index: reference/ref-dialog-open-resource.htm >=================================================================== >RCS file: reference/ref-dialog-open-resource.htm >diff -N reference/ref-dialog-open-resource.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ reference/ref-dialog-open-resource.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,159 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> >+<html lang="en"> >+ <head> >+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > >+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> >+ <meta http-equiv="Content-Style-Type" content="text/css"> >+ <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> >+ <title> >+ Open Resource >+ </title> >+ </head> >+ <body> >+ <h1> >+ Open Resource >+ </h1> >+ <p> >+ This dialog allows you to browse the workbench for a file to open in an editor >+ </p> >+ <ul> >+ <li> >+ <strong>Select an item to open</strong>: In this field, type the first few >+ characters of the name of the file you want to select. >+ <p>The following pattern kinds are supported:</p> >+ <br> >+ <strong>Wildcards</strong>:<br> >+ <ul> >+ <li> >+ "*" for any string and "?" for any character >+ </li> >+ <li> >+ terminating "<" or " " (space) >+ to prevent the automatic prefix matching, e.g. "M*file<" >+ to match <code>Makefile</code> and <code>MockFile</code> but not <code>MakeTheFiles</code> >+ </li> >+ </ul> >+ <strong>Camel case</strong>:<br> >+ <ul> >+ <li> >+ "CS" for file names containing "C" and "S" >+ as upper-case letters in camel-case notation, e.g. <code>CreateStuff.java</code> >+ </li> >+ <li> >+ "CreSNo" for file names containing "Cre", "S", >+ and "No" as parts in camel-case notation, e.g. >+ <code>CreateStuffNow.jsp</code> >+ </li> >+ <li> >+ terminating "<" or " " (space) to fix the number of camel-case parts, >+ e.g. "CreS<" >+ matches "CreateStuff.java", but not >+ "CreateStuffNow.jsp" nor "Createstuff.txt". >+ </li> >+ </ul> >+ <strong>Folder prefixes</strong>:<br> >+ <p> >+ Both pattern kinds also support <strong>folder prefixes</strong>, e.g. >+ "org.eclipse.ui/plugin.xml". >+ Or a bit more complex: "*/ui</pack*.html" matches e.g. files called "package.html" >+ in a folder named "ui" (but not in folders like "uitools" or "*/ui/internal"). >+ </p> >+ <br> >+ </li> >+ <li> >+ <strong>Matching items</strong>: This list displays matches for the pattern you type in the <strong>Select an item to open</strong> field. >+ Recently opened files show up in a history section at the top of the list. >+ </li> >+ </ul> >+ >+ <p> >+ The <b>Open</b> button opens the file with the default editor for the chosen file. >+ A different editor can be selected in the context menu on a file or in the drop-down button besides the <b>Open</b> button. >+ </p> >+ >+ <p> >+ The behavior of the <strong>Open Resource</strong> dialog can be further customized using the dialog menu: >+ </p> >+ <table border="1" cellspacing="0" cellpadding="5" summary="Open resource options"> >+ <caption> >+ Open Resource Options >+ </caption> >+ <thead> >+ <tr> >+ <th> >+ <p> >+ Option >+ </p> >+ </th> >+ <th> >+ <p> >+ Description >+ </p> >+ </th> >+ <th> >+ <p> >+ Default >+ </p> >+ </th> >+ </tr> >+ </thead> >+ <tbody> >+ >+ <tr> >+ <td valign="top"> >+ Show Status Line >+ </td> >+ <td valign="top"> >+ When selected, the <strong>Open Resource</strong> dialog shows an additional bar at the bottom of the dialog which displays the >+ full path of the selected file. >+ </td> >+ <td valign="top"> >+ Show status line >+ </td> >+ </tr> >+ >+ <tr> >+ <td valign="top"> >+ Show Derived Resources >+ </td> >+ <td valign="top"> >+ When selected, the <strong>Open Resource</strong> dialog also shows derived resources. >+ </td> >+ <td valign="top"> >+ Do not show derived resources >+ </td> >+ </tr> >+ >+ <tr> >+ <td valign="top"> >+ Working Set actions >+ </td> >+ <td valign="top"> >+ The search scope can be restricted by selecting one or more working sets >+ or the global Window Working Set. >+ </td> >+ <td valign="top"> >+ Show all files in the workspace. >+ </td> >+ </tr> >+ >+ </tbody> >+ </table> >+ >+ <p> >+ <img src="../images/ngrelt.png" alt="Related tasks" border="0" > >+ </p> >+ <p> >+ <a href="../tasks/tasks-46.htm">Opening Resources</a><br> >+ </p> >+ <p> >+ <img src="../images/ngrelr.png" alt="Related reference"> >+ </p> >+ <p> >+ <a href="../concepts/cworkset.htm">Working sets</a><br> >+ <a href="../reference/ref-menu-navigate.htm">Navigate actions</a> >+ </p> >+ >+ </body> >+</html> >+ >Index: tasks/tasks-46ag.htm >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.user/tasks/tasks-46ag.htm,v >retrieving revision 1.31 >diff -u -r1.31 tasks-46ag.htm >--- tasks/tasks-46ag.htm 24 Mar 2009 14:35:45 -0000 1.31 >+++ tasks/tasks-46ag.htm 12 Apr 2010 00:11:22 -0000 >@@ -50,6 +50,9 @@ > <a href="tasks-48b.htm">Showing or hiding files in the Project Explorer view</a> > </p> > >+<p><img border="0" src="../images/ngrelr.png" alt="Related reference" ><br> >+<a href="../reference/ref-dialog-open-resource.htm">Open Resource dialog</a> >+</p> > > > </BODY> >Index: topics_Reference.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.user/topics_Reference.xml,v >retrieving revision 1.98 >diff -u -r1.98 topics_Reference.xml >--- topics_Reference.xml 3 Jun 2009 14:04:24 -0000 1.98 >+++ topics_Reference.xml 12 Apr 2010 00:11:22 -0000 >@@ -287,6 +287,7 @@ > > <topic label="Search"> > <topic label="File search" href="reference/ref-45.htm"></topic> >+ <topic label="Open Resource dialog" href="reference/ref-dialog-open-resource.htm"/> > </topic> > > <topic label="Workbench menus">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193911
:
72135
| 164503