EE::Split seems to have issues (I'm assuming with autocomplete) that causes the Code Editor to crash. For instance, type this:
Code:
D.text(0, 0, Split());
Then press the left or right arrow key, Code Editor crashes, every time.
Also, I noticed in Header Browser, EE::Split does not show up when you search for "split", although it is highlighted if you manually click on the "Misc/String Functions" file. Perhaps this has something to do with it?
----------
One more thing:
The crash only occurs when you use Split inside of another function! It does not crash if you just write Split and hit the left/right arrow key.
----------
This problem also occurs with memory containers (Memc, Memb, Memx, Meml), although it crashes even sooner - when you hit the enter key to autocomplete.
Also, in case this makes any difference, I also have the following options enabled:
- Autocomplete on Enter only
- Immediate Scroll
- End of Line Cursor Clip