Community
    • Login

    Find previous broken if using regular expressions

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 4 Posters 341 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.
    • Derrick GunterD
      Derrick Gunter
      last edited by

      Find previous does not work if “regular expression” is checked. Always worked before. Anyone else have this issue?

      Michael VincentM 1 Reply Last reply Reply Quote 0
      • Terry RT
        Terry R
        last edited by

        @Derrick-Gunter said in Find previous broken if using regular expressions:

        Find previous does not work

        I have 7.8.8 and if you are referring to “Find (Volatile) Previous” (Ctrl-Alt-Shift-F3) it is working for me. I had some text and have my search mode as regular expression. I tried the word “to” and then also added to it to make “to\h+” so it was forced to be a regular expression.

        What version are you? Perhaps if you are on the 7.8.9 you may have found a bug?

        Terry

        1 Reply Last reply Reply Quote 0
        • Michael VincentM
          Michael Vincent @Derrick Gunter
          last edited by

          @Derrick-Gunter
          @Terry-R

          Please read the release notes for 7.8.7, especially number 10. It is not a bug.

          Cheers.

          1 Reply Last reply Reply Quote 2
          • guy038G
            guy038
            last edited by guy038

            Hello, @derrick-gunter, and All,

            Since Notepad v7.8.7 version, the backward search is not allowed, by default, when Regular expression mode is set !

            But, as @michael-vincent, said, in his post, there is a new regexBackward4PowerUser attribute of the FindHistory tag, in the Config.xml configuration file. Just change its value from no to yes ;-))

                <FindHistory nbMaxFindHistoryPath="10" nbMaxFindHistoryFilter="10" nbMaxFindHistoryFind="10" nbMaxFindHistoryReplace="10" matchWord="no" matchCase="yes" wrap="no" directionDown="yes" fifRecuisive="no" fifInHiddenFolder="no" dlgAlwaysVisible="no" fifFilterFollowsDoc="no" fifFolderFollowsDoc="no" searchMode="2" transparencyMode="1" transparency="150" dotMatchesNewline="no" isSearch2ButtonsMode="no" regexBackward4PowerUser="yes">
            

            Best Regards,

            guy038

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