• Login
Community
  • Login

How by double mouse left click select all symbols and signs between begin string, ", " or space and end string, ", " or "."? Hello.

Scheduled Pinned Locked Moved General Discussion
17 Posts 4 Posters 4.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.
  • Q
    qwe
    last edited by qwe Oct 26, 2022, 4:20 PM Oct 26, 2022, 1:21 PM

    Hello. How?

    A 1 Reply Last reply Oct 26, 2022, 1:26 PM Reply Quote 0
    • A
      Alan Kilborn @qwe
      last edited by Oct 26, 2022, 1:26 PM

      @qwe

      Put your “symbols and signs” list of characters here:

      08fa7446-abc2-402b-b62f-36fd6ca4edde-image.png

      If that’s not enough for you, suggest you put more effort into asking your question.

      Q 1 Reply Last reply Oct 26, 2022, 1:49 PM Reply Quote 0
      • Q
        qwe @Alan Kilborn
        last edited by qwe Oct 26, 2022, 2:13 PM Oct 26, 2022, 1:49 PM

        @Alan-Kilborn

        Thank. A how select double click all symbols, signs and between space and end string or “,” or “.”?

        P 2 Replies Last reply Oct 26, 2022, 1:52 PM Reply Quote 0
        • P
          PeterJones @qwe
          last edited by Oct 26, 2022, 1:52 PM

          @qwe ,

          What do you mean by “between space and end string”?

          Q 1 Reply Last reply Oct 26, 2022, 2:03 PM Reply Quote 0
          • Q
            qwe @PeterJones
            last edited by Oct 26, 2022, 2:03 PM

            @PeterJones , hi.

            Don’t unerstand that mean “end string” or end line?

            P 1 Reply Last reply Oct 26, 2022, 2:11 PM Reply Quote 0
            • P
              PeterJones @qwe
              last edited by PeterJones Oct 26, 2022, 2:14 PM Oct 26, 2022, 2:11 PM

              @qwe ,

              Don’t unerstand that mean “end string” or end line?

              That’s not universal.

              For example, if you were editing code for a programming language and the line

                 print("the quick brown fox\n");
              

              you might consider the fox\n to be the end of the string (that is, the " ends the string, so the characters before the quote are the end of the string), while doing a highlight or search-and-replace or what have you.

              Or others might consider their whole document one string, and mean “end of the file” when they say “end string”

              Or you might have meant the literal word end as a string (so asking “how do i select from a space to the literal string end” in order to find out how to select here to end in the line this line goes from here to the end, so do what I meant)

              Any of those are valid interpretations of the phrase you used.

              ----

              To answer what I believe is your question:

              To “select from here to the end of the line”, you cannot do it with a simple double-click action, sorry. However, going to Settings > Shortcut Mapper > Scintilla Commands, setting Filter: to SCI_LINEENDEXTEND, and then Modify the shortcut for SCI_LINEENDEXTEND to be a keystroke you can remember, and now you can just use that keystroke to select from the current caret position (where your vertical | typing cursor/caret is) to the end of the current line of text.

              Q 1 Reply Last reply Oct 26, 2022, 7:00 PM Reply Quote 0
              • P
                PeterJones @qwe
                last edited by Oct 26, 2022, 2:23 PM

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • Q
                  qwe
                  last edited by Oct 26, 2022, 4:56 PM

                  Please, reread topic it nai?update.

                  A P 2 Replies Last reply Oct 26, 2022, 5:09 PM Reply Quote 0
                  • A
                    Alan Kilborn @qwe
                    last edited by Oct 26, 2022, 5:09 PM

                    @qwe said in How by double mouse left click select all symbols and signs between begin string, ", " or space and end string, ", " or "."? Hello.:

                    Please, reread topic it nai?update

                    Please, put together a coherent posting.
                    Good posting receives good replies.

                    1 Reply Last reply Reply Quote 1
                    • P
                      PeterJones @qwe
                      last edited by PeterJones Oct 26, 2022, 6:28 PM Oct 26, 2022, 5:16 PM

                      @qwe

                      You cannot do it with a double mouse left click. So the answer to “how” is “you cannot”. There is no better answer.

                      To be kind to you, I tried to supply a workaround for one of the cases you indicated (place your cursor after the space, use the new shortcut to select to end of line). But you seem to not like that when you asked me to re-read the topic (and trust me, I’ve read every word you wrote many times; I answered to the best of my understanding).
                      Since you decided to not provide more details as to why that wasn’t sufficient, I will not be able to help you with this any more.

                      Maybe if you’re able to explain things in a different way, or maybe after some time for others to come and read this discussion, someone else will be able to understand what you want and give you more workarounds.

                      But I cannot emphasize enough that, for your question as phrased in the title, “how by double mouse left click select…”, the answer is “you cannot by a double mouse left click.”

                      1 Reply Last reply Reply Quote 1
                      • Q
                        qwe
                        last edited by Oct 26, 2022, 6:37 PM

                        Even with additional these clicks key “control”?

                        P 1 Reply Last reply Oct 26, 2022, 7:00 PM Reply Quote 0
                        • P
                          PeterJones @qwe
                          last edited by Oct 26, 2022, 7:00 PM

                          @qwe said in How by double mouse left click select all symbols and signs between begin string, ", " or space and end string, ", " or "."? Hello.:

                          Even with additional these clicks key “control”?

                          Notepad++ has not implemented such a feature, or such customizability. Notepad++, without plugins, does not give the ability to customize the low-level behavior like double-click.

                          If you had the skills, it might be possible for you to implement a plugin that gave you that feature, or for you to use an existing plugin’s scripting capability to implement such a feature. But such tasks are not for the faint of heart and can be quite complicated. If you go down that route: good luck (but I won’t be able to help you).

                          To sum up: Notepad++ does not have this feature. If you have programming skills, you might be able to figure out how to do it in a plugin you write or a script you write for an existing plugin.

                          1 Reply Last reply Reply Quote 1
                          • Q
                            qwe @PeterJones
                            last edited by Oct 26, 2022, 7:00 PM

                            @PeterJones said in How by ctrl + double mouse left click select all symbols and signs between begin string, ", " or space and end string, ", " or "."? Hello.:

                            and now you can just use that keystroke to select from the current caret position (where your vertical | typing cursor/caret is) to the end of the current line of text.

                            But this can make by keys shift+end.

                            P 1 Reply Last reply Oct 26, 2022, 7:00 PM Reply Quote 0
                            • P
                              PeterJones @qwe
                              last edited by PeterJones Oct 26, 2022, 7:01 PM Oct 26, 2022, 7:00 PM

                              @qwe said in How by double mouse left click select all symbols and signs between begin string, ", " or space and end string, ", " or "."? Hello.:

                              But this can make by keys shift+end.

                              So then just use that. Or if it doesn’t meet your needs, then don’t use it. It’s up to you.

                              I have done all I can to help you, and wish you the best of luck in your future Notepad++ use.

                              1 Reply Last reply Reply Quote 2
                              • Q
                                qwe
                                last edited by Oct 26, 2022, 8:12 PM

                                Then, if without plugin not exit can do transfer this topic in section “plugin development”, adding in title “ctrl +” (how by ctrl + double mouse…)?

                                Neil SchipperN 1 Reply Last reply Oct 27, 2022, 3:47 AM Reply Quote 0
                                • Neil SchipperN
                                  Neil Schipper @qwe
                                  last edited by Oct 27, 2022, 3:47 AM

                                  @qwe Here are two ways that will help you get high quality advice from people here.

                                  1. Write your problem description in your language, and use a translator, and post the translation. Use short complete sentences. Use common words.

                                  2. Include beautiful examples, something like:

                                  I want to be able to Ctl + double click at point 1 and have all text between point 1 and point 2 selected.

                                   sodfi ] ++ " sduin sdyj  ksd  " sdui   djjdff ` %%
                                            1                   2
                                  

                                  (My example is nonsense. Just pay attention to the presentation.)

                                  1 Reply Last reply Reply Quote 1
                                  • Q
                                    qwe
                                    last edited by qwe Oct 27, 2022, 11:19 AM Oct 27, 2022, 10:42 AM

                                    Limit exhausted, why section “delimiter” not naming limiters?
                                    And not easier was would done it limiters how regulars expressions?
                                    And, perhaps, overssuum up, -, :).

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