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 206804
Collapse All | Expand All

(-)plugin.properties (+1 lines)
Lines 197-202 Link Here
197
PreferenceKeywords.Restore = restore
197
PreferenceKeywords.Restore = restore
198
PreferenceKeywords.State = state
198
PreferenceKeywords.State = state
199
PreferenceKeywords.Encoding = encoding
199
PreferenceKeywords.Encoding = encoding
200
PreferenceKeywords.RecentlyOpened = recent open
200
201
201
# TODO This stuff is just to help me work on the parsing of the menus extension
202
# TODO This stuff is just to help me work on the parsing of the menus extension
202
# point.  It is likely not in its final form yet.
203
# point.  It is likely not in its final form yet.
(-)plugin.xml (+4 lines)
Lines 411-416 Link Here
411
    <keyword
411
    <keyword
412
            label="%PreferenceKeywords.Encoding"
412
            label="%PreferenceKeywords.Encoding"
413
            id="org.eclipse.ui.ide.encoding"/>
413
            id="org.eclipse.ui.ide.encoding"/>
414
      <keyword
415
            id="org.eclipse.ui.ide.recentlyOpened"
416
            label="%PreferenceKeywords.RecentlyOpened"/>
414
   </extension>      
417
   </extension>      
415
   <extension
418
   <extension
416
         point="org.eclipse.ui.preferencePages">
419
         point="org.eclipse.ui.preferencePages">
Lines 431-436 Link Here
431
         <keywordReference id="org.eclipse.ui.ide.pin"/>
434
         <keywordReference id="org.eclipse.ui.ide.pin"/>
432
         <keywordReference id="org.eclipse.ui.ide.dirty"/>
435
         <keywordReference id="org.eclipse.ui.ide.dirty"/>
433
         <keywordReference id="org.eclipse.ui.ide.close"/>
436
         <keywordReference id="org.eclipse.ui.ide.close"/>
437
         <keywordReference id="org.eclipse.ui.ide.recentlyOpened"/>
434
         <keywordReference
438
         <keywordReference
435
               id="org.eclipse.ui.ide.restore">
439
               id="org.eclipse.ui.ide.restore">
436
         </keywordReference>
440
         </keywordReference>

Return to bug 206804