Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • CoisesC

      Search++: A work in progress

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      31
      4 Votes
      31 Posts
      1k Views
      guy038G

      Hi, @coises and All,

      Regarding selection, I’m thinking about these new options in the Settings dialog :

      - Selections ------------------------------------------------------------------------------------------- □ Fill the Find box from single selection in current document when opening the search++ dialog □ Fill the Find box from single selection in current document when re-activating the search++ dialog □ Fill the Find box from single selection in current document when clicking on the search++ dialog title □ Only if the selection has no more than : 79 characters and 2 lines □ Fill with the word containing the caret if nothing is selected

      And, by default, the first and two last options would be checked

      Do you think that make sense ? May be, would you preder to merge the first 3 options in this single one :

      □ Fill the Find box from single selection in current document each time the search++ dialog is invoked

      Now, I tested the multi-lines text, below, pasted in a new tab :

      Bla blah This is a test to verify if everything works correctly foo bar

      Then, the search of the 5 consecutive lines, below

      This is a test to verify if everything works correctly

      Would select the 5 lines above, with search in Plain mode

      Now, the search of the 5 consecutive lines, below

      This is a test to verify if everything works correctly

      OR

      SEARCH This is\Ra test\Rto verify\Rif everything\Rworks correctly\R

      OR

      SEARCH This is\r\na test\r\nto verify\r\nif everything\r\nworks correctly\r\n

      Would select the 5 lines above, with search in Regex or ICU mode

      Now using this regex :

      (?x) This[ ]is \R | a[ ]test \R | to[ ]verify \R | if[ ]everything \R | works[ ]correctly \R

      It would match each entire line, from 2 to 6, of the new tab, with search in Regex mode

      And using this regex :

      (?x) This\ is \R | a\ test \R | to\ verify \R | if\ everything \R | works\ correctly \R

      It would match each entire line, from 2 to 6, of the new tab, with search in Regex or in ICU mode.

      Seemingly, brackets to enclose the space character [ ] do not work with the ICU regex engine, when using the Free-Spacing mode !?

      So all is fine, so far !!

      BR

      guy038

    • donhoD

      Notepad++ release 8.9.3

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      5
      6 Votes
      5 Posts
      3k Views
      donhoD

      @xomx said in Notepad++ release 8.9.3:

      v8.9.3 (Scintilla) EOL regression: #17920

      Thank you for the heads up.
      It’s indeed a regression, but not a critical one.
      Let’s wait one more week, if no critical regression or issue is reported, the auto-updater will be triggered for the release v8.9.3.

    • JAKJ

      How to compare 2 text files and delete duplicates

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      13
      0 Votes
      13 Posts
      773 Views
      guy038G

      Hi, @jak and All,

      Refer to this post :

      https://community.notepad-plus-plus.org/post/105114

      BR

      guy038

    • mapsonxM

      Make notrepad++ default

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      182 Views
      mapsonxM

      @PeterJones said in Make notrepad++ default:

      It seems a mixed bag: wanting it as system default, associated with lots of file types, and using the Shell Extension, but not wanting to “install” it. It might help us give you better advice if you explain what parts of the “install” that you are opposed to. Is it just storing the settings in %AppData% that you don’t like? Or is there something else? The installer can install into any directory, not just Program Files; the installer can choose to not use %AppData% (as long as it’s not installed in Program Files); the installer automatically registers the Shell Extension for you.

      Thanks for all the patience and instruction. I studied those data transfer tutorials, and I “think” I got it right. A little complicated because in Portableapps, in some cases there are up to three iterations of the same file in separate locations. So far, it looks and behaves like the Portableapps.

      Is it just storing the settings in %AppData% that you don’t like?

      I know the best way to do things is the install. I like to keep things simple. I have very limited space on my OS partition, so I like to keep things as simple as I can by going portable whenever possible, and locating elsewhere. It also makes things easier if you must do an image restore.

      That said, considering what you have advised, I think I will do the install. and avoid storing the settings in %AppData%.

      After the installation now that I have the working portable version. can I move it to the install directory, mindful of the fact that there will be files in that directory that must retained? Or is it not that simple?

    • donhoD

      All the off-topic go here

      Watching Ignoring Scheduled Pinned Locked Moved Boycott Notepad++
      5
      3 Votes
      5 Posts
      6k Views
      guy038G

      Hi, @jak, @peterjones, @pnedev, @cennoxX, @phil-pascal and All,

      I’ve just downloaded the free portable version of Compare2lists.exe, from https://vovsoft.com/software/compare-two-lists/

      And I must admit, @jak, that is very easy to get, either :

      The intersection of two lists

      The records wich are in List #1 ONLY

      The records wich are in List #2 ONLY

      The union of two lists ( as I checked the Calculate union of lists in Settings )

      The buttons to remove the duplicate records in List #1 and/or List #2 before clicking on the Compare button, are also useful !

      Best Regards

      guy038