About Store Forum Documentation Contact



Post Reply 
[Code Editor] EE::Split & Memory Containers Cause Crashes
Author Message
Driklyn Offline
Member

Post: #1
[Code Editor] EE::Split & Memory Containers Cause Crashes
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:

  1. Autocomplete on Enter only
  2. Immediate Scroll
  3. End of Line Cursor Clip
(This post was last modified: 04-23-2011 08:22 AM by Driklyn.)
04-23-2011 07:30 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: [Code Editor] EE::Split & Memory Containers Cause Crashes
Thanks. I'll check this
04-23-2011 11:11 AM
Find all posts by this user Quote this message in a reply
Post Reply