Community
    • Login

    Recent Files History

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    3 Posts 2 Posters 17.5k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 131771 Offline
      13177
      last edited by

      The setting ‘Don’t check at launch time’ gets resets to default (checked).

      Steps to reproduce bug:

      1. Go to settings >> preferences >> Recent Files History
      2. Uncheck ‘Don’t check at launch time’
      3. Close preferences dialog
      4. Close Notepad++
      5. Open Notepad++ and the setting is back to default (checked).
      Claudia FrankC 2 Replies Last reply Reply Quote 0
      • Claudia FrankC Offline
        Claudia Frank @13177
        last edited by

        @13177

        yes, seems to be a bug.
        From my limited c++ knowledge it looks like
        code validates against False only

        Parameters.cpp lines 4108-4120
        
        	else if (!lstrcmp(nm, TEXT("CheckHistoryFiles")))
        	{
        		TiXmlNode *n = childNode->FirstChild();
        		if (n)
        		{
        			const TCHAR* val = n->Value();
        			if (val)
        			{
        				if (!lstrcmp(val, TEXT("no")))
        					_nppGUI._checkHistoryFiles = false;
        			}
        		}
        	}
        

        but this is also the default value.

        Parameters.h line 737
        bool _checkHistoryFiles = false;
        

        Maybe someone with deeper c/c++ knowledge can confirm or correct me.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Claudia FrankC Offline
          Claudia Frank @13177
          last edited by

          @13177

          has been already addressed and fixed for next release.

          Cheers
          Claudia

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors