MattFlower / organized

Outlining, scheduling, and todos inside of the Atom Editor
MIT License
114 stars 19 forks source link

'The editor is not responding' error and atom freeze. #47

Open nocibambi opened 5 years ago

nocibambi commented 5 years ago

Using a .org file with the organized package freezes atom and generates a 'The editor is not responding' error of this type. That is, it freezes and gives this message, and after I force close atom and reopen it, it still appears and freezes. I have to use atom --clear-window-state to use Atom again.

Steps to reproduce it:

  1. Turn off my packages except for Organized.
  2. Load this test file.
  3. Go to the first character on the first line
  4. Try to insert a line break with 'Enter'.

Result: Atom freezes and throws the 'The editor is not responding' error message. After a simple restart, it does the same. This goes away only with atom --clear-window-state.

Interestingly, if I delete the text from, say, the first paragraph, this does not occur so perhaps it is related to the amount of data it tries to process.

I am not sure how independent is this from another problem I have. I am on Ubuntu 18.04 and my screens get garbled up around the same time. Here is an image of this. As a reference, my desktop should look like this. Nonetheless, I did go through a freeze/force close/clear restart cycle without this second issue so maybe it is unrelated.