• How does Notepadd++ deal with application upgrade?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Tyson-Swing

    afaik by using WinGup?

    Cheers
    Claudia

  • ctrl-F4 should close a file tab

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Kasper GraversenK

    I happen to prefer ctrl+w … easier reach. But you can just remap to your personal taste…

  • 2 Votes
    1 Posts
    5k Views
    No one has replied
  • Request Something from Notepad-plus

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Notepad++ Crashes in windows 7 x64

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Issue with shortcut automatically created on desktop

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Who "broke" my macro??

    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    @Jalapeno-Bob

    the problem happens because of the autocompletion function.
    You either can disable it or change your macro with one additional line
    (should be placed as second to last line

    <Action type="0" message="2325" wParam="0" lParam="0" sParam="" />

    which basically means you would press Esc before Arrow down.

    <Macro name="SQL quoting for VB" Ctrl="no" Alt="no" Shift="no" Key="0"> <Action type="0" message="2453" wParam="0" lParam="0" sParam="" /> <Action type="0" message="2453" wParam="0" lParam="0" sParam="" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam='&quot;' /> <Action type="0" message="2306" wParam="0" lParam="0" sParam="" /> <Action type="0" message="2451" wParam="0" lParam="0" sParam="" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam='&quot;' /> <Action type="1" message="2170" wParam="0" lParam="0" sParam=" " /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="&amp;" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam=" " /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="v" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="b" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="c" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="r" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="l" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="f" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam=" " /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="&amp;" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam=" " /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="_" /> <Action type="0" message="2325" wParam="0" lParam="0" sParam="" /> <Action type="0" message="2300" wParam="0" lParam="0" sParam="" /> </Macro>

    This should do the trick

    Cheers
    Claudia

  • Bad performance issue when 10M size of txt in one line

    3
    0 Votes
    3 Posts
    3k Views
    Chuck RobertsC
    OP: Will putting more RAM in your machine help you? How much RAM do you have now? Which OS do you use? When you run the OS how much RAM do you have available?
  • Component-izing Note++

    3
    0 Votes
    3 Posts
    2k Views
    Chuck RobertsC

    I think OP wants to make NPP into component that can be used in other languages, like Synedit is a component you can use in Freepascal and other languages, but Synedit is also a full application which uses the Synedit component.

  • use notepad ++ to modify a wordlist

    6
    0 Votes
    6 Posts
    4k Views
    Chuck RobertsC

    To practice regular expressions go to http://www.regex101.com. You can sign up and store the regex you create, or store them in a public library visible to all users. It’s really neat! It explains every part of the regex for you and has a nice help facility. So it’s great for beginners and advanced regexers.

  • 0 Votes
    3 Posts
    2k Views
    dailD

    I agree it would be nice to be configurable…however it is something Scintilla would have to implement. Here is the feature request on their tracker.

  • 1 Votes
    1 Posts
    1k Views
    No one has replied
  • Please consider "Re-open closed tab" feature

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    Claudia FrankC

    @Vitaliy-Dovgan

    not easily and officially not supported.
    But you can add it to the context menu of scintilla. (edit popup context menu)

    Cheers
    Claudia

  • Ok to Install NPP on production servers?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @David-Kolb

    from npp’s point of view it isn’t critical. It is open source and you can always check what it is doing.
    Our main concern was about the plugins which aren’t open source, meaning where only dll is available.

    Cheers
    Claudia

  • Is there a decent Hex editor solution?

    2
    0 Votes
    2 Posts
    27k Views
    Claudia FrankC

    @David-Kolb

    unfortunately there isn’t one.
    Depending what exactly is needed we could have a python script doing it
    but if you really want a decent version I would recommend hxd.
    Standalone, but the best hexeditor I came across.

    Cheers
    Claudia

  • Not able to see & sign in C langauge

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Nilesh-Vora

    I don’t have that reported behavior.
    Could you give us an screenshot and the debug info?

    Cheers
    Claudia

  • Windows Universal App

    Locked
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Feature Request: 'Find in Project' and 'Find in Workspace'

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Add add ress string to the find in files window

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Minimize to system tray not working with Admin account

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied