Eclipse Editor Scalability

In Eclipse opening a large file might cause the following dialog:

Editor Scalability Dialog

Editor Scalability Dialog

What does this mean? Well, Eclipse does a lot behind the scenes with source files. And this includes Eclipse Indexer, Outline View or Syntax Coloring.

The drawback of all these great features is: it does not make the Eclipse framework faster. The Eclipse IDE with its Java foundation is in my view the best IDE in the world, but unfortunately not the fastest. That’s why the Eclipse community has implemented settings to keep things within boundaries, and the above dialog is one of this.

As Eclipse tends to get slower and to use more memory for very large files, that dialog warns me about this. I can change the settings pressing the ‘Configure Scalability Settings…‘ hyperlink in above dialog which will open the settings:

Eclipse Scalability Settings

Eclipse Scalability Settings

The same settings are available with the menu Window > Preferences > C/C++ > Editor > Scalability too.  I can configure if I do want that dialog (I usually switch it off), this is the same setting as the check-box on the first dialog. I can change the line number settings to warn me about really big files only.

The warning dialog typically shows up if I open one of the header files containing all the peripheral register declarations, or during debugging if I step into library code.

If performance is a concern, it does not hurt to turn on the scalability mode:

Scalability Mode Turned On

Scalability Mode Turned On

This turns off features which might slow down Eclipse. And there is a price for performance: less functionality.

Happy Scaling 🙂

7 thoughts on “Eclipse Editor Scalability

  1. Pingback: Tutorial: Timer (LED) with Processor Expert for Kinetis | MCU on Eclipse

  2. I have never seen this on my desktop (8GB RAM), only on my notebook (2GB RAM), that explains it. I never read through it, just checked “do not show this message again” and ok, lol!

    Like

  3. Pingback: FreeRTOS and Eclipse Indexer for >5K Lines Source Files | MCU on Eclipse

Leave a reply to Alban Rampon Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.