• Notepad ++ Open with boxe

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    Zachary WilsonZ

    I saved it as a .txt file and then I get the box thanks for the help!

  • How to search/replace newlines

    Locked
    7
    0 Votes
    7 Posts
    12k Views
    Chuck PuckettC

    Well, really, that last sentence was all I needed. :)
    Tnx!
    Guess it’s time I spent some time roaming around Notepad++ menus instead of thinking I’m using my grandad’s Notepad. :)

  • Notepad++ Deleted recent documents please help!

    Locked
    9
    0 Votes
    9 Posts
    13k Views
    Claudia FrankC

    Hi Kelly,

    good to see that the docs are still available but now it’s time to update npp, isn’t it? ;-)
    Don’t feel stupid - who solved it? - yourself. Be happy ;-)

    Cheers
    Claudia

  • Clone to Other View reduces font size in cloned view

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Darrell PruittD

    @Claudia-Frank

    Outstanding! Thanks for the quick reply!

  • 0 Votes
    2 Posts
    2k Views
  • How to make that a double-click selects the words separated by a hyphen?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @ForSeo-ReadAnalitics

    There is no builtin way to achieve this but see here.

    Cheers
    Claudia

  • Need some Help with Filtering out my Text

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Aaron MillerA

    I do understand. It worked. Thank you so much Claudia!

  • Prevent autocomplete for some file extensions

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello Ben-Frey,

    natively, no. What could be done is using a python script.
    But this is a bit of a hack as this script would set all chars
    you define as a stop char. But this means also you need to install
    the python script plugin. Instructions how to setup are here.

    The script would look like this

    import os ext = '.txt' # extension which shouldn't have autocompletion charset = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_' # chars which should prevent autocompletion def callback_BUFFERACTIVATED(args): filename, extension = os.path.splitext(notepad.getBufferFilename(args["bufferID"])) if extension == ext: editor.autoCStops(charset) notepad.clearCallbacks([NOTIFICATION.BUFFERACTIVATED]) notepad.callback(callback_BUFFERACTIVATED, [NOTIFICATION.BUFFERACTIVATED])

    Cheers
    Claudia

  • How do I remove everything outside of marked lines?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Aimee ElizabethA

    Thank you Claudia, that absolutely set me on the right track.

  • np++ shortcuts not working

    Locked
    6
    0 Votes
    6 Posts
    9k Views
    Claudia FrankC

    I assume you used %APPDATA% during installation, if so, can you please try the following

    make sure no npp is running open %APPDATA% directory and rename Notepad++ to Notepad++old start npp and make your test.

    Cheers
    Claudia

  • UDL Syntax coloring for JSON-encoded language

    9
    1 Votes
    9 Posts
    7k Views
    Claudia FrankC

    @Michael Orr
    Hello Michael,

    unfortunattely I din’t get it managed.
    I strongly believe that the current version of UDL cannot answer this question.

    Cheers
    Claudia

  • This will disable the accelerator!

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello Michael-Whitmore,

    Afaik it means you can’t call the saved function by using shortcuts as you haven’t assigned one.
    Nothing to be afraid of.

    Cheers
    Claudia

  • Need a targeted open mode for np++

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Mark SwansonM

    Thanks, that worked. A bit more absolute than I would prefer but the tool is now usable again.

  • Python Script macros: Apparently I am too stupid ...

    Locked
    6
    0 Votes
    6 Posts
    9k Views
    Claudia FrankC

    Hi Matt

    In answer to your other question: no, previously I wasn’t getting any error messages upon notepad++ startup. That would have been nice, of course. So is there a bug to be reported here, and if so, to whom should it be reported? Is it a plugin bug or a notepad++ bug, or both?

    That’s a good question, I assume it is the plugin manager and has to do with permissions when npp was installed instead of unpacked but didn’t tested it really.

    Anyway, stay tuned, I’m sure I’ll have some Python Script newbie questions soon!

    ;-)

    Cheers
    Claudia

  • CallTips - How to Add Keywords with Spaces

    6
    0 Votes
    6 Posts
    5k Views
    dailD

    In theory with a few code modifications it would be possible though.

    I was meaning C++ code modifications.

  • Notepad++ duplicated on taskbar when pinned

    5
    0 Votes
    5 Posts
    4k Views
    Wolfgang MarcosW

    After 3 months I found something that worked!
    I went to the plugin manager and discovered I had installed the NppJumpList that promises to give the Windows 7 jumplist support. I’m not sure it is installed by default or if I manually added it but turns out it doesn’t work on Windows 10 and was causing the issue. After I uninstalled the plugin NPP now works fine when pinned to the taskbar.

  • Longtime problem with Notepad++ uploading

    Locked
    9
    0 Votes
    9 Posts
    6k Views
    Claudia FrankC

    Hello Bill,

    I have to thank you as I wouldn’t have discovered this feature yet.
    Very interesting, indeed. Let’s see if it’s possible to have something like
    approved-test-evironment gets automatically updated on server when
    files are stored/overwritten in production folder.

    Cheers
    Claudia

  • Beginner - Help w/multiple record edits

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Bill CampbellB

    Claudia,

    My data is always in the same format, so a macro would work. Thank you very much for the coding!

    Bill Campbell

  • Adding .pgp to the end of all files in a folder

    Locked
    2
    -1 Votes
    2 Posts
    2k Views
    Scott SumnerS

    That is way off topic.

  • Ruby Blue theme has not any colors set for Python syntax highlighting

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Because nobody has added it. Many of the themes are missing certain colors for languages for as in this case for an entire language.