slynch8 / 10x

10x IDE/Editor
191 stars 35 forks source link

Crash bug: saving new text file #2844

Closed JonnyKelso closed 2 weeks ago

JonnyKelso commented 1 month ago

Hi, this is pretty repeatable for me: 10x version: 1.0.218

  1. Create a new file with File -> New Text File
  2. Type in some text, just a few chars - 'hello'
  3. Save As using File -> Save As
  4. Enter a filename 'hello.txt' but don't set filetype
  5. Click Save
  6. Will either crash immediately, or save the file and pop up a second Save As dialogue with no filename set, crashes on clicking save

Have sometimes seen multiple save dialogues popup and I just try and cancel them all away (the file is actually saved) and can also get crashes here too.

slynch8 commented 1 month ago

caused by the SaveAllOnLoseFocus setting

slynch8 commented 1 month ago

fixed (1.0.222)

slynch8 commented 2 weeks ago

fixed (1.0.230)