• Login
Community
  • Login

Double click selects whatever, but not what is mentioned to...

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
7 Posts 2 Posters 5.1k 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.
  • W
    webdevpug
    last edited by Dec 23, 2015, 1:21 PM

    Hi all,

    Here’s the problem: the current version of NPP has weird behavior for double click and text selection.
    What I mean:
    The most current version of NPP on double click selects like this: http://prntscr.com/9hmf9l
    While the version 5.4.5 works like this: http://prntscr.com/9hmfpu

    Are there any ways to make 6th version select text correctly, like it was in 5.4.5?

    C 1 Reply Last reply Dec 23, 2015, 4:56 PM Reply Quote 0
    • C
      Claudia Frank @webdevpug
      last edited by Dec 23, 2015, 4:56 PM

      Hello webdevpug,

      which language is selected. I assume that the word characters are expanded.
      I’ve tested with 6.8.7 and only LTIitem has been selected.
      Do you have python script installed if so, put following command in console
      and check the output while document is active.

      editor.getWordChars()
      

      Cheers
      Claudia

      1 Reply Last reply Reply Quote 1
      • W
        webdevpug
        last edited by Dec 24, 2015, 8:11 AM

        Hi, thanks for the answer.
        I’m using HTML language, but I’ve tried other languages with the same result.
        Here’s the result of python script output: http://prntscr.com/9hyucz

        1 Reply Last reply Reply Quote 0
        • C
          Claudia Frank
          last edited by Dec 24, 2015, 10:55 PM

          So here we are, something extended the wordchars. If you didn’t do it I assume a
          plugin to be responsible. May I ask you to start your notepad with the -noPlugin switch
          an recheck the behaviour? As you are using Python Script, could it be that your startup.py has
          something like

          editor.setWordChars(...
          

          in it?

          Cheers
          Claudia

          1 Reply Last reply Reply Quote 1
          • W
            webdevpug
            last edited by Dec 25, 2015, 8:43 AM

            Well, I’m not using python itself, it has been installed with some of the plugins. And I have strange thing noticed, I am using obsolete plugin - QuickText, when I insert some text with it, this thing happens, but after the document is saved and NPP is relaunched - this issue is gone…

            So it seems that QuickText is the reason. Is that possible to be solved or should I consider removing it/find an alternative?

            C 1 Reply Last reply Dec 25, 2015, 6:11 PM Reply Quote 0
            • C
              Claudia Frank @webdevpug
              last edited by Dec 25, 2015, 6:11 PM

              @webdevpug
              from what I see development has been stopped since 2010 and developer
              mentioned that he has dropped support.
              From what I see, it is just a snippet tool therefore you’ve good chance to replace
              it with plugins like FingerText, snippet, SnippetPlus etc…

              Cheers
              Claudia

              1 Reply Last reply Reply Quote 1
              • W
                webdevpug
                last edited by Dec 25, 2015, 10:06 PM

                Thanks for help =)

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