Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-14641

Speed up notepad loading

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 0.4.15
    • Applications
    • None

    Description

      To load a file, Notepad maps a view of the file as a memory-mapped file and uses that as the source.
      The code figures out the encoding,
      performs a code page conversion to UTF-16LE if necessary,
      puts the result in a memory block,
      and then uses the EM_SET­HANDLE message to hand that entire block to the edit control.
      

      https://devblogs.microsoft.com/oldnewthing/20180521-00/?p=98795

      Attachments

        Issue Links

          Activity

            People

              katayama_hirofumi_mz Katayama Hirofumi MZ
              learn_more Mark Jansen
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: