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

      Can I search for a tag in am xml file and have them all listed together?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      3k Views
      Claudia FrankC

      Your welcome

      Cheers
      Claudia

    • Edmond MullinsE

      how to reinstall the note pad starter

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k 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

    • Quanah Gibson-MountQ

      Always prompted to upgrade a plugin, and then the update fails

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • John PilgeJ

      Unwanted line appears after return.

      Watching Ignoring Scheduled Pinned Locked Moved 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

    • lazarusrL

      Regular expression - delete last character on line

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      4k Views
      lazarusrL

      @Claudia-Frank Thanks. Sorted.

    • WildByDesignW

      Help with modifying .ini Language / Comment Lines

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      WildByDesignW

      @Claudia-Frank Thank you for confirming.

    • Chrissy Morrison-GrahamC

      Recorded Macro Not Working

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Roger LawesR

      LIST OF KEYBOARD SHORTCUTS PLEASE

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Barry KarasB

      FONT - Setting

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Stanisław MędrzeckiS

      Replace text with \n\r using regular expression

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Ru EstebanR

      Notepad++ compatibility with Microsoft Edge

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Sandie ElaineS

      Having trouble linking my CSS file to my index.html file!

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Robert HemingwayR

      How to add UDL key words

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Robert ShiffmanR

      Run Perl

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • Emmanuel TermeE

      Encoding issue V 6.7.3

      Watching Ignoring Scheduled Pinned Locked Moved encoding
      6
      0 Votes
      6 Posts
      3k Views
      NippurDeLagashN

      @Claudia-Frank said:

      A possible solution using python script plugin has been shown here.

      Cheers
      Claudia

      It does exactly what I need, and it works fine. Thanks a lot for the suggestion.

    • RedstoneFuture TVR

      more keywords as 8 for a language style

      Watching Ignoring Scheduled Pinned Locked Moved language style colour keywords
      6
      0 Votes
      6 Posts
      4k Views
      Claudia FrankC

      @RedstoneFuture-TV

      and to be honest, it is only half the truth as you need to wrap this all in a plugin.
      But may I ask you why there is a need to have more than 8 different keyword group styles?
      Does this really makes sense?

      Cheers
      Claudia

    • Frank WangF

      Help to directly load visual studio solution into the notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      3k Views
      Claudia FrankC

      @Frank-Wang

      not the newest infos but a good starting point.
      http://docs.notepad-plus-plus.org/index.php/Plugin_Development#How_to_develop_a_plugin
      In addition, check some of the other plugins code to learn.
      Most of them are open source on github and sourceforge.

      Cheers
      Claudia

    • RunemoroR

      How can I set Notepad++ to indent with spaces?

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      22k Views
      gstaviG

      @NippurDeLagash
      My reason for needing such behavior is that a source project has many authors. Think of multiple libraries. Coding style is not always strictly enforced (it is a different debate if it should be). And while I may modify any source file during development or debugging it is a good habit that a small fix will respect the original style of the code surrounding it.

    • Corné HaastC

      Search and replace with wildcards

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      6k Views
      Claudia FrankC

      @Corné-Haast

      open find/replace dialog and check regular expressions. (bottom left)
      For find use:

      sdval=".+?"

      and for replace your value.

      The regex looks for sdval=" literally followed by any char until the next double quote appears.

      . = any char + = at least one char expected ? = non-greedy

      More infos how npps regex engine works can be found here.

      Cheers
      Claudia

    • Sebastian SchmidtS

      Notepad++ Batch program find lines missing "..."

      Watching Ignoring Scheduled Pinned Locked Moved find and add
      2
      0 Votes
      2 Posts
      2k Views
      Claudia FrankC

      @Sebastian-Schmidt

      it might be possible that a regex can help in such a case but you need to
      know where exactly the missing G0? needs to be placed but in general
      I would advise to learn a scripting language for solving such problems.
      I, of course, would advise to learn python. ;-)

      Cheers
      Claudia

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