Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 216263
Collapse All | Expand All

(-)plugin.xml (+6 lines)
Lines 5762-5767 Link Here
5762
		        name="%HideSyntheticMembers.label"
5762
		        name="%HideSyntheticMembers.label"
5763
		        description="%HideSyntheticMembers.description"
5763
		        description="%HideSyntheticMembers.description"
5764
		        id="org.eclipse.jdt.java.ui.filters.HideSyntheticMembers"/>
5764
		        id="org.eclipse.jdt.java.ui.filters.HideSyntheticMembers"/>
5765
  		<commonFilter
5766
		        activeByDefault="true"
5767
		        class="org.eclipse.jdt.internal.ui.filters.OutputFolderFilter"
5768
		        name="%HideOutputFolder.label"
5769
		        description="%HideOutputFolder.description"
5770
		        id="org.eclipse.jdt.java.ui.filters.HideOutputFolder"/>
5765
   </extension>
5771
   </extension>
5766
   <extension
5772
   <extension
5767
       point="org.eclipse.ui.navigator.linkHelper">
5773
       point="org.eclipse.ui.navigator.linkHelper">
(-)plugin.properties (+3 lines)
Lines 563-568 Link Here
563
HideSyntheticMembers.label= Synthetic members
563
HideSyntheticMembers.label= Synthetic members
564
HideSyntheticMembers.description= Hides synthetic members. Synthetic members do not appear in the source code, but are internally created by the compiler.
564
HideSyntheticMembers.description= Hides synthetic members. Synthetic members do not appear in the source code, but are internally created by the compiler.
565
565
566
HideOutputFolder.label= Output folders
567
HideOutputFolder.description= Hides output folders of the Java projects. The output folder is where the compiled Java classes are. 
568
566
sourceHover= Source
569
sourceHover= Source
567
sourceHoverDescription= Shows the source of the selected element.
570
sourceHoverDescription= Shows the source of the selected element.
568
javadocHover= Javadoc
571
javadocHover= Javadoc

Return to bug 216263