Editor Crash

BlitzMax Forums/BlitzMax Programming/Editor Crash

Does any else have the problem of the editor crashing when they type pi ?
It highlights then I type a space or / then the editor is gone!

Lots of odd crashes when typing were fixed with syncmods about a month ago. Are you updated?
I use the Community Edition where 'pi' is fine.
This might be it.

I haven't noticed that problem specifically, but there have been times where pressing 'enter' to move to the next line in a for/next loop would cause the editor to vanish. I ended up completing that code section in another editor, and when I opened up MaxIDE, it would auto load the file and close every time. I eventually had to edit the file out of the ide.ini to be able to use the editor again.

I haven't had this re-occur yet with the latest version.

Make sure you're running the latest version of the IDE.

That happened here once, except it was when i typed "next" and then hit any other key.. MaxIDE would just vanish. Kept doing it even after quitting and reloading the IDE.

I ended up copying "next " in notepad and pasting it in MaxIDE - that fixed it.

guess ive been lucky - editor has never crashed on me..
- or perhaps i simply havent used it enough :p

Downloading the latest version fixed this.

Thanks!