• Search for large numbers

    Locked
    5
    0 Votes
    5 Posts
    9k Views
    guy038G

    Hello, Eirik,

    If I suppose that :

    Any subset of three digits, except for the first one, of the numbers, in your dataset, can be preceded or NOT, by a comma,

    The space delimiter can be present or NOT, before the word patients, which can either be written in a singular mode,

    an other SEARCH regex expression could be : +\d+(,?\d{3})+ *patients?, with a space BEFORE the first + sign of that regex.

    With that regex, it would match all these following items :

    abc 1234 patients xyz abc 1,234 patients xyz abc patients xyz abc 12345 patients xyz abc 12,345 patients xyz abc patients xyz abc 123456 patients xyz abc 123,456 patients xyz abc patients xyz abc 1234567 patients xyz abc 1,234567 patients xyz abc 1234,567 patient xyz abc 1,234,567 patients xyz abc patients xyz abc 12345678 patients xyz abc 12,345678 patients xyz abc 12345,678 patients xyz abc 12,345,678 patients xyz abc patients xyz abc 123456789 patients xyz abc 123,456789 patient xyz abc 123456,789 patient xyz abc 123,456,789 patients xyz abc patients xyz abc 1234567890 patients xyz abc 1,234567890 patients xyz abc 1,234,567890 patient xyz abc 1,234567,890 patients xyz abc 1,234,567,890patient xyz abc 1234,567890 patients xyz abc 1234,567,890 patients xyz abc 1234567,890 patients xyz

    But, it would ignore all natural numbers, under 1000 and some odd syntaxes as 1,2,3 or ,1a,23, like below :

    abc 0 patient xyz abc 0, patient xyz abc 1 patient xyz abc 1, patient xyz abc 12 patients xyz abc 12, patients xyz abc 123 patients xyz abc 999 patients xyz abc 123, patients xyz abc ,123 patients xyz abc 1,2,3 patients xyz abc 12,34 patients xyz abc 12,3,4 patients xyz abc 123,4 patients xyz abc , patients xyz abc ,,,,,, patients xyz abc ,,4,,4,, patients xyz abc patients xyz abc ,1234 patients xyz abc ,1,234 patients xyz abc 123a456b789 patients xyz

    Best Regards,

    guy038

  • New text file choice missing from right-click New.. menu

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • File overwrite confirmation

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Peter GibbP

    Yes, I do, sorry for the late reply, but I haven’t been able to get in here.

    Its not a problem, but I quite like to know when things are being overwritten, as sometimes I slip up.

    Thanks for your response

    Peter

  • Feature Request:

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Get file source from internet?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    David CollantesD

    @Leah-Talley I believe you need to get the source manually.

  • Right click not working after find in files

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • config.model.xml Deployment issues

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    GS InstituteG

    Update: after further testing I have found the issue was caused by another unrelated process that was transferring an existing %appdata%\notepad++\ profile and so the config.model.xml was not being used used to generate a new profile.

    Resolution: By manually removing the %appdata%\notepad++\ profile and then opening notepad++ the config.model.xml worked as expected and the updated settings were create the %appdata%\notepad++\config.xml.

  • Notepad txt looks different in Notepad++

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    Jan SchreiberJ

    The safest way to make this work (regardless of tab settings that are handled inconsistently across different applications) is to use spaces rather than tabs.

  • File associations show random items

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Spell check not working?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to add a new command in Run menu

    Locked
    3
    0 Votes
    3 Posts
    9k Views
    ajovalionA

    yes we have to update the ( %APPDATA%\Notepad++ ) and earlier i tried from Notepad++ editor itself, now when i tried from another editor, it did reflect the modifcations.

    thanks for the help, dail

  • Pasting into replace field has stopped working

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    - Voigtman-

    It seems to only happen on documents that have a CRLF character

  • Move items up/down in Doc Switcher

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Function List - What happened?

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    Tim SpanglerT

    @Peter-Brand

    This is what I was looking for. I used the plugin forever, then when I installed the new version on my new machine I noticed a function list was “built-in”. It does not work apparently.

    This works exactly as it used to. Thanks Peter.

    @dail

    It does not. It shows up: Plugins>Function List. You can actually have both the plugin and the built in list open together.

  • Insert number not available in column edit mode?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Peter BrandP

    Does the"Column / Multi-Selection Editor" dialog box pop up? If so, what happens when you click on the radio button “Number to insert”, does that panel then become active?

  • "Please check if this file is opened in another program"

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    dailD

    I like to use a program called “unlocker”. Once installed you can right click the file and it will tell you want program(s) have that file locked and you can force it to be released.

  • Issue on copying from Notepad++

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Tibor WeigandT

    Hi Timothy,
    it was my first idea too, I tried to check the copied text from e.g. Write and Notepad++ in WinMerge (winmerge.org), but these were without differences! :-P :-D
    I will try to ask the same question on some Juniper community and see if someone else had the same issue…

  • Where are macros stored?

    Locked
    3
    0 Votes
    3 Posts
    19k Views
    guy038G

    Hello Bob,

    Depending of your N++ installation, the shortcuts.xml file, which contains a Macros section, should be located :

    in the %AppData%\Roaming\Notepad++ folder, if you used the installer ( the npp.x.x.x.Installer.exe file )

    in the same folder than you copy the Notepad++.exe file, if you used a ZIP or 7Z archive ( the npp.x.x.x.bin.zip or npp.x.x.x.bin.7z files )

    Cheers,

    guy038

  • Macro-Save.

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Uninstalling NP++

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    theblindspringT

    So I figured out that the path NP++ is looking for langs.model.xml in is not correct. I think it is because I have all of the source code on my external hard drive. I noticed though when I just downloaded the installer (as opposed to building from source), there is an option to NOT use %APPDATA% if you are running NP++ from a USB drive. What do I need to do to enable this option if building from source code?