• extensive macro support required in npp

    macro writing
    10
    0 Votes
    10 Posts
    5k Views
    V S RawatV
    I could understand the basics of pyscript, though not yet developed a macro of my own. it seems, entire foxreplace activity can be done within npp itself, by pythonscript. so convenient. thanks for directing to the right direction.
  • Last line has CRLF or not?

    8
    1 Votes
    8 Posts
    7k Views
    pnedevP
    Hi guys, Strictly speaking the CRLF (or LF) is actually a delimiter between lines. You can think of it as a caret positioning symbol. I agree that it is useful to have the last non-empty line have line termination (CRLF) or put in other words - to have an empty last line and I always do that manually but it is definitely not necessary. It can even be bad in some cases. For example if you want to use a text file as input to some process’ pipe the last LF might be a problem. BR
  • Syntax coloration failure in a T-SQL file with .sql extension

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    924 Views
    No one has replied
  • Folder as workspace How to sort files

    Locked sort files
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Bogdan there is no additional sorting feature implemented by it looks like it is done automatically anyway. [image: mwhxR8j.png] Cheers Claudia
  • Notepad++ is missing a robust migration feature

    Locked
    3
    1 Votes
    3 Posts
    2k Views
    Frank OrellanaF
    There is also the Cloud configuration in the settings, i use that to move my configs around different computers (either really using a cloud like google drive or a shared folder) It will apparently sync all settings including user defined langs, themes, and even backups. It does not seem to work for plugins though
  • Function List gives too much info

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    Scott SumnerS
    @William-Pigott said: go back to version 7.2.2 Well, hopefully you took @Claudia-Frank 's hint and simply pulled the functionList.xml file from 7.2.2, and dropped it into your more-recent-version’s folder structure…no need to fully downgrade to get this one bit of functionality changed… functionList.xml went from 14006 bytes in version 7.2.2 to 57945 bytes in version 7.5.1, so I’d guess there are some pretty significant changes in there.
  • Menu - Settings - Import plugin(s)... doesn't do anything

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • plugins problem

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • separate fonts for English and Hindi text

    Locked complex scripts hindi multiple fonts
    4
    0 Votes
    4 Posts
    6k Views
    V S RawatV
    Insightful method. Really creative. I couldn’t think of it myself. though, for a lazy like me, it is too much work, so I would avoid doing all this. Thanks a lot for giving such a good method though. Rawat
  • 0 Votes
    6 Posts
    3k Views
    L SchererL
    @MAPJe71 YOU ROCK! thank you. My entire project team thanks you.
  • Validator

    Locked plugins
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Bruce-Coyne Well I can say yes because I know that XML Tools can validate against xml schemas but I’m unsure if this is what you are looking for. Cheers Claudia
  • Weird 7.4 issue: unable to save new files

    save saving
    11
    0 Votes
    11 Posts
    13k Views
    chcgC
    @LAPIII https://notepad-plus-plus.org/download/v7.4.2.html is still available, but 7.5.1 also contains the fixes of the previous releases. So your issue is probably a new issue yet unknown issue. Under https://notepad-plus-plus.org/community/topic/14392/just-another-ordinary-release-7-5-1 there seems to be no such problem report. So you could try to add a more complete description of the problem in that thread or report it at https://github.com/notepad-plus-plus/notepad-plus-plus/issues
  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Sainent-eBusiness not 100% sure if I understand your question, if it is about having the common nppftp plugin included then, no, I prefer to decide by my own which modules I want to install. If it is about having a ftp plugin builtin, then no, I think having a strict separation about core editor functionality and additional features, as plugins, result in a more stable version for everyone. Cheers Claudia
  • Sort TextFX - error Nul characters

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    Christie MobleyC
    If I split the big file into two small files then the Line works very well. Hope one day that Notepad early days improve better in the future. Thank Cheers.
  • Notedpad missing from the context of mouse right click

    Locked
    12
    1 Votes
    12 Posts
    17k Views
    ?
    Hi, Just wanted to thank ZillaZilla for posting the problem. I learned from what you were having problems with. I had downloaded Notepad++ and expected it to work right off. Through your post I fixed it and it is working. The only problem was I took off work to do this assignment and wasted all day trying to get this to work. Thanks again!!
  • How can I highlight all functions in Python?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Scott SumnerS
    @Shu-Ting-Pi You could use the Mark feature along with a regular expression that would highlight these function calls, but it wouldn’t be automatic…meaning that you would have to “refresh” it occasionally…
  • Opening read-only files

    5
    1 Votes
    5 Posts
    7k Views
    Filipe CostaF
    +1 for this. The Clear Read-Only Flag should not be an option and it should behave like that by default.
  • Characters count

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    Scott SumnerS
    @Manlio-Bovecchi Wow. Picture is worth the proverbial 10000 words. :-D My first thought is: How many bytes does Windows Explorer think this file has? Also 4?
  • copy a part of files in an other file

    Locked copy part of a ile in an othre
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Pouemes44 not directly but you could use find in files function and copy the results from the find result window into the new document. Cheers Claudia