mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

Saving an Excel file causes Brackets to crash #152

Open edceliz opened 6 years ago

edceliz commented 6 years ago

ToDo 0.9.5 Brackets Release 1.10 build 1.10.0-17483 (release 024bee940)

I have tested this with all extensions disabled except ToDo.

Problem and Reproduction: Saving an Excel file in the same folder opened in Bracket' sidebar causes Brackets to crash.

If you are currently working in an Excel file saved in the same folder opened in Brackets, and you saved the Excel file, Brackets will crash.

image *I have Custom Work and File Tree extensions enabled but the problem will still persist even if the extensions are disabled.

When you save in your Excel, Brackets will just crash.

I might be making wrong assertion here but I think when you save something on a folder that Brackets is tracking, ToDo might be reading every file for changes. Reading the temporary file (e.g. ~DataTable.xlsx) in Brackets crashes it.

Temporary Solution: Disabling the ToDo extension while working on an Excel file of which folder is opened in Brackets will prevent any more crashes.

mikaeljorhult commented 6 years ago

Thank you for reporting this. Are you running macOS, Windows or Linux?

edceliz commented 6 years ago

I'm using Windows 8.1 64-bit.