• Issue switching to NPP with Alt+Tab on Windows 10 Pro

    Locked
    1
    0 Votes
    1 Posts
    971 Views
    No one has replied
  • Would love to abandon Dreamweaver, but...

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Scott SumnerS

    @David-Stoltz said:

    I love the search & replace functions, that allow you to search open, current, or selected files

    open: yes in N++
    current: yes in N++
    selected: sort of in N++…you can specify a folder and wildcard-based filespecs to filter on…and if you want subfolders searched(/replaced) or not…but you can’t pick and choose individual files by some sort of checkbox highlighting if that’s what you’re after

  • Hex/EBCDIC edit mode

    Locked
    5
    0 Votes
    5 Posts
    14k Views
    Vagner Almeida MartinsV

    My apologies, I really had not understood your answer, anyway, thanks for the feedback.
    I will be waiting for a possible solution to my suggestion.

  • 2 things that I would like

    6
    1 Votes
    6 Posts
    2k Views
    Claudia FrankC

    Can confirm, it looks like the bookmark will be moved to the next line of the selection, like

    having the following text (O indicates the bookmark, numbers obviously the line margin)

    O 1 hello hello 2 world world 3 hello hello 4 world world

    bookmark on first line and selection is on complete first line
    (eol included so that cursor is on first position on second line)
    then by pressing alt+u it will result in this

    1 Hello Hello O 2 world world 3 hello hello 4 world world

    if selection is line 1 including line 3 (cursor is on first position on line 4) results in

    1 Hello Hello 2 World World 3 Hello Hello O 4 world world

    and by selecting all text, bookmark will be deleted

    1 Hello Hello 2 World World 3 Hello Hello 4 World World

    Cheers
    Claudia

  • Associated Extensions

    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Nidal-Awartany

    Microsoft tends to change this from time to time so I would recommend
    using the windows way to make this registrations.

    Cheers
    Claudia

  • Left margin

    3
    0 Votes
    3 Posts
    2k Views
    Mikhail VM

    @Massimo-Furlani

    Yes it is possible to set the left margin of the whole window.
    But you should try to describe the exact result you want to achieve,
    or ideally make a screenshot. Otherwise it can result in misunderstanding.

  • Rerun find all.

    Locked
    2
    1 Votes
    2 Posts
    1k Views
    Scott SumnerS

    @Tom-Vines said:

    quick refresh results in the Find Results box

    Yes, nice suggestion…

    bit of a bug

    Not really a bug, per se, if you have edited the text of the document since you last did something that had populated the Find result panel. The panel remembers the positions in the document at the time the search was run. Changing text since the time of search moves the text so that the recorded positions are shifted.

  • Right text margin

    4
    0 Votes
    4 Posts
    2k Views
    Scott SumnerS

    @Manlio-Bovecchi

    The solution to that is to set the window size to more-or-less correspond to the Vertical Edge setting. Or open a second view and then do a similar thing with the splitter (although that is less desirable since the splitter position doesn’t get retained between Notepad++ runs.

  • Split line in text file

    5
    0 Votes
    5 Posts
    6k Views
    V S RawatV

    try plugin TEXTFX, you will find many easy methods for such manipulations.

  • extensive macro support required in npp

    10
    0 Votes
    10 Posts
    4k 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
    6k 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
    996 Views
    No one has replied
  • 0 Votes
    1 Posts
    755 Views
    No one has replied
  • Folder as workspace How to sort files

    Locked
    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.

    Cheers
    Claudia

  • Notepad++ is missing a robust migration feature

    Locked
    3
    1 Votes
    3 Posts
    1k 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
    4
    0 Votes
    4 Posts
    5k 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
    2k Views
    L SchererL

    @MAPJe71 YOU ROCK! thank you. My entire project team thanks you.