• Why does N++ access my D: drive on startup

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • All open files close when I shut down.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Göran SchmidtG
    Hi! Both those options are checked. My hypothesis is that there seem to be a maximum number for documents to be kept opened (or possibly a maximum number of bytes?), because when I have just a few docs, they remain open in the next session.
  • JS syntax highlighting in ASP?

    5
    0 Votes
    5 Posts
    4k Views
    John DogeJ
    Ah, that’s not how it’s supposed to work. HTML parser should detect language of embedded script blocks on its own without user changing the top-level language, because there are HTML/ASP tags that also need their own highlighting. Thanks for the heads up, I think I’ve found the diff between np++ and scintilla code that’s responsible. I should probably take it to github from here.
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    2 Posts
    8k Views
    MAPJe71M
    When you open a session, it is opened in a new instance of Notepad++. A session can consist of one or more files. See also Load Session... and Save Session... in the File menu.
  • Function list for PowerShell

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    MAPJe71M
    Try this parser.
  • firefox not running javascript

    Locked firefox not working
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC
    Could it be that firefox is not installed (using a portable version) Cheers Claudia
  • Suddenly Notepad++ repeatedly crashing on opening >250MB FASTA files

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    Kausik DattaK
    Thank you for trying to help, @dail. I really appreciate it. However, since my need was immediate (I have to use these files at work today), I searched on the internet and found another text editing program - which opened the file without any issue and also handled the blank line removal smoothly. I really liked the N++ interface, but sadly, I must move on. Best regards to you.
  • Edit Image Attributes in Multiple Files

    7
    0 Votes
    7 Posts
    5k Views
    dan tannerD
    The just of my reply was that this worked very well in the test run, but did not in my actual working files. Possibly because my image files aren’t actually named “image01, 02, 03” etc? Here are two actual strings: (how very odd. it allowed this - but now I’m a “new user” and can only post once every twenty minutes. I might just email ya. ha)
  • Older Notepad++ versions had "Print All" plugin!

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Horizontal scrolling moves the scrollbar but not the text

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Closing a tab in 6.9.2 opens Skype

    4
    0 Votes
    4 Posts
    3k Views
    Brian JensenB
    Thank you Claudia. Adding -noPlugin switch to Start menu shortcut icon for NotePad++ seems to have fixed the problem of Skype launching. Thanks again.
  • Problem with § when saved as UTF-8 without BOM

    2
    0 Votes
    2 Posts
    2k Views
    John DogeJ
    Try to disable “Autodetect character encoding” under preferences - MISC. Tried it and got C2 A7 bytes, which I think is correct.
  • Both sides of Tag in notepad++

    3
    0 Votes
    3 Posts
    3k Views
    D
    Thank you.
  • Automatic Syntax Highlighting for INI Files Not Working in NPP 7

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Line Comment position

    4
    0 Votes
    4 Posts
    4k Views
    oirfeodent oirfeodentO
    Hi guy038 & MAPJe71, Thx for your response. I was referring to line (un)comment shortcuts. If they are not available natively, can I submit a patch? https://github.com/notepad-plus-plus/notepad-plus-plus/pull/2394 The above pull request is added, is there any thing else required for submitting pull requests? I am new to this forum, let me know if I have missed something. Reagrds,
  • Not Saving line terminating charcaters

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    gerdb42G
    As I said before, Notepad does not recognize non-Windows Line Endings. It simply treats them as invisible characters. If you start editing in Notepad you will create a mix of Windows and Unix Line Endings. Since NPP recognizes ALL Line Endings, it displays both Unix and Windows Line Endings.
  • Close tab with middle mouse button - broken

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    kczx3K
    I did find that this only occurs when Notepad++ is ran as an Administrator.
  • Black rectangles with 2-3 characters inside

    Locked black rectangle
    2
    0 Votes
    2 Posts
    3k Views
    Lars FrederiksenL
    Question answered. Found this: http://www.december.com/html/spec/ascii.html
  • Record macro crashes Notepad++

    Locked macro type crash
    2
    0 Votes
    2 Posts
    2k Views
    dailD
    See this Github issue.