Notepad++ highlight occurrences of selected textMultiline select in Notepad++How to highlight repeated...

Can you identify this lizard-like creature I observed in the UK?

How were servants to the Kaiser of Imperial Germany treated and where may I find more information on them

Did I make a mistake by ccing email to boss to others?

What the heck is gets(stdin) on site coderbyte?

Should I assume I have passed probation?

Review your own paper in Mathematics

How many people need to be born every 8 years to sustain population?

Is there a distance limit for minecart tracks?

How to I force windows to use a specific version of SQLCMD?

Language involving irrational number is not a CFL

Why is participating in the European Parliamentary elections used as a threat?

Personal or impersonal in a technical resume

Has the laser at Magurele, Romania reached a tenth of the Sun's power?

Giving feedback to someone without sounding prejudiced

SOQL query causes internal Salesforce error

What is the smallest number n> 5 so that 5 ^ n ends with "3125"?

El Dorado Word Puzzle II: Videogame Edition

Determining multivariate least squares with constraint

How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?

Proving an identity involving cross products and coplanar vectors

How to make money from a browser who sees 5 seconds into the future of any web page?

Does Doodling or Improvising on the Piano Have Any Benefits?

Deciphering cause of death?

Do you waste sorcery points if you try to apply metamagic to a spell from a scroll but fail to cast it?



Notepad++ highlight occurrences of selected text


Multiline select in Notepad++How to highlight repeated occurrences of selection text in Notepad++?Permanently highlight all occurrences of text in Notepad++?notepad ++ highlight matching divNotepad++ highlight transparencyNotepad++ For Normal Text and Syntax Highlight?Force Notepad++ To Uppercase Non-Selected TextNotepad++ highlight text between keywordsNotepad++ : How to stop double click highlighting from grabbing single quotes?How to change the highlight in Notepad ++ for variables in double quotes?













1















I know that I can double click a word and Notepad++ will highlight all instances of that word within the document. My question is not about this.



Does anyone know of a plug-in or setting which will allow me to select as many characters as I please and highlight all occurrences of those characters?



Given the following text file:



$hey_you = 'hey you';
$hey_me = 'hey me';
$hey_we = 'hey we';


With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted.





Also, if the scroll-bar could behave like Google Chrome's with yellow markings then that would be a huge bonus, too.



enter image description here










share|improve this question





























    1















    I know that I can double click a word and Notepad++ will highlight all instances of that word within the document. My question is not about this.



    Does anyone know of a plug-in or setting which will allow me to select as many characters as I please and highlight all occurrences of those characters?



    Given the following text file:



    $hey_you = 'hey you';
    $hey_me = 'hey me';
    $hey_we = 'hey we';


    With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted.





    Also, if the scroll-bar could behave like Google Chrome's with yellow markings then that would be a huge bonus, too.



    enter image description here










    share|improve this question



























      1












      1








      1








      I know that I can double click a word and Notepad++ will highlight all instances of that word within the document. My question is not about this.



      Does anyone know of a plug-in or setting which will allow me to select as many characters as I please and highlight all occurrences of those characters?



      Given the following text file:



      $hey_you = 'hey you';
      $hey_me = 'hey me';
      $hey_we = 'hey we';


      With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted.





      Also, if the scroll-bar could behave like Google Chrome's with yellow markings then that would be a huge bonus, too.



      enter image description here










      share|improve this question
















      I know that I can double click a word and Notepad++ will highlight all instances of that word within the document. My question is not about this.



      Does anyone know of a plug-in or setting which will allow me to select as many characters as I please and highlight all occurrences of those characters?



      Given the following text file:



      $hey_you = 'hey you';
      $hey_me = 'hey me';
      $hey_we = 'hey we';


      With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted.





      Also, if the scroll-bar could behave like Google Chrome's with yellow markings then that would be a huge bonus, too.



      enter image description here







      notepad++






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 5 '17 at 18:14







      MonkeyZeus

















      asked Dec 5 '17 at 18:09









      MonkeyZeusMonkeyZeus

      5,25631634




      5,25631634






















          2 Answers
          2






          active

          oldest

          votes


















          2














          With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted



          Select the text $hey_ and then Menu > Search > Mark All > Choose a highlight style:



          enter image description here






          share|improve this answer































            0














            Try the Settings -> Preferences -> Highlighting and uncheck the "Match whole word only" under Smart Highlighting.



            that seemed to work for me.





            share








            New contributor




            Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "3"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1274554%2fnotepad-highlight-occurrences-of-selected-text%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted



              Select the text $hey_ and then Menu > Search > Mark All > Choose a highlight style:



              enter image description here






              share|improve this answer




























                2














                With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted



                Select the text $hey_ and then Menu > Search > Mark All > Choose a highlight style:



                enter image description here






                share|improve this answer


























                  2












                  2








                  2







                  With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted



                  Select the text $hey_ and then Menu > Search > Mark All > Choose a highlight style:



                  enter image description here






                  share|improve this answer













                  With my cursor I wish to select $hey_ and have the 3 $hey_s highlighted



                  Select the text $hey_ and then Menu > Search > Mark All > Choose a highlight style:



                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 5 '17 at 20:40









                  DavidPostillDavidPostill

                  107k27235270




                  107k27235270

























                      0














                      Try the Settings -> Preferences -> Highlighting and uncheck the "Match whole word only" under Smart Highlighting.



                      that seemed to work for me.





                      share








                      New contributor




                      Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.

























                        0














                        Try the Settings -> Preferences -> Highlighting and uncheck the "Match whole word only" under Smart Highlighting.



                        that seemed to work for me.





                        share








                        New contributor




                        Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.























                          0












                          0








                          0







                          Try the Settings -> Preferences -> Highlighting and uncheck the "Match whole word only" under Smart Highlighting.



                          that seemed to work for me.





                          share








                          New contributor




                          Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          Try the Settings -> Preferences -> Highlighting and uncheck the "Match whole word only" under Smart Highlighting.



                          that seemed to work for me.






                          share








                          New contributor




                          Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.








                          share


                          share






                          New contributor




                          Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 5 mins ago









                          Paul Van BommelPaul Van Bommel

                          1




                          1




                          New contributor




                          Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Paul Van Bommel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Super User!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1274554%2fnotepad-highlight-occurrences-of-selected-text%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

                              Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

                              Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...