• 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.

  • Who is responsible for viewing and claiming users suggestions ?

    43
    0 Votes
    43 Posts
    59k Views
    John SparkJ

    #4, Ability to exclude numbers from Auto-Completion.
    And ability to exclude specific strings from Auto-Completion per file or default for anything opened !

  • Changing default view

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Ontarah

    what you are looking for is called word wrap and yes, it’s in the view menu.

    Cheers
    Claudia

  • How do I get Notepad++ to launch my pages?

    8
    1 Votes
    8 Posts
    9k Views
    Claudia FrankC

    @martha-Sayers

    MYSql and MSSql are database servers, you can’t used it as webservers.
    I would recommend you download XAMP together with XAMP Control Panel,
    makes life even easier.
    And if you have portableapps installed you could download it from there.
    If you have problems setting it up let me know.

    Cheers
    Claudia

  • Improving Function parser for JavaScript functions

    6
    0 Votes
    6 Posts
    4k Views
    Claudia FrankC

    @Edtech-Everywhere

    thank you for the feedback and testing.

    Cheers
    Claudia

  • Miss position after switch between tabs

    5
    0 Votes
    5 Posts
    3k Views
    Alireza AbediniA

    guy038
    A BIG thanks for you and a I wish for you to upgrade to 39 as soon as possible ;)

    Best Regards,
    Alireza