Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#f9faff
borderStylesolid
titleContents

Table of Contents

...

Info

There is no way to edit eclipse.ini when Eclipse is installed via snap. A workaround is to pass -vmargs -Xms1g -Xmx3g  to the launcher.

Eclipse will perform terribly unless you give it a few GB of memory (RAM).

In the installation folder, find eclipse.ini. Possible locations include /usr/lib/eclipse, /opt/eclipse, C:\Eclipse, and C:\ProgramData\Eclipse.

Ensure is contains the following JVM options:

Code Block
-Xms512m
-Xmx2g

...

  1. Go to Help > Eclipse Marketplace...
  2. Then search and install efxclipse

ANSI Color Console

This plugin provides nice log level coloring in the console as supported by IHMC's Log Tools library.

Search "ansi console" in the Marketplace and install ANSI Escape in Console by Mihai Nita.

C++ development

CMake editor: http://www.cthing.com/CMakeEd.asp

...