• function list - need help with regular expression

    18
    0 Votes
    18 Posts
    8k Views
    Christian11235C
    Hi, I am sorry - I just made a mistake and used the wrong functionList.xml. Now that I am doing it correct <function mainExpr=“^(={1,6})\h+\K(\w| )+(?=\h+\1)”/> is working and shows the correct functions. I can only apologize and thank you for all the help, Christian
  • 0 Votes
    7 Posts
    5k Views
    RomWinstonR
    @Michel-Daoud Hello, Iike @Claudia-Frank said, it is normal behavior. I don’t think you can have this behavior using np++ options or even TextFX autocomplete behavior. However, it’s possible to achieve this behavior using a plugin : XBrackets. I invite you to download it and try it out. In the settings of the plugin, you should see “Even if corresponding right brackets exists”. Check that too, and it should work the want you want it. Hope I could help.
  • Alt+Key shortcuts

    5
    0 Votes
    5 Posts
    4k Views
    thunderbirdmozT
    You can try using a third party macro program like autohotkeys to trap alt+d and convert it to home.
  • Brief question for the ones who know ;)

    6
    0 Votes
    6 Posts
    3k Views
    Scott SumnerS
    My first reaction when reading the OP’s question was that they want to have a way to create “n” selections based upon what is selected in a single selection. Then, typing will overwrite the contents of all “n” selections, in reality doing a visual, character-at-a-time replace. This posting (and corresponding Pythonscript by @Claudia-Frank ) does something similar and my be worth taking a look at: https://notepad-plus-plus.org/community/topic/11360/multi-selection-and-multi-edit
  • 0 Votes
    2 Posts
    1k Views
    chcgC
    There are open issues on this: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/215 https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2535 https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1927 , but daylight saving seems to be a new aspect.
  • Mouse pointer disappears/goes invisible

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    Manuel de MeloM
    I’ve only noticed it with N++, but of course, that’s not to say it isn’t an MS issue. I am still looking up other occurrences and trying to replicate the issue elsewhere. So far though, only that one area of N++ does it.
  • Can I search for a tag in am xml file and have them all listed together?

    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC
    Your welcome Cheers Claudia
  • how to reinstall the note pad starter

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Edmond-Mullins Note pad starer is what? If it is notepad++, then it would be nice if you could let us know what the message is otherwise we have to guess and guessing mostly doesn’t work in such cases. Cheers Claudia
  • Always prompted to upgrade a plugin, and then the update fails

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Quanah Gibson-MountQ
    Never mind, I found another thread where people had the same problems, and was able to fix it by deleting the Notepad++ directory from my Roaming profile.
  • Unwanted line appears after return.

    Locked unwanted line
    6
    0 Votes
    6 Posts
    3k Views
    Claudia FrankC
    @John-Pilge Nice find - so have to toggle NppCalcs active state. Standard shortcut is CTRL+SHIFT+C. Cheers Claudia
  • Regular expression - delete last character on line

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    lazarusrL
    @Claudia-Frank Thanks. Sorted.
  • Help with modifying .ini Language / Comment Lines

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    WildByDesignW
    @Claudia-Frank Thank you for confirming.
  • Recorded Macro Not Working

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Chrissy-Morrison-Graham How did you record the macro? Can you post what is inside shortcuts.xml file? (Which is either in you installation directory or under %APPDATA%\notepad++) Cheers Claudia
  • LIST OF KEYBOARD SHORTCUTS PLEASE

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    mkupperM
    Do you mean like this? http://docs.notepad-plus-plus.org/index.php/Keyboard_And_Mouse_Shortcuts
  • FONT - Setting

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Barry-Karas Font can be changed globally or per language under Settings->Style Configuration Cheers Claudia
  • Replace text with \n\r using regular expression

    9
    0 Votes
    9 Posts
    8k Views
    Claudia FrankC
    @Robin-Cruise so you have only one group, means \1 contains everything after test_tunc, unitl line end. Cheers Claudia
  • Notepad++ compatibility with Microsoft Edge

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Ru-Esteban sorry, but your post doesn’t make sense. You do not open npp with MS Edge, you open the script. So what exactly are you doing? Step by step. Cheers Claudia
  • Having trouble linking my CSS file to my index.html file!

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to add UDL key words

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Robert-Hemingway dropdown box with suitable words, as you type therefore you need to provide an API file with the same name as your UDL is. See plugins\APIs directory for examples. The keywords within udl are just for syntax coloring. Also what is the understanding behind “instre1” “type1” …“type4” in the langs.xml file <Keywords name= ? That is basically a link to the stylers.xml to provide the information which style should be used for which keyword group. Please note, that not every language supports the same amount of keyword groups and even not the same keyword group link names. Cheers Claudia
  • Run Perl

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    Scott SumnerS
    @Robert-Shiffman said: https://www.youtube.com/watch?v=caPbaB219bQ The video you referenced is actually pretty good as far as the pure mechanics of setting it up go. You are missing a $ in front of (FULL_CURRENT_PATH) in your post; it should be $(FULL_CURRENT_PATH). That part is the “magic” which allows you NOT to have to change anything to run different .pl files that you edit with Notepad++, contrary to what you said about “change the command each time…”. You can find the text of the existing commands of the Run menu in the shortcuts.xml file. It’s location can vary depending upon your Notepad++ install; easiest way to find it the first time is probably a search for it.