Dotneteer / spectnetide

ZX Spectrum IDE with Visual Studio 2017 and 2019 integration
MIT License
205 stars 27 forks source link

Crash when editing a new file #66

Closed davidblackuk closed 6 years ago

davidblackuk commented 6 years ago

Hi istvan

I found a reproducible crash in the IDE, thought you'd be interested.

Steps to reproduce

Add a new z80Asm file through visual studio go to the end of the org #8000 line press return, then tab start typing defb

Result A crash of visual studio on the press of the letter b

Hope this helps

davidblackuk commented 6 years ago

Follow up. I think the problem is way more wide spread. I got latest version this morning an I am having crashes in many places, for instance typing .equ crashes the IDE too.

Dotneteer commented 6 years ago

Thanks for your feedback. I managed to find the issue, it was caused by a simple change in the Z80 Assembly parser I introduced to support the Z80 Assembler Output tool window.