• 0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Iroquois-Pliskin as a workaround you might try editing the userDefineLang.xml directly. It seems that importing the udl deletes the nakaguro sign while editing the xml directly will preserve it, even after multiple restarts. Cheers Claudia
  • Remove line numbers from every line in a G-code program

    2
    0 Votes
    2 Posts
    5k Views
    Claudia FrankC
    @Gary-Christopher yes, I assume so. Use find dialog and tick regular expression. Find what:^N\d+\h and leave replace with empty. ^ means start of line N is literal \d means digits + means match the preceding atom one or more times \h means horizontal spaces ( you could also use a space by pressing the spacebar.) Cheers Claudia
  • NppFTP no TLS Handshake no connection

    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC
    @izanagi23 maybe a wireshark trace unveils what’s going on!? Cheers Claudia
  • How to enter character codes?

    alt+ code unicode input
    4
    0 Votes
    4 Posts
    16k Views
    Claudia FrankC
    @Thempleton-Aart Thank you :-) Cheers Claudia
  • .ino style configurator

    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @esfeld which language do you use? c? python? …? Add it to the language as user extension. Cheers Claudia
  • Remote synchronization plug-in

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @宋佳楠 what about the cloud functionality - wouldn’t this to the job? Cheers Claudia
  • Restoring the crashed file from notepad++.exe.????.dmp file

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC
    @Satya-P-Nigam did you check if the file is still in the backup directory of npp? Cheers Claudia
  • Creating an input file

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC
    @Anaïs-Mabille I’m not sure about your question. Is the txt format and the inp format different or is it just another extension? If the latter is the case, you can just type the extension in the save dialog - done. If format needs to be converted can you provide the details then it might be possible to write a script to do so. Cheers Claudia
  • Failed to add 'Enter' in Scintilla commands for "9 SCI_NEWLINE"

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @khing-blue but this is the default, isn’t it? Did you remove it and want to revert it? If so, there is a file called shortcuts.xml, either in the %appdata%\notepad or in the install directory which should have the following entry. <ScintillaKeys> <ScintKey ScintID="2329" menuCmdID="0" Ctrl="no" Alt="no" Shift="yes" Key="13" /> </ScintillaKeys> Delete it, restart npp ENTER should reappear. Cheers Claudia
  • Feature Request

    Locked autosave logging
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Dan-Castleton maybe you wanna check this out. Be sure to read the whole thread. In regards to the popup window I assume we can find a way to make it happen. Let me know if you want to go this way. Cheers Claudia
  • Where to find the pagecode used and the encoding mode of a file?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Jacques-Gander In the statusbar, the second field on the right shows which encoding is currently in use. What do you mean by pagecode? Cheers Claudia
  • Complete Beginner - Help Writing C++ Code

    6
    0 Votes
    6 Posts
    8k Views
    S
    If you keep going, you will REALLY get an appreciation for that!
  • Get rid of grey areas

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD
    Settings > Preferences > Editing turn off: Display Line Number Display Bookmark Enable current line highlighting Set Folder Margin Style to None Not sure what the “flashing boxes” are. Maybe auto-complete. That can be turned off as well in the preferences.
  • Weird error I thought I should report

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Why am I getting WakaTime

    2
    0 Votes
    2 Posts
    2k Views
    dailD
    WakaTime is a plugin for Notepad++. It does not ship with Notepad++ by default. I think it is just available through the plugin manager.
  • Search not highlighting all results?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    guy038G
    Hello, Michael, Choose the menu option Settings - Preferences - MISC Click on the Enable option, in the Smart Highlighting area You may prefer the Match case option, as well ! Et voilà :-)) Enjoy N++ ! guy038
  • Shortcut for next node in overload list in the xml file using UDL

    2
    0 Votes
    2 Posts
    2k Views
    oklar123O
    Bumping
  • 0 Votes
    2 Posts
    2k Views
    Vishnu Hari DadhichV
    Okay solved. settings->style configurator->font style and select same as of MS Notepad or any other supporting of your choice. Works like charm. Thank You. :)
  • Search and replace using named capturing group in regular expression

    7
    1 Votes
    7 Posts
    23k Views
    gerdb42G
    “Search / Replaces in files”-function allows only 1 line. Who said so? If you know where line breaks will occur, try \R-Pattern as Placeholder. Or check option . finds \r and \n. In replacement, insert \r\n at places where you want line breaks. When using . finds \r and \n pay special attention to greedy/non greedy repeats.
  • RTF in NotePadd ++, can I get rid of the url underline??

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    gerdb42G
    Where is the underline shown? If it’s in Notepad++ it has nothing to do with RTF. Go to Settings->Preferences->MISC and disable clickable links. If it’s not in NPP, many Tools have similar Settings to automatically highlight text parts that look like a link.