• Feature Request: Larger file sizes allowed

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    This has been discussed in the past, and I believe there are some 64 bit executables around somewhere although they aren’t officially supported (and I’m not sure what they are capable of). I’m not saying this is impossible, but Notepad++ wasn’t really designed with this large of file size in mind. As you are aware this can lead to very poor performance. Personally I’d suggest using an editor made specifically for handling large files.

    Since a few other people have asked about this, I’ll point out just a few things that would need addressed before people should routinely work with large files using Notepad++.

    Auto-complete - You better hope you have this option turned off, or any time you start typing, Notepad++ will run a regex over the entire document to find all possible auto-complete hints. With large documents there will be lag spikes. Periodic backups - If this is on and you edit a file, I can almost guarantee you will corrupt the file in a matter of no time. Plugins - First of all they’d have to be recompiled for a 64 bit version. Secondly, plugins would have to take some precautions to not do anything like scanning the entire document, etc. I’ve had to remove some plugins even working with files a few hundred megabytes in size because they caused a very big performance hit. Memory - A 4GB file can take up alot more than just 4GB. Especially for something like an XML file. Also there are at least a few places in the Notepad++ source code that it can possibly copy the entire file in memory, leading to even more memory usage. Scintilla - This is what actually handles the styling/editing of the text within Notepad++. I’m not sure how well it would handle files of this size.

    Again I’m not saying it is impossible, and even as a “first attempt” Notepad++ could turn off features it knows could lead to poor performance and warn the user. However for Notepad++ to gracefully open/edit large files, would take a good bit of work to make sure everything in the code is aware that it could be dealing with a very large file.

    But I guess if you are desperate (and/or adventurous) then why not try out a 64bit version if you can find it. Would be interesting to see how well it works. :)

  • Window 10 Start Menu Customization

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Notepad++ does not detect encoding automatically when opening a file

    5
    0 Votes
    5 Posts
    6k Views
    N NN

    I filed a bug report for this last year because I also had issues with XBMC. Go upvote it and maybe devs will finally notice it.

    Does the encoding default to “OEM-US” for you too?

  • 1 Votes
    1 Posts
    10k Views
    No one has replied
  • "Runtime Error!" when opening file through shell.

    Locked
    9
    1 Votes
    9 Posts
    5k Views
    Jack Adrian ZappaJ

    Thanks dail, but it didn’t work. Also thanks for the rep points.

    This problem is specific if you open Notepad++ directly from the executable. If you first open it using the Shell via opening a file that is associated with Notepad++, this problem doesn’t occur. So it is still possible that most users are opening Notepad++ indirectly via opening a file and not experiencing this issue.

    Try opening Notepad++ directly from the executable and then opening a file associated with it. If the problem persists beyond my computer, it should cause it to crash.

    I’m also using Windows 8.1 in case that matters.

    Cheers,


    A

  • How can I modify the notepad++built-in language

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    Sibo JiangS

    Thank you. Your solution did work greatly.

  • 1 Votes
    1 Posts
    1k Views
    No one has replied
  • Need to submit bug on Notepad++V6.9.1

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    The official bug tracker is on Github.

  • Feature Request: Close All Files without saving

    Locked
    2
    2 Votes
    2 Posts
    5k Views
    kawingaK

    Hi Gary,

    i support your Idea, except for the “Yes To All”-Button - in my opinion it also would be fine :-)

    KR, Robert

  • Feature Request: scroll through open tabs like in a browser

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Feature Request: Support for opening large files

    Locked
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • Adding url

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    Scott SumnerS

    So that’s very straightforward according to my previous post. Invoke the Find Dialog box (Search menu, choose Find…). With your editing cursor at the top of your file, activate the Replace tab in the Find dialog box. In the Find What Field, use the single character ^ (which means roughly search for beginning of line). In the Replace with Field, use http://google.com/. Make sure the Search Mode option is set for Regular Expression and that the Direction choice is Down. Press the Replace All button.

  • Is there an option to allow closing all tabs?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    DaveyDD

    @Huang-Joe I don’t think this is possible, not even with a plugin.

    To try to explain… I guess you can say that there is 2 ways to look at Notepad++

    A text editing environment that provides a shell and tons of features, and allows opening of text files within - which is somewhat the way you are looking at it and therefore you expect to allow for no editor windows to be open since it is only a component of a larger app. A simple text editor wrapped with tons of features, but it’s core is that text editor. If so, it makes sense that you always need an editor window open, since this is the entity of the app.

    Regards,
    David

  • char space is too small !

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Feature Request: Saved vs Unsaved Tab Colors

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Feature request: Regular expressions in UDL

    Locked
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Highlight the string that "changed" during a Compare between two files

    3
    0 Votes
    3 Posts
    5k Views
    Chad RichardsonC

    I was able to download and use the Compare Plugin v1.5.6.6 (by UFO)…the functionality that I need is back now. Thank you Yaron.

    Chad

  • 6.8.8, Crash destroys file contents

    10
    0 Votes
    10 Posts
    7k Views
    V FrenkelV

    Problem may have something to do with the following.
    Clone to Other View.
    Close NPP with two views open.
    Open NPP - two views open now.
    Update file in one view - get message that file was updated in other application.