Community
    • Login

    Can plugins modify built in FindReplaceDlg ?

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    3 Posts 2 Posters 2.4k 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.
    • Indigo GullI Offline
      Indigo Gull
      last edited by

      Hi everyone.

      Thanks to Don & all contributers - I’ve really taken a liking to npp - Nice and quick editor and the 7.4.2 version resolved my one major niggle by allowing the Find dialog to resize horizontally :)

      I am also impressed with the clean design & implementation… I’ve not touched C++ since the 80s, but in a few hours managed to hack a custom Find in File dialog that lets me quickly search different folders:
      Imgur

      Of course now I will need to re-build each time I want to upgrade to the latest npp version… so I was wondering if a plugin could modify/override/inherit the built in FindReplaceDlg as shown above?

      The requirement is to avoid having to open the Directory Combobox dropdown whilst maintaining separate histories for my current 3-4 projects.

      Cheers.

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

        @Indigo-Gull

        in theory yes, a plugin can modify the dialog once get the window handle using
        native win32 api calls.

        About inheritance, from what I understand you cannot inherit/override the find/replace class
        but I’m not really a c++ developer so it might be that there is a way to do it.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Indigo GullI Offline
          Indigo Gull
          last edited by

          Thanks Claudia - will investigate further.

          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