• Login
Community
  • Login
  1. Home
  2. Help wanted · · · – – – · · ·
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • D

    Problem writing to a FatFs USB filesystem

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Apr 2, 2017, 2:43 PM
    Mar 14, 2017, 2:16 AM
    0 Votes
    8 Posts
    3k Views
    C Apr 2, 2017, 2:43 PM

    @dhalbert

    Thank you for letting us know.
    But I’m still a little bit confused about notepad behaving differently to npp.
    After you mentioned the differences about createfile and fopen I tried to understand
    what’s going on and it started being more confusing as fopen seems to do createfile
    under the hood. Still don’t understand it completely.
    If I find something valuable I will post it in this thread.

    Cheers
    Claudia

  • P

    How to: Match Nested Pairs closed by END

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Apr 2, 2017, 11:07 AM
    Mar 27, 2017, 9:00 PM
    0 Votes
    8 Posts
    4k Views
    M Apr 2, 2017, 11:07 AM

    Hi @guy038,

    Thanks for sending “A01466.headed.xml.txt”.
    Confirming your findings with some additions, note the influence of “wrap around”.
    Tested on a Desktop running Windows XP Home + Sp3 with Windows Classic GUI ;-)
    Need to get my Windows 10 x64 ready to be able to dig in and debug this!

    Regex A: (?si)(?<=\W)(man_n)((?:\W+\w+){0,50}\W+)(city_n)(?=\W)|(?<=\W)(?3)(?2)(?1)(?=\W)
    and
    Regex B: (?si)(?<=\W)man_n(?:\W+\w+){0,50}\W+city_n(?=\W)|(?<=\W)city_n(?:\W+\w+){0,50}\W+man_n(?=\W)
    and
    Regex D: (?si)(?<=\W)city_n(?:\W+\w+){0,50}\W+man_n(?=\W)|(?<=\W)man_n(?:\W+\w+){0,50}\W+city_n(?=\W)

    Pass i.e. one match even after repeated search:

    Find w/ wrap around; Using RegexTester (by @Claudia-Frank); Using RegexBuddy w/ boost::regex 1.58-1.59 ECMAScript (default) flavor

    FAIL:

    Find w/o wrap around - “Can’t find text”

    Regex C: (?si)(?<=\W)(city_n)((?:\W+\w+){0,50}\W+)(man_n)(?=\W)|(?<=\W)(?3)(?2)(?1)(?=\W)
    and
    Regex G: (?i)(?(DEFINE)(\bcity_n\b)((?:\W+\w+){0,50}\W+)(\bman_n\b))(?1)(?2)(?3)|(?3)(?2)(?1)

    Pass i.e. one match even after repeated search:

    Using RegexTester (by @Claudia-Frank); Using RegexBuddy w/ boost::regex 1.58-1.59 ECMAScript (default) flavor

    FAIL:

    Find w/ wrap around - toggles between two matches on repeated search (partial and complete text); Find w/o wrap around - “Can’t find text”

    Regex E: (?i)(?(DEFINE)(\bcity_n\b)((?:\W+\w+){0,50}\W+)(\bman_n\b))(?<=\W)(?1)(?2)(?3)(?=\W)|(?<=\W)(?3)(?2)(?1)(?=\W)
    and
    Regex F: (?i)(?(DEFINE)(\bcity_n\b)((?:\W+\w+){0,50}\W+)(\bman_n\b))(?<=\W)(?:(?1)(?2)(?3)|(?3)(?2)(?1))(?=\W)

    Pass i.e. one match even after repeated search:

    Using RegexTester (by @Claudia-Frank); Using RegexBuddy w/ boost::regex 1.58-1.59 ECMAScript (default) flavor

    FAIL:

    Find w/ wrap around - toggles between two matches on repeated search (partial and complete text); Find w/o wrap around - toggles between two matches on repeated search (complete text and “Can’t find text”)

    Regards,
    Menno

  • G

    How to put words into expressions?

    Watching Ignoring Scheduled Pinned Locked Moved replace regex help replace window
    3 Mar 31, 2017, 6:31 PM
    Mar 31, 2017, 6:09 PM
    0 Votes
    3 Posts
    2k Views
    G Mar 31, 2017, 6:31 PM

    Sorry for not giving many detail, but thank you!

  • A

    How do I connect local files to server?

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Mar 31, 2017, 4:29 PM
    Mar 29, 2017, 7:27 PM
    0 Votes
    7 Posts
    4k Views
    J Mar 31, 2017, 4:29 PM

    @Andrea-Barnett

    I have found WinSCP (mentioned by cmeriaux above) to be very easy to use. You can even configure it to let you edit files on the server using Notepad++ on your local machine!

  • H

    Explore context menu call to NPP no longer opens the selected file

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Mar 31, 2017, 2:54 PM
    Mar 29, 2017, 3:41 PM
    0 Votes
    3 Posts
    2k Views
    H Mar 31, 2017, 2:54 PM

    I’m using win 7 32 bit with NPP 6.6.7
    Debug Info not showing under ? (but I’ve seen it there before)

  • S

    Multi-instance stopped working

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Mar 31, 2017, 9:53 AM
    Mar 31, 2017, 9:53 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • D

    Replace last value in row with 0

    Watching Ignoring Scheduled Pinned Locked Moved search & replace regex extended chars
    3 Mar 31, 2017, 7:07 AM
    Mar 30, 2017, 8:50 AM
    0 Votes
    3 Posts
    2k Views
    D Mar 31, 2017, 7:07 AM

    That worked like a charm. Thanks a stack Scott. :)
    And also thanks for elaborating. That’ll really help going onwards to getting more acquainted with these strings.

  • K

    Notepad++ Crashed entire file is filled up NUL NUL NUL

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Mar 31, 2017, 3:06 AM
    Mar 31, 2017, 3:06 AM
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • B

    Sending Multiple Files to Printer

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Mar 31, 2017, 1:55 AM
    Mar 30, 2017, 3:33 AM
    0 Votes
    3 Posts
    2k Views
    B Mar 31, 2017, 1:55 AM

    I realized it was a duplicate but could not figure how to delete it.
    Please advise. Thanks.

  • W

    compiling and running a program

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Mar 31, 2017, 1:16 AM
    Mar 31, 2017, 1:16 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • dikinovaD

    说句谢谢虽然很简单,做到却是很困难

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 30, 2017, 4:36 PM
    Mar 30, 2017, 5:25 AM
    0 Votes
    2 Posts
    2k Views
    chcgC Mar 30, 2017, 4:36 PM

    Google translate:

    Notepad ++ related pages open in mainland China very very slow, i never even opened the page. Not my network of the problem, I do the telecommunications broadband 100M. Would like to ask, how to sponsor the project team to thank the fee? I used notepad ++ for many years, I always wanted to say thank you to you. I reluctantly opened the official website of the donate page, it seems not easy to engage, the euro dollar bitter coins I did not. Can the relevant connection or information, sent to my mailbox dikisite AT outlook.com? Is there an account that the mainland can use? Thank you.

  • Javier de MolinaJ

    Display online lines starting with a string?

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Mar 30, 2017, 12:14 PM
    Mar 30, 2017, 12:14 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Fabio VieiraF

    Changing font windows 10

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Mar 30, 2017, 9:51 AM
    Mar 30, 2017, 9:51 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • livelylinconL

    Notepad++ crash removed all backup files

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Mar 30, 2017, 8:15 AM
    Mar 28, 2017, 6:23 PM
    0 Votes
    3 Posts
    3k Views
    livelylinconL Mar 30, 2017, 8:15 AM

    No there is no dump unfortunately. All the files in the backup folder were present earlier before the crash but then were deleted during crash.

  • A

    How to compare files?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Mar 29, 2017, 5:54 PM
    Mar 16, 2017, 1:20 PM
    0 Votes
    4 Posts
    44k Views
    P Mar 29, 2017, 5:54 PM

    I tried installing the compare plug-in and after auto-restart the compare plug-in was still not there. So next time I did a manual restart and it worked.

  • bege10B

    Menu Icons plugin loses icons after opening a file

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Mar 29, 2017, 3:58 PM
    Mar 28, 2017, 10:06 PM
    0 Votes
    3 Posts
    2k Views
    YaronY Mar 29, 2017, 3:58 PM

    Replied here.

  • Joel KorhonenJ

    Customise search engine (Google Search to other search)

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 29, 2017, 11:39 AM
    Mar 29, 2017, 4:23 AM
    0 Votes
    2 Posts
    3k Views
    Scott SumnerS Mar 29, 2017, 11:39 AM

    @Joel-Korhonen

    The “Search on Internet” command that is affected by Settings -> Preferences -> Search Engine may be found here:

    Edit (menu) -> On Selection -> Search On Internet

    Note that even though the menu path hints that you need a selection active to run the command, if you happen to be searching for a single word, having the caret touching that word is sufficient (i.e., without having anything selected).

  • Hardeep ParmarH

    NP++ v7.3.3 support for windows mapped drives seems broken.

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Mar 28, 2017, 5:17 PM
    Mar 28, 2017, 1:22 PM
    0 Votes
    3 Posts
    2k Views
    C Mar 28, 2017, 5:17 PM

    @Hardeep-Parmar

    Could it be that you run into the elevation problem?
    Meaning the hare was mapped with a different account or elevation level as npp is running?
    With complete path, do you mean unc path like \server\share\file.txt or by using the drive letter
    like z:\folder\file.txt?

    Cheers
    Claudia

  • Eugen HübnerE

    Error in Syntax-Highlighting of SQL?

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Mar 28, 2017, 10:49 AM
    Mar 28, 2017, 10:49 AM
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • David PritchardD

    Notepad++ and txt files in Windows 7

    Watching Ignoring Scheduled Pinned Locked Moved can
    2 Mar 28, 2017, 6:54 AM
    Mar 28, 2017, 3:23 AM
    0 Votes
    2 Posts
    2k Views
    decodermanD Mar 28, 2017, 6:54 AM
    Use the File / Open… Menu Drag and drop the file into Notepad++ Right-Click in Explorer, Open with Notepad++ Right-Click in Explorer, Open with …

    Setting Notepad as the default Editor for *.txt files:
    https://superuser.com/questions/474079/how-do-i-set-notepad-as-the-default-editor

The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors