pulsar-edit / pulsar

A Community-led Hyper-Hackable Text Editor
https://pulsar-edit.dev
Other
3.33k stars 140 forks source link

CTRL+S will sometimes fail to save a large text file when newly opened or after idling #1023

Open coldReactive opened 5 months ago

coldReactive commented 5 months ago

Thanks in advance for your bug report!

What happened?

When attempting to save a large text file with varying amounts of special characters ( Such as ⋮ ) the program will refuse to save by using the CTRL+S Hotkey. This sometimes will be rectified after 15 seconds or so after pressing the hotkey combination. This was done on a freshly installed version of Pulsar, with nothing changed in packages/etc.

Pulsar version

1.117.0

Which OS does this happen on?

🪟 Windows

OS details

22631.3593

Which CPU architecture are you running this on?

x86_64/AMD64

What steps are needed to reproduce this?

  1. Open or create a new text file.
  2. Type in a lot of text.
  3. CTRL+S

Additional Information:

I don't know how to enable / use safe mode under windows, and the help article doesn't specify how to do it on windows:

PS C:\> pulsar --safe
pulsar: The term 'pulsar' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS C:\> atom --safe
atom: The term 'atom' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.