I have a created a editor with syntax (keyword, comments, etc) with different coloring support. Using this editor, if we open large size file (>18 MB) then it get crashes. I think It seems out of memory problem.
When I did to open the file without syntax coloring (disable), we have used TextEditor API to open the file and it seems to be working fine.
But when I tried with same API and include some coloring feature in editor an try to open same file (>18MB). The application has crashed.
Any idea why this is crashing?
Thanks,