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 165896 Details for
Bug 293671
F1 help for Resource Filters dialogs
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]
Patch
patch293671 .txt (text/plain), 7.20 KB, created by
Serge Beauchamp
on 2010-04-23 08:03:54 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Serge Beauchamp
Created:
2010-04-23 08:03:54 EDT
Size:
7.20 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.platform.doc.user >Index: concepts/resourcefilters.htm >=================================================================== >RCS file: concepts/resourcefilters.htm >diff -N concepts/resourcefilters.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ concepts/resourcefilters.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,77 @@ >+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> >+<html lang="en"> >+<HEAD> >+ >+<meta name="copyright" content="Copyright (c) Freescale Semiconductor 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>Resource Filters</title> >+<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script> >+</HEAD> >+ >+<BODY BGCOLOR="#ffffff"> >+<H1 CLASS="Head">Resource Filters</H1> >+<p> >+Resource filters allow the user to configure which files are folders are included automatically >+in a project resource hierarchy when a refresh is performed. >+</p> >+<p> >+By adding resource filters to a project or folder, the user can systematically prevent some file >+system entries to be displayed in the resource tree. >+</p> >+<p> >+A resource filter is either of <b>Include Only</b> or <b>Exclude All</b> type, and can apply to either files, >+folders, or both. >+</p> >+<p> >+Resource filters only apply to files and/or folders that are implicitly included in the workspace >+by the refresh operation. Link files and folders are not affected by resource filters, since they >+need to be created explicitly by the user. >+</p> >+<p> >+An "Include" resource filter allows only files and/or folders that match the filter condition >+to be included in the workspace during the refresh operation. If multiple "Include" filters exist, >+the elements included will be those who match any of the existing "Include" filters. >+</p> >+<p> >+An "Exclude" resource filter prevent all files and/or folders that match the filter condition >+to be included in the workspace during the refresh operation. If multiple "Exclude" filters exist, >+the elements excluded will be those who match any of the existing "Exclude" filters. >+</p> >+<p> >+If both "Exclude" and "Include" resource filters exist in a given folder or project, only files >+and/or folders that match any of the "Include" filters <b>and </b> do not match any of the "Exclude" >+filters will be included in the workspace. >+</p> >+<p> >+A resource filter can apply recursively to all children of the project or folder it is created on. In >+such case, the resource filter will apply to a sub-folder as if they were created in that sub-folder >+itself, following the rules mentioned above. >+</p> >+<p> >+Resource filters can be created, edited and removed in >+the <b>File > Properties > Resource > Resources Filters</b> property page for a project or >+folder resource >+</p> >+<p> >+Resource filters can also be created on a folder before that folder is created in the workspace by >+selecting the "Resource Filters..." button in the "Advanced" section of the <b>New Folder wizard</b>. >+</p> >+<p><img border="0" src="../images/ngrelc.png" alt="Related concepts" ><br> >+<a href="concepts-13.htm">Linked resources</a><br> >+</p> >+ >+<p><img border="0" src="../images/ngrelt.png" alt="Related tasks" ><br> >+<a href="../tasks/tasks-97.htm">Creating resource filters</a><br> >+<a href="../tasks/tasks-49.htm">Viewing resource properties</a><br> >+</p> >+ >+<p><img border="0" src="../images/ngrelr.png" alt="Related references" > >+<br> >+ <a href="../reference/ref-14b.htm">Linked resources</a> </p> >+ >+</BODY> >+</HTML> >Index: contexts_Workbench.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.user/contexts_Workbench.xml,v >retrieving revision 1.98 >diff -u -r1.98 contexts_Workbench.xml >--- contexts_Workbench.xml 12 Apr 2010 00:12:41 -0000 1.98 >+++ contexts_Workbench.xml 23 Apr 2010 12:03:39 -0000 >@@ -608,6 +608,15 @@ > <topic label="Virtual Folders" href="concepts/virtualfolders.htm"/> > <topic label="Linked Resources" href="concepts/concepts-13.htm"/> > </context> >+ <context id="resource_filter_property_page_context"> >+ <description>Allows you to view and configure resources filters on a project or folder</description> >+ <topic label="Resource Filters" href="concepts/resourcefilters.htm"/> >+ </context> >+ <context id="edit_resource_filter_property_page_context"> >+ <description>Allows you to create and edit resources filters</description> >+ <topic label="Create Resource Filters" href="tasks/tasks-97.htm"/> >+ <topic label="Resource Filters" href="concepts/resourcefilters.htm"/> >+ </context> > <!-- Views --> > <context id="bookmark_view_context"> > <description>View to show all bookmarks.</description> >Index: tasks/tasks-97.htm >=================================================================== >RCS file: tasks/tasks-97.htm >diff -N tasks/tasks-97.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ tasks/tasks-97.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,47 @@ >+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> >+<html lang="en"> >+<HEAD> >+ >+<meta name="copyright" content="Copyright (c) Freescale Semiconductor 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>Creating resource filters</title> >+<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script> >+</HEAD> >+ >+<BODY BGCOLOR="#ffffff"> >+<H1>Creating resource filters</H1> >+<p> >+<a href="../concepts/resourcefilters.htm">Resource filters</a> allow the user to configure >+systematically which file system files and folders are included in the workspace during the >+refresh operation. >+</p> >+ >+<P>To create a resource filter: >+</P> >+ >+<ol> >+ <li>In one of the navigation views, right-click the project or folder >+ where you want to create the resource filter.</li> >+ <li>From the pop-up menu, select >+ <b>Properties</b></a>. The properties dialog will open</li> >+ <li>Expand the <b>Resource</b> section.</li> >+ <li>Click the <b>Resource Filters</b> section.</li> >+ <li>Click <b>Add...</b>.</li> >+ <li>Specify the filter type, to what entries it applies to, and enter the condition.</li> >+ <li>Click <b>OK</b>.</li> >+ <li>Click <b>OK</b>.</li> >+</ol> >+ >+<P> >+</P> >+<P><img border="0" src="../images/ngrelc.png" alt="Related concepts" ><br> >+<a href="../concepts/resourcefilters.htm">Resources Filters</a><br> >+<a href="../concepts/concepts-12.htm">Resources</a><br> >+<a href="../concepts/concepts-17.htm">Resource hierarchies</a><br> >+</P> >+ >+</BODY> >+</HTML> >\ No newline at end of file
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 293671
: 165896 |
165897