• highlight current active line

    Locked color
    2
    0 Votes
    2 Posts
    2k Views
    S
    @buhtz If you spent a lot of time looking without finding, then I feel sorry for you… [image: M2KB01g.png]
  • change the colors of tabs in Notepadd++

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Angel-Llacuna Settings->Preferences [image: Xr4R9He.png] But this affect all whitespace symbols. Cheers Claudia
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to find an replace incremental items?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    ILYDI
    I fixed it. I just commented those lines out. Thanks :)
  • spellcheck options

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Jake-Macklin current version comes with the DSpellCheck plugin installed. Check the manual to see if it can do what you need. Cheers Claudia
  • Forgetful Notepad++

    7
    0 Votes
    7 Posts
    4k Views
    S
    @glennfromiowa Yea, TakeNotes is fine, and I used to use it…until I figured out that all I needed to replicate its behavior was a couple of lines of Pythonscript code. :-) Nice to “see” ya, glennfromwhereisthatagain…
  • Does Notepad++ support Pygame?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Javier-Diaz-de-Rabago this is not really a notepad++ question I guess, because npp, as well as any other text editor on the planet doesn’t care about what kind of python libraries you use. There must be something wrong in your run configuration if the same code runs under IDLE but don’t run if executed, by whatever way you chose to execute, via npp. Cheers Claudia
  • Find and Replace values between tags over multiple files

    Locked
    3
    1 Votes
    3 Posts
    1k Views
    Zecron ClawZ
    Thank you this worked :D
  • Close tab focusing on last tab, not the closer tab

    Locked
    4
    1 Votes
    4 Posts
    2k Views
    S
    @Luis-Santos Is it possible to open a feature request This will tell you have to make a feature request: https://notepad-plus-plus.org/community/topic/15741/faq-desk-feature-request
  • Set *.wri as default save extension

    Locked
    8
    1 Votes
    8 Posts
    2k Views
    S
    @Claudia-Frank Great, thank you! The post from @scott-sumner helped me to assign shortcut to the script (https://notepad-plus-plus.org/community/topic/14703/run-python-script-pythonscript-plugin-with-a-shortcut)…
  • change "this" color

    Locked
    7
    1 Votes
    7 Posts
    2k Views
    Claudia FrankC
    @Giliann-Sauret no, ((EOL)) is the only special variable you could use together with UDL. Cheers Claudia
  • How to enable seeing unique symbols?

    Locked
    11
    1 Votes
    11 Posts
    5k Views
    Claudia FrankC
    There seem to be a difference in OS as well because I went through all of the installed fonts on my linux and none of them behave like described. I always see a consistent behavior regardless whether the 〕is used in front or not. For example the font DejaVu Sans Mono on linux show only the rectangles. [image: 9eWZqfB.png] Cheers Claudia
  • 1 Votes
    6 Posts
    2k Views
    Claudia FrankC
    @Scott-Sumner sorry - seems I totally misunderstood what OP was asking for. I thought OP wants to jump back to the original (starting) position, not to the last position which was ok to be replaced. And now I’m thinking that this jump (to where the action started) wasn’t possible before at all. Cheers Claudia
  • Delete multiple characters or words with "Find and Replace" at once

    Locked
    7
    2 Votes
    7 Posts
    5k Views
    marko marinM
    @Scott-Sumner said: You must open the door immediately. permission command prohibition request and I got You must open the door immediately. permission command prohibition request which was what I wanted.
  • Cannot save updated/modified file.

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Ravi-Ponna could it be that you try to save the file with saveas instead of save? Cheers Claudia
  • It seems that Notepad++ is locking the Clipboard.

    Locked clipboard
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Kevin-Morris Has anyone else noticed this? Not me, could it be that you are using a plugin which is locking the clipboard? If not, could you describe a reproducible scenario when this happens? Cheers Claudia
  • Open folder as project issue

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Brandon-Carter open folder as project only allows me to select desktop for some reason anyone know why or how to fix it? Could you please a little bit more specific what exactly you are doing? For more information see here. Also I’m looking for a autosave every x amount of seconds plugin that works with the newest notepad++ if anyone knows of one thanks. What is the issue with the ones available via plugin manager? Or are you affected by this. Cheers Claudia
  • Add to Supported Extensions

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Robert-Shiffman not 100% sure I understand your issue correctly but is this your problem? Cheers Claudia
  • how to search for selected text

    Locked highlight selected text search
    4
    2 Votes
    4 Posts
    2k Views
    Shmizan BS
    @Claudia-Frank thanks! this is exactly what I was looking for.
  • Paste preserving the indentation + Whitespace conversion issue.

    Locked
    15
    0 Votes
    15 Posts
    15k Views
    S
    that would be the case if it was you who was also indenting with 2 spaces, but you are not the only one who codes, you get a code from other people who may indent with 4 spaces, 6 spaces, 8 spaces or whatever it is that they decided to indent with. Then, you want to convert that to your own style, and you cannot do this automatically, you still have to manually do it, by going into the preferences and changing your tab length to whatever the other coder formatted with, then you open another code formatted with a different set of spaces, then you do the same etc. At least, it would be nice if we had like a tab length : 2 option in the status bar, where you can quickly set your tab length. We can easily see what EOL the file is formatted with and convert the EOLs from the statusbar. I really like that EOL option offered there on the status bar, and is perfect. But, the same is simply not the case for the indents. That area, I think can be improved upon programmatically. If anyone knows a script to make these conversions more automatic, please let me know.