• Login
Community
  • Login

Auto paste the selected text automatically into One File

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
17 Posts 7 Posters 3.0k Views
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.
  • K
    Kimberley Whytte
    last edited by Jul 23, 2023, 7:39 AM

    Auto paste the selected text automatically into One File

    Dear friends,

    I have requested a feature few years ago and lots of excuses given not to implemented whereas many other plugins are given go ahead to be created

    What I’d like to do is:
    -open new file:
    -keep it open
    -copy text from different sources including web pages
    -they go pasted automatically into one that specific file
    -not as each copied part entered as a separate file
    Example:
    https://www.notetab.com/
    -top menu
    -document
    -use as pasteboard ( ticked)

    Earlier reason not to implement it was Notepad++ is not a clipboard program

    by the same token, I can say Notepad++ is not a "such as such program to do so (backward & lazy excuse)

    please DO Stop providing excuses

    I’d like to see that function which will be a win-win situation for you as a developer and for us as a user with an important function

    I appreciate very much if you could implement it directly or ask plugin creators to start developing one to be included within the notepad++

    all the best

    A V L K 4 Replies Last reply Jul 23, 2023, 11:49 AM Reply Quote -3
    • A
      Alan Kilborn @Kimberley Whytte
      last edited by Jul 23, 2023, 11:49 AM

      @Kimberley-Whytte said in Auto paste the selected text automatically into One File:

      I have requested a feature few years ago

      WHERE is this request? Provide link.

      Earlier reason not to implement it was Notepad++ is not a clipboard program

      It’s not. Let Notepad++ stick to what it does well – text editing.
      I’d think that one of the clipboard manager programs could provide this “use as pasteboard” functionality.

      please DO Stop providing excuses

      Someone made excuses? Again, provide link to where.

      Have you ever heard the expression, “you can catch more flies with honey than you can with vinegar”? (or something like that)
      It means you should ask nicely for something and not be offensive and demanding.


      That being said, Notepad++ has a Clipboard History feature (found on the Edit menu) that lists each clip. It might not be a bad idea if it were possible to multi-select these clips and a command executed to insert the text of these clips into the active editor tab.

      A K 3 Replies Last reply Jul 23, 2023, 12:12 PM Reply Quote 2
      • A Alan Kilborn referenced this topic on Jul 23, 2023, 12:10 PM
      • A
        Alan Kilborn @Alan Kilborn
        last edited by Jul 23, 2023, 12:12 PM

        Similar request: https://community.notepad-plus-plus.org/topic/11965

        1 Reply Last reply Reply Quote 0
        • K
          Kimberley Whytte @Alan Kilborn
          last edited by Jul 23, 2023, 1:43 PM

          @Alan-Kilborn
          https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9398

          1 Reply Last reply Reply Quote 0
          • K
            Kimberley Whytte @Alan Kilborn
            last edited by Jul 23, 2023, 1:45 PM

            @Alan-Kilborn said in Auto paste the selected text automatically into One File:

            Clipboard History feature (found on the Edit menu)

            it is not the same as I try to explain
            I hope you see the difference

            A 1 Reply Last reply Jul 23, 2023, 2:37 PM Reply Quote 0
            • A
              Alan Kilborn @Kimberley Whytte
              last edited by Jul 23, 2023, 2:37 PM

              @Kimberley-Whytte said in Auto paste the selected text automatically into One File:

              it is not the same

              Where did I say it is the same as your want??

              1 Reply Last reply Reply Quote 1
              • V
                Vitalii Dovgan @Kimberley Whytte
                last edited by Jul 23, 2023, 8:19 PM

                According to the description, it looks like a real-time clipboard monitor that pastes (appends) every clipboard item into a given document.
                I believe this can be implemented by means of writing a corresponding Python program to be executed by the PythonScript plugin.
                In general, such Python program can be written by anyone who is familiar with Python. You don’t need Notepad++ developers who deals with C++ or C# for this.
                Probably the most complicated part of such Python program is to monitor the clipboard and extract items from it.
                Googling for “python monitor clipboard” gives this, for example:
                https://stackoverflow.com/questions/14685999/trigger-an-event-when-clipboard-content-changes

                V 1 Reply Last reply Jul 23, 2023, 8:25 PM Reply Quote 0
                • V
                  Vitalii Dovgan @Vitalii Dovgan
                  last edited by Jul 23, 2023, 8:25 PM

                  It might be even easier to use AutoHotKey for this task:
                  https://www.autohotkey.com/docs/v2/lib/OnClipboardChange.htm
                  And again, it’s rather a question to users familiar with AutoHotKey than to Notepad++ developers.

                  1 Reply Last reply Reply Quote 2
                  • L
                    Lycan Thrope @Kimberley Whytte
                    last edited by Jul 24, 2023, 4:15 AM

                    @Kimberley-Whytte ,

                    The big question is, when are you going to write your own?

                    No excuses now, like “I don’t know how to program” You’ve had years since you made the request to become a proficient and capable programmer, so don’t be lazy and do it yourself.

                    That fact that you did post it in github forum request and it wasn’t implemented, whatever the reason should tell you that no one but you sees a need for it, and in the tradition of open source, if someone isn’t interested in it, it won’t be written by them, so your only option to get that feature is to write it yourself.

                    So there’s your answer, as candidly as you have been in your statements here, I am happy to give you the answer you apparently need to hear because you haven’t yet grasped the answer that is just so clear to anyone else. Insults get you insults in return, so next time choose your words and battles better. :)

                    1 Reply Last reply Reply Quote -2
                    • V
                      Vitalii Dovgan
                      last edited by Jul 24, 2023, 9:22 PM

                      Hmm, well, I’ve found the idea of the Clipboard Monitor to be interesting enough to experiment with and to include it into NppExec Manual.
                      My English is not perfect as usual :)

                      https://htmlpreview.github.io/?https://github.com/d0vgan/nppexec/blob/develop/NppExec/doc/NppExec/NppExec_Manual/4.6.14.html

                      T M 2 Replies Last reply Jul 24, 2023, 9:28 PM Reply Quote 5
                      • T
                        Terry R @Vitalii Dovgan
                        last edited by Jul 24, 2023, 9:28 PM

                        @Vitalii-Dovgan said in Auto paste the selected text automatically into One File:

                        My English is not perfect as usual :)

                        I had a quick check and I think your English would put most English speaking people to shame.

                        I easily understood the process, there weren’t any spelling mistakes (that I saw) and it was easy enough to follow, if I should want this action.

                        Good on you
                        Terry

                        1 Reply Last reply Reply Quote 6
                        • K
                          Kimberley Whytte @Kimberley Whytte
                          last edited by Jul 25, 2023, 12:15 PM

                          same old backward & unappreciative people for my improvement suggestions
                          shame
                          time for me to leave and stick to other programs I reckon

                          A L 2 Replies Last reply Jul 25, 2023, 12:58 PM Reply Quote -5
                          • A
                            Alan Kilborn @Kimberley Whytte
                            last edited by Jul 25, 2023, 12:58 PM

                            @Kimberley-Whytte said in Auto paste the selected text automatically into One File:

                            stick to other programs I reckon

                            If you had a better option than the totality of function Notepad++ currently provides, you’d have done this already.

                            time for me to leave

                            This is probably for the best, as the rest of us will benefit by getting rid of the annoyance that is you.

                            1 Reply Last reply Reply Quote 2
                            • L
                              Lycan Thrope @Kimberley Whytte
                              last edited by Jul 26, 2023, 1:12 AM

                              @Kimberley-Whytte,

                              Same old rudeness and entitlement behavior one would expect of someone with a narcissistic personality disorder. Bye.

                              M 1 Reply Last reply Jul 26, 2023, 6:20 PM Reply Quote -3
                              • M
                                mkupper @Lycan Thrope
                                last edited by Jul 26, 2023, 6:20 PM

                                @Lycan-Thrope said in Auto paste the selected text automatically into One File:

                                @Kimberley-Whytte,

                                Same old rudeness and entitlement behavior one would expect of someone with a narcissistic personality disorder.

                                Notepad++ is used by people worldwide. This results in people from many cultures participating in the forums. Many of the participants don’t use English as their main language. People with varied technical or technology backgrounds, cultural backgrounds, and sometimes less than perfect use of English, post things on the forums that can seem odd.

                                Sometimes rocks or flower pedals are tossed into into the stream. People puzzle over the ripples and floating pedals, some for a moment, and others get stuck.

                                L 1 Reply Last reply Jul 27, 2023, 5:43 PM Reply Quote 3
                                • L
                                  Lycan Thrope @mkupper
                                  last edited by Jul 27, 2023, 5:43 PM

                                  @mkupper ,
                                  Perhaps, but that sounded like outright hostility, but…be that as it may, I will be back to lurking. Thanks.

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    Michael Vincent @Vitalii Dovgan
                                    last edited by Jul 27, 2023, 6:20 PM

                                    @Vitalii-Dovgan said in Auto paste the selected text automatically into One File:

                                    I’ve found the idea of the Clipboard Monitor to be interesting enough to experiment with and to include it into NppExec Manual.

                                    You are amazing! I simply could not use Notepad++ without NppExec.

                                    Cheers.

                                    1 Reply Last reply Reply Quote 1
                                    2 out of 17
                                    • First post
                                      2/17
                                      Last post
                                    The Community of users of the Notepad++ text editor.
                                    Powered by NodeBB | Contributors