• remember opened tabs of my choosing

    5
    0 Votes
    5 Posts
    2k Views
    gstaviG

    Try joining forces with the guy from that post.

  • Brainf* interpreter in RegEx only (find/replace)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Why does Notepad ++ Search/Replace feature continue to fail?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
  • i see unknown symbols

    7
    0 Votes
    7 Posts
    5k Views
    Reed ScarceR

    Thanks for the heads-up @dail
    This happened to me too, just now. Perhaps related to having too many files tabbed open. Another artifact was after the first CRLF the first character of each line disappeared. I copy/pasted the file and all the text was there, minus the CRLFs.

    Take precautions, act like the file may be corrupt or on the verge of corruption before you do anything else. However, with that in mind, after I closed a couple of files the subject document became the active document and I did a simple ctrl-S and the initial chars reappeared, and the CRLF flags disappeared. YMMV

    The periodic backups are one of the reasons I like Notepad++ so much. Forewarned is forearmed, much obliged.

  • editor.hideLines() doesn't persist?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Alan-Kilborn

    if you use the menu function to hide lines you will see that you do get
    additional markers. These markers are identified by npp when switching a tab.
    So, afaik, either use markerAdd, with
    MARK_HIDELINESBEGIN = 23;
    MARK_HIDELINESEND = 22;
    MARK_HIDELINESUNDERLINE = 21;
    to mark the hidden lines or use npp menu function to get the same result.

    Cheers
    Claudia

  • 1 Votes
    5 Posts
    2k Views
    Scott SumnerS

    I misspoke earlier when I said the “rightmost” tab gets activated when any other tab is closed. I should have said “tab to the right of the closing tab”. Unless of course it is the rightmost tab that gets closed in which case it is the tab to the left (now the rightmost!) that is made active.

    Anyway this is an open issue since September of 2015: Closing a file should activate the most recently used document

  • Give focus to Find window

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    AlienmuppetA

    Well, it’s not the real fix, but I’ve done that and I now do not get the problem. Thanks :-)

  • Letter l and 1 is the same in default N++ new page / text

    Locked
    9
    0 Votes
    9 Posts
    8k Views
    Mikhail VM

    @Scott-Sumner said:

    @Mikhail-V said:

    your best bet will be Microsoft fonts like Arial, Times new Roman, Segoe UI

    Well, none of those 3 are fixed-pitch (monospaced) fonts, which goes against the grain of the advice given above. The reason for the advice to use a fixed-pitch font is so that columns of text line up.

    Yes, I know :-) But I am not sure if the OP knows yet those things.
    So just to the possible readers, a short tale about fonts:

    It is true that many e-documents especially before 00’s contained
    so called “space-aligned” columns, i.e. a user simply tapped space bar
    to align columns of text. It was totally ok since anyway computer software
    that day used text mode only - so there were no normal fonts anyway.
    Only single-width characters, like on a mechanical type-writer were possible.
    (That is where Courier font originates by the way - Courier-like fonts were used
    in type-writers, and it is probably best that you can get with a monospaced)

    For example “i” and “m” are looking really weird in a monospaced font,
    because “m” must be actually trice as wide as “i”.
    Not to tell about the lack of any kerning and discrete spacings.
    That is why if you change a text document from Courier to Arial for example,
    you will see a dramatic improvement of the picture.

    BTW, the history of legible type design dates back to the BC, and a good font
    was never monospaced. In other words, type writers and early computing
    fonts made such a “time jump” to the BC, simply due to some technical limitations.
    Nowadays, thanks heaven, PC users can use normal fonts, like in a printed book,
    Such fonts are well designed, and industrial fonts are also optimized
    for readability (well, at a minimum, do not ignore this point completely).

    This conversion created a lot of funny memes, like for example: ‘accidental’ features that people of 70’s so much got used to, e.g. pressing space to align columns,
    does not work with normal fonts well. Users felt pretty bad about that, and
    stood with the monospaced fonts, despite their poor geometry.
    Learning to press “tab” instead of space bar was easy, but still
    some users could not deal well with it, because at the time there
    were no advanced features like tabulations width setup in code-editing
    software (and up till now actually, btw, how it is with NPP? ;-).
    And that is probably the reason why Courier is the default font
    in many code-editors.
    Further this issue even evolved in a holy-war “spaces vs tabs”.

    That’s all shortly.

    resume:
    Well, with all respect to 70’s culture, I would strongly recommend to
    stick to normal fonts, and for special tasks like multiple selections, learn to use special tools like multi-cursors, or learn scripting.
    That will pay-off itself really good.
    Furthermore, creating space-filled contents is really bad for exchanging
    documents, since you should not assume that on the other side
    somebody really lives in a monospaced tradition.
    So unless the OP will work on encryption algorithms or memory
    viewing, use of monospaced will just make it harder to read in general.
    But granted, there are pair of funny issues inherited from 70’s, still
    they are solvable.

  • Automatically changing the color of a phone number.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    David BaileyD

    Remember that NP++ is a raw text editor, so the information it will put back into a file will not retain any colour information.

    This is different from DOC files (for example) which store colours and font sizes etc.

  • I wish Notepad++ had a spell checker.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Rob RobertsR

    @guy038 Thank you so much, Guy; I was trying all kinds of things with spell check plugins before. Your instructions were perfect :-)

  • npp crashes after left open for some hours

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Meta ChuhM

    @patrickdrd
    i had a similar issue at a client’s place, it wasn’t a bug in np++ but a faulty network drive conection that comes and goes.

    do you have any files open on a network drive opened ?
    if yes what happens if you close all remote files, only leaving open files on the local hard drive.

    also in that case make sure that none of the np++ settings, backup, or sessions are stored on a remote drive, only locally on an internal drive.

  • Scrolling in response to Find

    Locked
    1
    0 Votes
    1 Posts
    934 Views
    No one has replied
  • Replacement in vertical block

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Set line length for word wrap?

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    decodermanD

    Using the forum built in search function I found this:
    https://notepad-plus-plus.org/community/topic/14543/set-word-wrap-column

  • View refreshes after dismissing file changed dialog

    Locked
    2
    0 Votes
    2 Posts
    988 Views
    decodermanD

    Does it help when “File status autodetection” is disabled in Settings/Preferences/MISC.?

  • I have txt file with [CR CR\LF] how do I remove CR\LF but leave first CR?

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    Vic PaineV

    @Scott-Sumner
    Thanks, worked a treat. Also found that if I opened it in Libre Office Writer and saved as *.csv it cleared unwanted blank lines as well.

  • App scaling in 4K Resolution

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @Stephanus-Schoeman

    you can enable big icon or use the plugin Customize Toolbar, although I’m not sure how it does handle 4K resolution, and you can use your own set of icons by following this way.

    Cheers
    Claudia

  • Option to Add X number of spaces after a parenthesis or square bracket

    2
    0 Votes
    2 Posts
    3k Views
    Gogo NeatzaG

    Yes, there is such an option.
    The option is called ‘Macro’. You can find it in the Notepad++ main menu
    between ‘Tools’ and ‘Run’.
    Macro - Start Recording would be a good starting point.
    Have fun !

  • How to disable all popup messages for another files?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    User NameU

    I can’t work in notepad++! Always popup messages for another files, but i don’t want see this! I want to see this messages only for selected(current opened) file!

    Need disable ‘RELOAD’ and ‘KEEP’ messages for another files! (For updated files: Silent update. For deleted: keep opened)

    Show this messages only for editing file(currently opened)

  • How to turn off auto-highlight on single click?

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    Claudia FrankC

    @Mark-Bratcher

    I assume smart highlighting is what you are looking for

    Cheers
    Claudia