• 6 Votes
    1 Posts
    863 Views
    No one has replied
  • 2 Votes
    5 Posts
    2k Views
    Scott SumnerS
    @Yoann-Pearson225 I wasn’t talking to you; if you notice, I directed my comment to @Bruno-Guillemette
  • importing a gcode file

    Locked file transfer gcode reading code
    1
    0 Votes
    1 Posts
    992 Views
    No one has replied
  • How to translate website

    Locked
    1
    0 Votes
    1 Posts
    872 Views
    No one has replied
  • i want my old icon back

    13
    0 Votes
    13 Posts
    32k Views
    Dorus RolvinkD
    I know it’s an old topic, but I like non-important problems like this. I just like my desktop to look nice! So here’s the solution for other people like me, googling this problem, and finding this topic among the first results. Get yourself a nice .ico file. I got this image (.png) https://archeinre.deviantart.com/art/Notepad-Icon-350206145 And converted it using http://icoconvert.com/ great service, no problems. For my setup (windows 10, standard settings), 24x24 looked the best in the taskbar. (You can also convert it using gimp, but it’s quite complex. Paint should also be able to do it, but you lose transparency then.) Once you have the .ico, go to your notepad++.exe (for me it’s in C:\Users[myusername]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs) but if you have it pinned to start, you can also do Right click > more > open file location Rightclick on notepad++ > properties > Change Icon… > Browse Then find your .ico file. Save and close. Right click notepad++.exe again > pin to taskbar (unpin first if pinning is not an option). For me, the icon changed immediately :) Cheers!
  • Feature Request: Refresh search results when file is saved.

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Scott SumnerS
    @Mark-Bina I agree it would be nice to be able to re-run the search conditions that originally wrote results to the Find-result panel in an on-demand fashion (upon file save or change seems a bit much, though).
  • Feature Request: Save File on loss of focus

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Scott SumnerS
    @Mark-Bina There’s an AutoSave plugin. It has been a bit of time since I used it last, so I can’t say for sure if it does exactly what you are looking for; it may be worth checking out to see if it meets your need. Your desired behavior could also be scripted with a scripting plugin.
  • Virtualisation of Notepad++ with AppV

    2
    0 Votes
    2 Posts
    2k Views
    chcgC
    See http://docs.notepad-plus-plus.org/index.php/Configuration_Files and there allowAppDataPlugins.xml. Or https://notepad-plus-plus.org/community/topic/10856/install-plugins-without-administrator-privileges-gpup-exe. Is that what you need?
  • A way to Not fold last line of folded code.

    Locked feature request folding
    1
    0 Votes
    1 Posts
    864 Views
    No one has replied
  • Wanted function: Remove Duplicated Lines

    9
    1 Votes
    9 Posts
    9k Views
    Scott SumnerS
    I took a look at TextFX and I don’t see a “remove duplicate lines” functionality. There is an ability to keep only unique lines upon doing a sort, but this is not the same thing…not everyone wants a sort along with duplicate-line removal. So recompiling TextFX for 64-bit isn’t going to do anything for providing what the OP is asking for. Maybe I’m wrong and I just missed seeing it in TextFX? @Juan-Miguel-Martínez said: I can…write my own text editor with the functions I want cough I must admit that caused me to laugh out loud–guess it was the cough part on the end. :^) …No need to go all smartass about it. This comment caused me to stop laughing. This forum is all about alternative solutions to problems, and Jim/Guy/Peter were simply trying to illustrate some of those. They weren’t going “all smartass” as I interpret what they said. There is usually value in all contributions here, and I for one will be checking out Strawberry Perl (used Perl before, but not the fruit-flavored variety). That all being said, if you already know alternatives exist and are just stating that you’d like to see a duplicate lines removal feature built right into Notepad++, then point taken, request noted. As to whether or not you will ever see that happen, I have no idea.
  • -2 Votes
    3 Posts
    2k Views
    Gogo NeatzaG
    https://support.apple.com/en-au/HT203075
  • scripting NotePad++ configurations?

    5
    0 Votes
    5 Posts
    3k Views
    Charles KelsoeC
    Thanks. I will explore this option.
  • Comment command not working...

    8
    0 Votes
    8 Posts
    3k Views
    Mark -M
    Well I jumped the gun. I had to restore from backups to 6.7.1 to get the comments to work and have the styles I have configured to be correct.
  • Feature request: Removal of matching parenthesis or quote

    Locked
    1
    0 Votes
    1 Posts
    839 Views
    No one has replied
  • 0 Votes
    10 Posts
    4k Views
    AZJIO AZJIOA
    To change the size of letters, you need Word. This program for programming, for texts in pure form.
  • Feature Request: List of frequently used files

    8
    1 Votes
    8 Posts
    8k Views
    tazotoduaT
    There exists “Notepad++ Favorites” plugin - https://github.com/heldersepu/nppfavorites put the NppFavorites.dll into installation folder to manually install.
  • Launch in ...

    6
    0 Votes
    6 Posts
    4k Views
    Scott SumnerS
    @jeronymite2 said: couldn’t find shortcuts.xml Probably you are using the “installed” version of Notepad++ (as opposed to the “portable” version). In the installed version, if you click the Windows Start menu and type %APPDATA% in the “Search programs and files” box (and then press Enter), an Explorer window will open where you should see a Notepad++ folder–inside that folder should be your configuration xml files, including shortcuts.xml. Note: In the “portable” version, the xml configuration files are in the same folder as the notepad++.exe file.
  • How to Recover File during power gone...

    Locked
    1
    0 Votes
    1 Posts
    776 Views
    No one has replied
  • Bug Fold All/Unfold All: cause // { comments

    Locked folding comments javascript bug
    3
    0 Votes
    3 Posts
    2k Views
    Gilles GipoG
    @dail Oh ! OK, I understand, now… It’s totaly logic, but I dindn’t think to see in that direction. The solution is easy to find, now : I only have to cope with this, and avoid to stick those specific characters :) …and it works! Thanks! :D //if(i != iTab){ // a space beetween { and // (...) // } // a space beetween // and }
  • No new syntax in black themes

    2
    0 Votes
    2 Posts
    1k Views
    AZJIO AZJIOA
    You can select the color using the HTML page https://pastebin.com/3Csbu1ZW Open in your browser