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

      User-Defined Language | Problem with Code Folding

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      5k Views
      WerwacKW

      Hi Lukas,

      This thread about Maxscript may also interest you: https://notepad-plus-plus.org/community/topic/13443/need-help-to-make-maxscript-functions-recognized-by-function-list

      Werwack

    • thecoolmacdudeT

      Is there a way to have multiple languages in a single file?

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

      @thecoolmacdude

      as long as it is html, yes you can.
      Afaik, html is the only lexer which supports different sublexers.

      Cheers
      Claudia

    • Young En KimY

      Can't make PHP echo or include to work

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

      @Young-En-Kim

      npp is an editor, not a webserver.
      Search the web for setup a webserver with php support or for
      php builtin webserver.

      Cheers
      Claudia

    • Jefferson BakerJ

      Insert Key No Longer Works

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

      I need side-menus to navigate huge text files.

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      0 Votes
      13 Posts
      7k Views
      mkupperM

      @Chad-Coffman - I use npp’s search feature to navigate within a huge file. I also take advantage of the fact that a “word” in npp is a consecutive series of letters, digits, and the _ (underscore) symbol. At the top or bottom of a file I’ll have an index or summary and use something like:
      * Section_01 - Overview of the issue
      * Section_02 - Some section of the file
      * Section_03 - Another section of the file

      At the start of each section I have something like
      Section_03 - Another section of the file

      To navigate to section 3 I double click on Section_03 in the index to highlight that word, Ctrl-F to bring up the find box, and then hit Enter. I suspect I could add a npp keyboard shortcut to search for the hightlighted word if there’s not already one. My fingers are happy with Ctrl-F Enter.

      While I used Section_01, … 03 in the example you can use any string for the section labels. I stick with the [a-z0-9] character set for section labels as it’s easy to select the entire word with either double click or Ctrl-shift left or right arrow.

      The downside of that approach is there’s no “back” button to jump back to where I used to be in a file.

      I also take advantage of file://… links to jump from file to file within npp and/or to launch viewers such as Firefox.

      For example, I’m currently dealing with AT&T about some stuff related to my DSL connection. In my ATT-DSL.txt project file I’ll have something like
          03/12/2017 Received postal letter confirming automatic payment
              file://c:/Projects/ATT-DSL/2017-03-12-Confirmation-letter-for-automatic-payment.png
              file://c:/Projects/ATT-DSL/2017-03-12-Confirmation-letter-for-automatic-payment.txt
      The main project file has a summary. If I want to see the letter itself I can click on either the .png link which will pull up a scan in a web browser or the .txt link which is the results of running the png through an OCR program.

    • Vasile CarausV

      Regex: Put all sentences from Column\Tabs on a single Line

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      4k Views
      Vasile CarausV

      guy038, I don’t have to say you are THE BEST ! WORKS PERFECTLY !!

      thank you very much !

    • Christian11235C

      function list - need help with regular expression

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

    • Michel DaoudM

      Cannot auto insert another parentheses couple if another parentheses are already opened after update

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

    • Jakub SvobodaJ

      Alt+Key shortcuts

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

    • Kostas KarageorgeK

      Brief question for the ones who know ;)

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

    • intuedgeI

      recognize time change (daylight saving on/off); don't conclude all open files have changed

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

    • Manuel de MeloM

      Mouse pointer disappears/goes invisible

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

    • 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
      2k 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

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