Stuttering performance in "big" files

When I try to edit a file with 3000+ lines of code the ide gets really sluggish.

If I try to scroll down with a scrollwheel it stops every few lines.

If I type it stutters. Like it needs to update itself and load something before it can display the next bit of text.

I tried sublime and regular text editors but they had no problems in displaying that amount of lines.

Is there a way to get glider to respond normally?

Hello Juf,

3000+ lines of code might be a bit too big to scan every time a file is changed. Have you tried using the simple file indexer instead of the full scanner? Please see this screenshot: http://view.xscreenshot.com/72b130cd9fb4f4bbe48950f447205f6b

The autocomplete will behave like a lightweight text editor but should be sufficient to catch spelling errors and such.

Regards.

M.Y. Developers

Hi, thanks that seems to have worked.

But what does the scanner do? Is it just for autocomplete? 

Hello Juf,

It is for code intelligence features like auto complete, semantic highlighting (ie globals are green), and goto declaration/occurrences finder.

Regards,

M.Y. Developers

Hello Juf,

3000+ lines of code might be a bit too big to scan every time a file is changed. Have you tried using the simple file indexer instead of the full scanner? Please see this screenshot: http://view.xscreenshot.com/72b130cd9fb4f4bbe48950f447205f6b

The autocomplete will behave like a lightweight text editor but should be sufficient to catch spelling errors and such.

Regards.

M.Y. Developers

Hi, thanks that seems to have worked.

But what does the scanner do? Is it just for autocomplete? 

Hello Juf,

It is for code intelligence features like auto complete, semantic highlighting (ie globals are green), and goto declaration/occurrences finder.

Regards,

M.Y. Developers