Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6008785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:52:26+00:00 2026-05-23T01:52:26+00:00

I found a bunch of people asking this (remove or disable the recent-items submenu)

  • 0

I found a bunch of people asking this (remove or disable the recent-items submenu) and no answers.

After a bit of investigation … the problem is that Apple has secretly hard-coded that particular menu to always appear – even if you delete it, NSWindowController will silently re-create it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:52:27+00:00Added an answer on May 23, 2026 at 1:52 am

    EDIT: some idiot felt like rewording my answer. Don’t. Or I’ll delete it. As per the reviewer who rejected the edit originally: “This edit is too minor; suggested edits should be substantive improvements addressing multiple issues in the post.” So: don’t.


    Apple has an official workaround (where they grudgingly accept their mistake in hardcoding the menu):

    http://developer.apple.com/library/mac/#qa/qa2001/qa1289.html

    Seems to work OK, once you setup an IBOutlet:

    @property( nonatomic, retain) IBOutlet NSMenu* fileMenu;
    

    …and make sure you have your AppDelegate class represented inside MainWindow.xib (e.g. using a blue-cube Object, and set the class to whatever class your AppDelegate is) … so you can connect the File Menu itself inside the NIB direct to your app-delegate.

    EDIT: actually, modification – Apple’s source doesn’t compile correctly with Xcode4, generating a compiler warning. You want this instead:

    NSInteger openDocumentMenuItemIndex = [self.fileMenu indexOfItemWithTarget:nil andAction:@selector(openDocument:)];
    
    if (openDocumentMenuItemIndex>=0 &&
        [[self.fileMenu itemAtIndex:openDocumentMenuItemIndex+1] hasSubmenu])
    {
        // APPLE'S COMMENT: We'll presume it's the Open Recent menu item, because this is
        // APPLE'S COMMENT: the heuristic that NSDocumentController uses to add it to the
        // APPLE'S COMMENT: File menu
        [self.fileMenu removeItemAtIndex:openDocumentMenuItemIndex+1];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Anyone know what this error means? after googling I found a bunch of sites
I know this question has been around, but I found answers a bit foggy,
Using objgraph , I found a bunch of objects like this: Will Python's garbage
Found this: Sub SurroundWithAppendTag() DTE.ActiveDocument.Selection.Text = .Append( + DTE.ActiveDocument.Selection.Text + ) End Sub But
found this regex: insert every 10 characters: $text = preg_replace(|(.{10})|u, \${1}. , $text); can
Found this rather strange bug in IE8; element.style.top is limited to 1342177 pixels. Even
Found this is some example CSS I was reading and I'm having a hard
Found this question that explained a way to communicate between layers. However there is
I've got a site that I just published and have just found a bunch
I have information about a bunch of different items. Each item has its own

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.