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 87632 Details for
Bug 216263
[filters] Java Output Folder filter in the Project Explorer
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
outputfilter_patch.txt (text/plain), 1.75 KB, created by
Kaloyan Raev
on 2008-01-23 07:11:54 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kaloyan Raev
Created:
2008-01-23 07:11:54 EST
Size:
1.75 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/plugin.xml,v >retrieving revision 1.785 >diff -u -r1.785 plugin.xml >--- plugin.xml 22 Jan 2008 09:13:04 -0000 1.785 >+++ plugin.xml 23 Jan 2008 12:02:42 -0000 >@@ -5762,6 +5762,12 @@ > name="%HideSyntheticMembers.label" > description="%HideSyntheticMembers.description" > id="org.eclipse.jdt.java.ui.filters.HideSyntheticMembers"/> >+ <commonFilter >+ activeByDefault="true" >+ class="org.eclipse.jdt.internal.ui.filters.OutputFolderFilter" >+ name="%HideOutputFolder.label" >+ description="%HideOutputFolder.description" >+ id="org.eclipse.jdt.java.ui.filters.HideOutputFolder"/> > </extension> > <extension > point="org.eclipse.ui.navigator.linkHelper"> >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/plugin.properties,v >retrieving revision 1.495 >diff -u -r1.495 plugin.properties >--- plugin.properties 22 Jan 2008 09:44:00 -0000 1.495 >+++ plugin.properties 23 Jan 2008 12:02:09 -0000 >@@ -563,6 +563,9 @@ > HideSyntheticMembers.label= Synthetic members > HideSyntheticMembers.description= Hides synthetic members. Synthetic members do not appear in the source code, but are internally created by the compiler. > >+HideOutputFolder.label= Output folders >+HideOutputFolder.description= Hides output folders of the Java projects. The output folder is where the compiled Java classes are. >+ > sourceHover= Source > sourceHoverDescription= Shows the source of the selected element. > javadocHover= Javadoc
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 216263
: 87632